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 19, 2026, noon

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
226251 5 警告 WP PHP widget - WordPress 用 WP PHP widget プラグインにおける重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2013-0721 2013-01-7 11:38 2013-01-2 Show GitHub Exploit DB Packet Storm
226252 5 警告 Charybdis
ircd-ratbox
- ircd-ratbox および Charybdis の modules/m_capab.c おけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2012-6084 2013-01-7 11:37 2012-12-31 Show GitHub Exploit DB Packet Storm
226253 5 警告 The Tor Project - Tor の or/relay.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2012-5573 2013-01-7 11:35 2012-06-28 Show GitHub Exploit DB Packet Storm
226254 7.5 危険 Fail2ban - Fail2ban の server/action.py における安全でない動作を誘発される脆弱性 CWE-noinfo
情報不足
CVE-2012-5642 2013-01-7 11:34 2012-12-6 Show GitHub Exploit DB Packet Storm
226255 4.3 警告 Polycom - Polycom HDX Video End Points におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-4970 2013-01-4 16:45 2012-12-31 Show GitHub Exploit DB Packet Storm
226256 3.3 注意 Belkin International - Belkin N900 ルータの WPA2 の実装における Wi-Fi ネットワークにアクセスされる脆弱性 CWE-310
暗号の問題
CVE-2012-6371 2013-01-4 16:44 2012-12-31 Show GitHub Exploit DB Packet Storm
226257 7.5 危険 LemonLDAP::NG - LemonLDAP::NG におけるアクセスコントロール制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-6426 2013-01-4 16:39 2012-12-18 Show GitHub Exploit DB Packet Storm
226258 5.8 警告 IBM - IBM SPSS Modeler における任意のファイルを読まれる脆弱性 CWE-Other
その他
CVE-2012-5769 2013-01-4 16:38 2012-12-28 Show GitHub Exploit DB Packet Storm
226259 7.5 危険 i-GEN Solutions - i-GEN opLYNX の Central アプリケーションにおける認証を回避される脆弱性 CWE-287
不適切な認証
CVE-2012-4688 2013-01-4 16:31 2012-12-27 Show GitHub Exploit DB Packet Storm
226260 5.8 警告 vBulletin Solutions, Inc. - vBulletin の forum/login.php におけるオープンリダイレクトの脆弱性 CWE-20
不適切な入力確認
CVE-2011-5251 2013-01-4 16:23 2011-06-2 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 19, 2026, 4:16 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2381 - - - In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Fix NULL pointer exception during user_scan() user_scan() invokes updated sas_user_scan() for channel 0, and if s… - CVE-2026-43413 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2382 - - - In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork()/CLONE_VM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mm_get_cid() whe… - CVE-2026-43417 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2383 - - - In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Prevent CID stalls due to concurrent forks A newly forked task is accounted as MMCID user before the task is visible… - CVE-2026-43418 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2384 - - - In the Linux kernel, the following vulnerability has been resolved: ceph: fix i_nlink underrun during async unlink During async unlink, we drop the `i_nlink` counter before we receive the completio… - CVE-2026-43420 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2385 - - - In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix net_device lifecycle with device_move The network device outlived its parent gadget device during disconn… - CVE-2026-43421 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2386 - - - In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix atomic context locking issue The ncm_set_alt function was holding a mutex to protect against races with c… - CVE-2026-43423 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2387 - - - In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handling The `tpg->tpg_nexus` pointer in the USB Target driver is dyna… - CVE-2026-43424 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2388 - - - In the Linux kernel, the following vulnerability has been resolved: usb: image: mdc800: kill download URB on timeout mdc800_device_read() submits download_urb and waits for completion. If the timeo… - CVE-2026-43425 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2389 - - - In the Linux kernel, the following vulnerability has been resolved: USB: core: Limit the length of unkillable synchronous timeouts The usb_control_msg(), usb_bulk_msg(), and usb_interrupt_msg() API… - CVE-2026-43428 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm
2390 - - - In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix memory leak in xhci_disable_slot() xhci_alloc_command() allocates a command structure and, when the second argumen… - CVE-2026-43432 2026-05-12 23:10 2026-05-9 Show GitHub Exploit DB Packet Storm