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":Feb. 9, 2026, 12:59 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
222051 1.9 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の copy_shmid_to_user 関数における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2010-4072 2012-12-21 15:41 2010-11-29 Show GitHub Exploit DB Packet Storm
222052 4.9 警告 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の net/ipv4/inet_diag.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2010-3880 2012-12-21 15:39 2010-12-10 Show GitHub Exploit DB Packet Storm
222053 1.9 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の get_name 関数における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2010-3877 2012-12-21 15:38 2011-01-3 Show GitHub Exploit DB Packet Storm
222054 1.9 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の net/packet/af_packet.c における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2010-3876 2012-12-21 15:36 2011-01-3 Show GitHub Exploit DB Packet Storm
222055 7.2 危険 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の hci_uart_tty_open 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2010-3865 2012-12-21 15:35 2011-01-4 Show GitHub Exploit DB Packet Storm
222056 6.9 警告 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の TIPC 実装における権限を取得される脆弱性 CWE-189
数値処理の問題
CVE-2010-3859 2012-12-21 15:34 2010-12-9 Show GitHub Exploit DB Packet Storm
222057 4.9 警告 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の setup_arg_pages 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2010-3858 2012-12-21 15:33 2010-10-20 Show GitHub Exploit DB Packet Storm
222058 2.7 注意 サイバートラスト株式会社
VMware
シトリックス・システムズ
Linux
レッドハット
- Xen のバックエンドドライバにおけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2010-3699 2012-12-21 15:31 2010-11-23 Show GitHub Exploit DB Packet Storm
222059 2.1 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel のネットワークキューイング機能の実装における重要な情報を取得される脆弱性 CWE-399
リソース管理の問題
CVE-2010-3477 2012-12-21 15:30 2010-09-21 Show GitHub Exploit DB Packet Storm
222060 4.7 警告 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の snd_ctl_new 関数における整数オーバーフロー脆弱性 CWE-189
数値処理の問題
CVE-2010-3442 2012-12-21 15:29 2010-10-4 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 25, 2026, 4:08 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
651 - - - In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer smc_rx_splice() allocates one smc_spd_priv per … New - CVE-2026-31507 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
652 - - - In the Linux kernel, the following vulnerability has been resolved: driver core: platform: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' mat… New - CVE-2026-31527 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
653 - - - In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown co… New - CVE-2026-31508 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
654 - - - In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix circular locking dependency in nci_close_device nci_close_device() flushes rx_wq and tx_wq while holding req_lock. … New - CVE-2026-31509 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
655 - - - In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in __construct_region() Failing the first sysfs_update_group() needs to explicitly kfree the resource as … New - CVE-2026-31529 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
656 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb Before using sk pointer, check if it is null. Fix the following: K… New - CVE-2026-31510 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
657 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req Syzbot reported a KASAN stack-out-of-bounds read in l2cap_… New - CVE-2026-31513 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
658 - - - In the Linux kernel, the following vulnerability has been resolved: erofs: set fileio bio failed in short read case For file-backed mount, IO requests are handled by vfs_iocb_iter_read(). However, … New - CVE-2026-31514 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
659 - - - In the Linux kernel, the following vulnerability has been resolved: af_key: validate families in pfkey_send_migrate() syzbot was able to trigger a crash in skb_put() [1] Issue is that pfkey_send_m… New - CVE-2026-31515 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm
660 - - - In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policy_hthresh.work from racing with netns teardown A XFRM_MSG_NEWSPDINFO request can queue the per-net work item p… New - CVE-2026-31516 2026-04-24 01:17 2026-04-22 Show GitHub Exploit DB Packet Storm