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

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
205631 5.9 警告
Network
openSUSE project
ERLANG
- Erlang/OTP における平文データを取得される脆弱性 CWE-200
情報漏えい
CVE-2015-2774 2016-04-14 14:25 2015-03-26 Show GitHub Exploit DB Packet Storm
205632 9.8 緊急
Network
SUSE
openSUSE project
Git project
- Git における整数オーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-2324 2016-04-13 14:15 2016-02-12 Show GitHub Exploit DB Packet Storm
205633 9.8 緊急
Network
SUSE
openSUSE project
Git project
- Git の revision.c における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2016-2315 2016-04-13 14:15 2016-02-12 Show GitHub Exploit DB Packet Storm
205634 5.3 警告
Network
MantisBT Group - MantisBT の config_api.php の config_is_private 関数における重要なマスターソルトの設定情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2014-9759 2016-04-13 11:46 2014-10-19 Show GitHub Exploit DB Packet Storm
205635 6.1 警告
Network
Apache Software Foundation - Apache Struts で使用される JRE の URLDecoder 関数におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2016-4003 2016-04-13 11:45 2016-03-3 Show GitHub Exploit DB Packet Storm
205636 6.1 警告
Network
Apache Software Foundation - Apache Ranger の Policy Admin Tool におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2015-0265 2016-04-13 11:45 2015-08-5 Show GitHub Exploit DB Packet Storm
205637 7.5 重要
Network
レッドハット - Red Hat Enterprise Linux の glibc パッケージの calloc 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2015-5229 2016-04-13 11:34 2015-07-24 Show GitHub Exploit DB Packet Storm
205638 9.8 緊急
Network
SAP - SAP NetWeaver Java AS の Configuration Wizard における XML 外部エンティティの脆弱性 CWE-Other
その他
CVE-2016-3974 2016-04-13 11:04 2016-03-8 Show GitHub Exploit DB Packet Storm
205639 6.3 警告
Network
SAP - SAP NetWeaver AS Java の XML Data Archiving Service における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2015-8840 2016-04-13 11:04 2015-07-15 Show GitHub Exploit DB Packet Storm
205640 6.1 警告
Network
Debian
WebSVN
- WebSVN におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2016-2511 2016-04-12 18:03 2016-02-22 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