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 11, 2026, 6:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
237441 6.8 警告 マイクロソフト - Microsoft Windows におけるヒープベースのバッファオーバーフローの脆弱性 - CVE-2007-1912 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
237442 7.1 危険 マイクロソフト - Microsoft Word 2007 におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-1911 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
237443 6.8 警告 マイクロソフト - Microsoft Word 2007 の wwlib.dll におけるバッファオーバーフローの脆弱性 - CVE-2007-1910 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
237444 6.8 警告 php121 - PHP121 Instant Messenger の php121db.php における PHP ファイルインクルージョンの脆弱性 - CVE-2007-1908 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
237445 6.8 警告 pathos - Pathos CMS の warn.php における PHP リモートファイルインクルージョンの脆弱性 - CVE-2007-1907 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
237446 5.8 警告 jetbox - Jetbox CMS の formmail.php におけるスパムを送信される脆弱性 - CVE-2007-1898 2012-09-25 16:47 2007-05-16 Show GitHub Exploit DB Packet Storm
237447 7.5 危険 The PHP Group - PHP の msg_receive 関数における整数オーバーフローの脆弱性 - CVE-2007-1890 2012-09-25 16:47 2007-03-31 Show GitHub Exploit DB Packet Storm
237448 7.5 危険 The PHP Group - PHP の Zend Memory Manager における整数符号エラーの脆弱性 - CVE-2007-1889 2012-09-25 16:47 2007-03-31 Show GitHub Exploit DB Packet Storm
237449 7.5 危険 The PHP Group - SQLite の src/encode.c におけるバッファオーバーフローの脆弱性 - CVE-2007-1888 2012-09-25 16:47 2007-03-31 Show GitHub Exploit DB Packet Storm
237450 6.8 警告 The PHP Group - PHP における整数オーバーフローの脆弱性 - CVE-2007-1886 2012-09-25 16:47 2007-03-31 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
1101 8.6 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix uninitialized saddr in xfrm6_get_saddr() xfrm6_get_saddr() does not check the return value of ipv6_dev_get_saddr(). Wh… - CVE-2026-43139 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1102 8.1 HIGH
Adjacent
- - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ This adds a check for encryption key size upon receiving L2CAP… - CVE-2026-43134 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1103 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix double free related to rereg_user_mr If IB_MR_REREG_TRANS is set during rereg_user_mr, the umem will be released … - CVE-2026-43120 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1104 8.8 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath When cifs_sanitize_prepath is called with an empty string or a str… - CVE-2026-43112 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1105 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: HID: roccat: fix use-after-free in roccat_report_event roccat_report_event() iterates over the device->readers list without holdi… - CVE-2026-43111 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1106 8.8 HIGH
Adjacent
- - In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: validate bsscfg indices in IF events brcmf_fweh_handle_if_event() validates the firmware-provided interface index… - CVE-2026-43110 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1107 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: xsk: tighten UMEM headroom validation to account for tailroom and min frame The current headroom validation in xdp_umem_reg() cou… - CVE-2026-43093 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1108 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: xfrm: Wait for RCU readers during policy netns exit xfrm_policy_fini() frees the policy_bydst hash tables after flushing the poli… - CVE-2026-43091 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1109 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: make hash table per queue Sharing a global hash table among all queues is tempting, but it can cause … - CVE-2026-43084 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm
1110 9.1 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: net: ioam6: fix OOB and missing lock When trace->type.bit6 is set: if (trace->type.bit6) { ... queue = skb_g… - CVE-2026-43083 2026-05-8 22:16 2026-05-6 Show GitHub Exploit DB Packet Storm