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":June 8, 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
206161 8.4 重要
Local
NVIDIA - Windows 上で稼動する NVIDIA GPU グラフィックドライバのカーネルモードドライバレイヤの Escape インターフェースにおける重要な情報を取得される脆弱性 CWE-119
バッファエラー
CVE-2016-2558 2016-04-27 15:12 2016-03-14 Show GitHub Exploit DB Packet Storm
206162 8.4 重要
Local
NVIDIA - Windows 上で稼動する NVIDIA GPU グラフィックドライバのカーネルモードドライバレイヤの Escape インターフェースにおけるカーネルメモリから重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-2557 2016-04-27 15:12 2016-03-14 Show GitHub Exploit DB Packet Storm
206163 5.3 警告
Network
OpenStack - OpenStack Compute の libvirt ドライバにおける任意のファイルを読まれる脆弱性 CWE-200
情報漏えい
CVE-2016-2140 2016-04-27 12:25 2016-03-8 Show GitHub Exploit DB Packet Storm
206164 6.2 警告
Local
FreeBSD - FreeBSD の sys/amd64/amd64/sys_machdep.c の amd64_set_ldt 関数における整数符号エラーの脆弱性 CWE-119
バッファエラー
CVE-2016-1885 2016-04-27 11:52 2016-03-16 Show GitHub Exploit DB Packet Storm
206165 7.5 重要
Network
OpenStack
レッドハット
- TripleO Heat templates におけるプライベートコンテナから重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2015-5271 2016-04-27 11:36 2015-09-11 Show GitHub Exploit DB Packet Storm
206166 8.1 重要
Network
openSUSE project
SaltStack
- Salt における任意のコードを実行される脆弱性 CWE-Other
その他
CVE-2016-1866 2016-04-27 11:29 2016-01-25 Show GitHub Exploit DB Packet Storm
206167 2
Physics
GNU Project
Debian
Canonical
- Libgcrypt における楕円曲線ディフィー・ヘルマン鍵を抽出される脆弱性 CWE-200
情報漏えい
CVE-2015-7511 2016-04-27 10:56 2015-09-29 Show GitHub Exploit DB Packet Storm
206168 5.6 警告
Network
ネットムーブ株式会社 - SaAT Netizen にダウンロードファイル検証不備の脆弱性 - CVE-2016-1203 2016-04-27 10:41 2016-04-26 Show GitHub Exploit DB Packet Storm
206169 6.2 警告
Local
Apache Software Foundation - Apache Hadoop における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2015-1776 2016-04-27 10:15 2015-02-17 Show GitHub Exploit DB Packet Storm
206170 8.8 重要
Network
Debian
openSUSE project
Canonical
xdelta
- xdelta3 の xdelta3-main.h の main_get_appheader 関数におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2014-9765 2016-04-27 10:02 2014-10-12 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 8, 2026, 4:09 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2031 - - - In the Linux kernel, the following vulnerability has been resolved: netfilter: arp_tables: fix IEEE1394 ARP payload parsing Weiming Shi says: "arp_packet_match() unconditionally parses the ARP pay… - CVE-2026-45844 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2032 8.2 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: slip: bound decode() reads against the compressed packet length slhc_uncompress() parses a VJ-compressed TCP header by advancing … - CVE-2026-45843 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2033 - - - In the Linux kernel, the following vulnerability has been resolved: slip: reject VJ receive packets on instances with no rstate array slhc_init() accepts rslots == 0 as a valid configuration, with … - CVE-2026-45842 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2034 - - - In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULO nf_osf_match_one() computes ctx->window % f->wss.val in the OSF_WS… - CVE-2026-45841 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2035 - - - In the Linux kernel, the following vulnerability has been resolved: openvswitch: cap upcall PID array size and pre-size vport replies The vport netlink reply helpers allocate a fixed-size skb with … - CVE-2026-45840 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2036 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() CO-RE accessor strings are colon-separated indices that desc… - CVE-2026-45839 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2037 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: fix end-of-list detection in cgroup_storage_get_next_key() list_next_entry() never returns NULL -- when the current element … - CVE-2026-45838 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2038 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb() Add the same NULL guard already present in l2cap_sock_resume… - CVE-2026-45836 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2039 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb() Add the same NULL guard already present in l2cap_sock_resu… - CVE-2026-45835 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm
2040 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb() Add the same NULL guard already present in l2cap_sock_resume… - CVE-2026-45834 2026-06-2 02:17 2026-05-27 Show GitHub Exploit DB Packet Storm