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":May 12, 2026, 10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
247361 5 警告 elazos - ReOS における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3799 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247362 5 警告 Rapid Leech - Rapid Leech における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3798 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247363 5 警告 ProjectPier - ProjectPier における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3797 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247364 5 警告 PrestaShop - PrestaShop における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3796 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247365 5 警告 betella - Podcast Generator における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3795 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247366 5 警告 Pligg - Pligg CMS における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3794 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247367 5 警告 Lucid Crew - Pixie における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3793 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247368 5 警告 Pixelpost.org - Pixelpost における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3792 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247369 5 警告 Piwik - Piwik における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3791 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
247370 5 警告 Piwigo - Piwigo における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2011-3790 2012-03-27 18:43 2011-09-23 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 12, 2026, 5:06 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
371 7.5 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: net: Fix rcu_tasks stall in threaded busypoll I was debugging a NIC driver when I noticed that when I enable threaded busypoll, b… Update - CVE-2026-43385 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
372 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the… Update - CVE-2026-43384 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
373 9.4 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: net/tcp-md5: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use th… Update - CVE-2026-43383 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
374 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close() opinfo pointer obtained via rcu_dereference(fp->f_opinfo) is bei… Update - CVE-2026-43379 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
375 8.1 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: ksmbd: Don't log keys in SMB3 signing and encryption key generation When KSMBD_DEBUG_AUTH logging is enabled, generate_smb3signin… Update - CVE-2026-43377 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
376 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free by using call_rcu() for oplock_info ksmbd currently frees oplock_info immediately using kfree(), even t… Update - CVE-2026-43376 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
377 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: net: nexthop: fix percpu use-after-free in remove_nh_grp_entry When removing a nexthop from a group, remove_nh_grp_entry() publis… Update - CVE-2026-43374 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
378 7.5 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: net: ncsi: fix skb leak in error paths Early return paths in NCSI RX and AEN handlers fail to release the received skb, resulting… Update - CVE-2026-43373 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
379 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free race in VM acquire Replace non-atomic vm->process_info assignment with cmpxchg() to prevent race w… Update - CVE-2026-43370 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm
380 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential overflow of shmem scatterlist length When a scatterlists table of a GEM shmem object of size 4 GB or more… Update - CVE-2026-43368 2026-05-11 17:16 2026-05-9 Show GitHub Exploit DB Packet Storm