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 1, 2026, 10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
204871 7.5 重要
Network
Debian
Botan project
- Botan の BER デコーダにおけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2015-5726 2016-05-19 10:39 2015-08-3 Show GitHub Exploit DB Packet Storm
204872 7.5 重要
Network
Botan project - Botan のミラー-ラビン素数判定法における暗号保護メカニズムを破られる脆弱性 CWE-310
暗号の問題
CVE-2014-9742 2016-05-19 10:39 2014-04-10 Show GitHub Exploit DB Packet Storm
204873 9.8 緊急
Network
Debian
Enlightenment
- 32-bit プラットフォーム上で稼動する imlib2 における整数オーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-4024 2016-05-18 17:18 2016-05-1 Show GitHub Exploit DB Packet Storm
204874 8.2 重要
Network
Debian
Enlightenment
- imlib2 の GIF ローダにおけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2016-3994 2016-05-18 17:18 2016-05-1 Show GitHub Exploit DB Packet Storm
204875 7.5 重要
Network
Debian
Enlightenment
- imlib2 の lib/updates.c の the __imlib_MergeUpdate 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2016-3993 2016-05-18 17:18 2016-05-1 Show GitHub Exploit DB Packet Storm
204876 7.5 重要
Network
Debian
Enlightenment
- imlib2 における整数オーバーフローの脆弱性 CWE-Other
その他
CVE-2014-9771 2016-05-18 17:18 2014-12-6 Show GitHub Exploit DB Packet Storm
204877 7.5 重要
Network
Debian
Enlightenment
- imlib2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2014-9764 2016-05-18 17:18 2014-12-6 Show GitHub Exploit DB Packet Storm
204878 7.5 重要
Network
Debian
Enlightenment
- imlib2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2014-9763 2016-05-18 17:18 2014-12-6 Show GitHub Exploit DB Packet Storm
204879 7.5 重要
Network
Debian
Enlightenment
- imlib2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2014-9762 2016-05-18 17:18 2014-01-11 Show GitHub Exploit DB Packet Storm
204880 7.5 重要
Network
Debian
Enlightenment
- imlib2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2011-5326 2016-05-18 17:18 2011-08-26 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 1, 2026, 4:12 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
101 7.1 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg. Update - CVE-2026-46199 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
102 8.8 HIGH
Adjacent
- - In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow on buff_pos Fixing an integer overflow present in batadv_iv_ogm_send_to_if. The size check is do… Update - CVE-2026-46198 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
103 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: validate SVM ioctl nattr against buffer size Validate nattr field against the buffer size, preventing out-of-bounds b… Update - CVE-2026-46197 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
104 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset before building DACL pointers parse_sec_desc(), build_sec_desc(), and the chown path in id_mode_… Update - CVE-2026-46195 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
105 7.1 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show() Sashiko noticed an out-of-bounds read [1]. In spi_nor_par… Update - CVE-2026-46190 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
106 9.1 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in symlink_data() Since smb2_check_message() returns success without length validation for the… Update - CVE-2026-46185 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
107 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() Sashiko points out the radix_tree itself is RCU safe, but nothing ever frees th… Update - CVE-2026-46181 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
108 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq() Sashiko points out that mlx4_srq_alloc() was not undone during erro… Update - CVE-2026-46178 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
109 7.5 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: ipmi: Add limits to event and receive message requests The driver would just fetch events and receive messages until the BMC said… Update - CVE-2026-46177 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm
110 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() mlx5_ib_dev_res_srq_init() allocates two SRQs, s0 and s1. Wh… Update - CVE-2026-46176 2026-05-30 20:17 2026-05-28 Show GitHub Exploit DB Packet Storm