Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
CVE
Urgent
Important
Warning
Warning
CWE
公開-検索開始年
公開-検索開始月
公開-検索開始日
公開-検索終了年
公開-検索終了月
公開-検索終了日
レベルソート
In descending order of publication date
In descending order of update date
Number of items displayed

You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database).
Search keywords must be entered in English otherwise will not be searched in both JVN and NVD.

To search by CWE, please refer to the CWE Overview and check the CWE number.

  • Urgent
  • Important
  • Warning
  • Low
JVN Vulnerability Information

Update Date":June 4, 2026, 12:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
1 - - (複数のベンダ) (複数の製品) Collibra Platform Agentにおける複数の脆弱性 New - - 2026-06-4 11:37 2026-06-3 Show GitHub Exploit DB Packet Storm
2 - - (複数のベンダ) (複数の製品) Appsmithにおけるクロスサイトスクリプティングの脆弱性 New - - 2026-06-4 11:37 2026-06-3 Show GitHub Exploit DB Packet Storm
3 - - (複数のベンダ) (複数の製品) CISA ICS Advisory / ICS Medical Advisory(2026年06月02日) New - - 2026-06-4 11:37 2026-06-3 Show GitHub Exploit DB Packet Storm
4 - - シーメンス (複数の製品) Siemens製品に対するアップデート(2026年6月) New - - 2026-06-4 11:37 2026-06-3 Show GitHub Exploit DB Packet Storm
5 - - - サーバ製品におけるインテル社公表脆弱性(INTEL-SA-01234)による影響について Update - CVE-2025-20027
CVE-2025-20028
CVE-2025-20064
CVE-2025-20068
CVE-2025-20073
CVE-2025-20105
CVE-2025-22444
CVE-2025-22850
2026-06-3 17:42 2026-04-24 Show GitHub Exploit DB Packet Storm
6 7.8 重要
Local
Linux Linux Kernel LinuxのLinux Kernelにおける不特定の脆弱性 New CWE-noinfo
情報不足
CVE-2026-23268 2026-06-3 17:05 2026-03-18 Show GitHub Exploit DB Packet Storm
7 7.1 重要
Local
Linux Linux Kernel LinuxのLinux Kernelにおける境界外読み取りに関する脆弱性 New CWE-125
境界外読み取り
CVE-2026-23269 2026-06-3 17:05 2026-03-18 Show GitHub Exploit DB Packet Storm
8 9.8 緊急
Network
InHand Networks ir302 ファームウェア
IR615 ファームウェア
IR315 Firmware
IR305 Firmware
InHand Networksのir302 ファームウェア等の複数製品におけるコマンドインジェクションの脆弱性 New CWE-77
コマンドインジェクション
CVE-2026-38702 2026-06-3 17:05 2026-05-28 Show GitHub Exploit DB Packet Storm
9 9.8 緊急
Network
InHand Networks ir302 ファームウェア
IR615 ファームウェア
IR315 Firmware
IR305 Firmware
InHand Networksのir302 ファームウェア等の複数製品におけるコマンドインジェクションの脆弱性 New CWE-77
コマンドインジェクション
CVE-2026-38703 2026-06-3 17:05 2026-05-28 Show GitHub Exploit DB Packet Storm
10 9.8 緊急
Network
InHand Networks ir302 ファームウェア
IR615 ファームウェア
IR315 Firmware
IR305 Firmware
InHand Networksのir302 ファームウェア等の複数製品におけるコマンドインジェクションの脆弱性 New CWE-77
コマンドインジェクション
CVE-2026-38704 2026-06-3 17:05 2026-05-28 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 4, 2026, 4:17 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
318961 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: add spinlock for rndis response list There's no lock for rndis response list. It could cause list corruption … NVD-CWE-noinfo
CVE-2022-48926 2024-08-23 11:05 2024-08-22 Show GitHub Exploit DB Packet Storm
318962 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to out of bounds access into reg2btf_ids. When commit e6ac2450d6de ("bpf: Support bpf program calling kernel f… CWE-125
Out-of-bounds Read
CVE-2022-48929 2024-08-23 11:00 2024-08-22 Show GitHub Exploit DB Packet Storm
318963 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: iio: adc: men_z188_adc: Fix a resource leak in an error handling path If iio_device_register() fails, a previous ioremap() is lef… CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2022-48928 2024-08-23 10:58 2024-08-22 Show GitHub Exploit DB Packet Storm
318964 4.7 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() … CWE-362
Race Condition
CVE-2022-48931 2024-08-23 10:54 2024-08-22 Show GitHub Exploit DB Packet Storm
318965 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: RDMA/ib_srp: Fix a deadlock Remove the flush_workqueue(system_long_wq) call since flushing system_long_wq is deadlock-prone and s… CWE-667
 Improper Locking
CVE-2022-48930 2024-08-23 10:51 2024-08-22 Show GitHub Exploit DB Packet Storm
318966 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memory leak during stateful obj update stateful objects can be updated from the control plane. The tran… CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2022-48933 2024-08-23 10:50 2024-08-22 Show GitHub Exploit DB Packet Storm
318967 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-… CWE-125
Out-of-bounds Read
CVE-2022-48932 2024-08-23 10:48 2024-08-22 Show GitHub Exploit DB Packet Storm
318968 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: unregister flowtable hooks on netns exit Unregister flowtable hooks before they are releases via nf_tables_… CWE-416
 Use After Free
CVE-2022-48935 2024-08-23 10:45 2024-08-22 Show GitHub Exploit DB Packet Storm
318969 - - - An issue was discovered in UCI IDOL 2 (aka uciIDOL or IDOL2) through 2.12. Due to improper input validation, improper deserialization, and improper restriction of operations within the bounds of a me… - CVE-2024-45167 2024-08-23 05:35 2024-08-22 Show GitHub Exploit DB Packet Storm
318970 7.8 HIGH
Local
google chrome Insufficient data validation in Installer in Google Chrome on Windows prior to 128.0.6613.84 allowed a local attacker to perform privilege escalation via a malicious file. (Chromium security severity… NVD-CWE-noinfo
CVE-2024-7977 2024-08-23 05:35 2024-08-22 Show GitHub Exploit DB Packet Storm