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 14, 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
238121 6.8 警告 jupiter cms - Jupiter CMS の index.php におけるクロスサイトスクリプティングの脆弱性 - CVE-2007-0973 2012-09-25 16:47 2007-02-15 Show GitHub Exploit DB Packet Storm
238122 7.5 危険 jupiter cms - Jupiter CMS の modules/emoticons.php における任意のファイルをアップロードされる脆弱性 - CVE-2007-0972 2012-09-25 16:47 2007-02-15 Show GitHub Exploit DB Packet Storm
238123 7.5 危険 jupiter cms - Jupiter CMS における SQL インジェクションの脆弱性 - CVE-2007-0971 2012-09-25 16:47 2007-02-15 Show GitHub Exploit DB Packet Storm
238124 7.8 危険 MailEnable - MailEnable Professional の MENTLM.dll におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-0955 2012-09-25 16:47 2007-02-14 Show GitHub Exploit DB Packet Storm
238125 10 危険 mohachat - MOHA Chat における脆弱性 - CVE-2007-0954 2012-09-25 16:47 2007-02-14 Show GitHub Exploit DB Packet Storm
238126 10 危険 itinysoft studio - iTinySoft Studio の Total Video Player におけるスタックベースのバッファオーバーフローの脆弱性 - CVE-2007-0949 2012-09-25 16:47 2007-02-14 Show GitHub Exploit DB Packet Storm
238127 4.3 警告 マイクロソフト - MCMS 2001 SP1 などにおけるクロスサイトスクリプティングの脆弱性 - CVE-2007-0939 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
238128 10 危険 マイクロソフト - MCMS 2001 SP1 などにおける任意のコードを実行される脆弱性 - CVE-2007-0938 2012-09-25 16:47 2007-04-10 Show GitHub Exploit DB Packet Storm
238129 9.3 危険 マイクロソフト - Microsoft Visio 2002 における任意のコードを実行される脆弱性 - CVE-2007-0936 2012-09-25 16:47 2007-06-12 Show GitHub Exploit DB Packet Storm
238130 9.3 危険 マイクロソフト - Microsoft Visio 2002 における任意のコードを実行される脆弱性 - CVE-2007-0934 2012-09-25 16:47 2007-06-12 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 14, 2026, 4 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1711 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
1712 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
1713 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
1714 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
1715 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
1716 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
1717 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
1718 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
1719 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
1720 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