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 3, 2026, 6 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
212551 5.8 警告 RSAセキュリティ - EMC RSA Authentication Manager におけるオープンリダイレクトの脆弱性 CWE-Other
その他
CVE-2014-2516 2014-12-16 16:14 2014-12-12 Show GitHub Exploit DB Packet Storm
212552 7.5 危険 Fabrice Bellard - QEMU の arch_init.c 内の host_from_stream_offset 関数における任意のコードを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2014-7840 2014-12-16 15:11 2014-11-18 Show GitHub Exploit DB Packet Storm
212553 4 警告 IBM - 複数の OS 上で稼動する IBM DB2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2014-6210 2014-12-16 14:32 2014-12-10 Show GitHub Exploit DB Packet Storm
212554 4 警告 IBM - 複数の OS 上で稼動する IBM DB2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2014-6209 2014-12-16 14:32 2014-12-11 Show GitHub Exploit DB Packet Storm
212555 5 警告 Docker - Docker におけるイメージコンテナのデフォルトの実行プロファイルを変更される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2014-6408 2014-12-16 14:29 2014-11-24 Show GitHub Exploit DB Packet Storm
212556 7.5 危険 Docker - Docker における任意のファイルに書き込まれる脆弱性 CWE-59
リンク解釈の問題
CVE-2014-6407 2014-12-16 14:29 2014-11-24 Show GitHub Exploit DB Packet Storm
212557 4.3 警告 レッドハット - libvirt の daemon/remote.c の remoteClientFreeFunc 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2013-4399 2014-12-16 14:04 2013-09-27 Show GitHub Exploit DB Packet Storm
212558 7.2 危険 K7 Computing - 複数の K7 Computing 製品で使用される K7FWFilt.sys カーネルモードドライバにおけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2014-7136 2014-12-16 14:03 2014-11-11 Show GitHub Exploit DB Packet Storm
212559 5 警告 BMC Software - BMC Track-It! における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2014-8270 2014-12-16 13:58 2014-12-9 Show GitHub Exploit DB Packet Storm
212560 5.8 警告 MantisBT Group - MantisBT の core/string_api.php におけるオープンリダイレクトの脆弱性 CWE-Other
その他
CVE-2014-6316 2014-12-16 12:26 2014-12-5 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

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

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
461 - - - In the Linux kernel, the following vulnerability has been resolved: comedi: runflags cannot determine whether to reclaim chanlist syzbot reported a memory leak [1], because commit 4e1da516debb ("co… New - CVE-2026-31750 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
462 - - - In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove() callback aml_sfc_probe() registers the on-host NAND E… New - CVE-2026-31783 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
463 - - - In the Linux kernel, the following vulnerability has been resolved: drm/xe/pxp: Clear restart flag in pxp_start after jumping back If we don't clear the flag we'll keep jumping back at the beginnin… New - CVE-2026-31784 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
464 - - - In the Linux kernel, the following vulnerability has been resolved: drm/xe/xe_pagefault: Disallow writes to read-only VMAs The page fault handler should reject write/atomic access to read only VMAs… New - CVE-2026-31785 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
465 - - - In the Linux kernel, the following vulnerability has been resolved: comedi: dt2815: add hardware detection to prevent crash The dt2815 driver crashes when attached to I/O ports without actual hardw… New - CVE-2026-31751 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
466 - - - In the Linux kernel, the following vulnerability has been resolved: auxdisplay: line-display: fix NULL dereference in linedisp_release linedisp_release() currently retrieves the enclosing struct li… New - CVE-2026-31753 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
467 - - - In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: fix state inconsistency on gadget init failure When cdns3_gadget_start() fails, the DRD hardware is left in g… New - CVE-2026-31754 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
468 - - - In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop() dwc2_gadget_exit_clock_gating() internally calls call_g… New - CVE-2026-31756 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
469 - - - In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer only The st_lsm6dsx_hwfifo_odr_store() function, which is c… New - CVE-2026-31764 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm
470 - - - In the Linux kernel, the following vulnerability has been resolved: spi: stm32-ospi: Fix resource leak in remove() callback The remove() callback returned early if pm_runtime_resume_and_get() faile… New - CVE-2026-43004 2026-05-2 00:24 2026-05-2 Show GitHub Exploit DB Packet Storm