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 25, 2026, 2 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
237151 6.8 警告 Lattice Semiconductor - Lattice Diamond Programmer におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-2614 2012-12-3 18:50 2012-07-12 Show GitHub Exploit DB Packet Storm
237152 4.3 警告 The Document Foundation
OpenOffice.org Project
Redland
- OpenOffice およびその他の製品で使用される Redland Raptor における任意のファイルを読まれる脆弱性 CWE-200
情報漏えい
CVE-2012-0037 2012-12-3 18:48 2012-06-17 Show GitHub Exploit DB Packet Storm
237153 5 警告 Google - Android 用 QuIC Graphics KGSL カーネルモードドライバにおけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2012-4222 2012-12-3 15:22 2012-11-15 Show GitHub Exploit DB Packet Storm
237154 7.5 危険 Google - Android 用 QuIC Diagnostics カーネルモードドライバにおける整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2012-4221 2012-12-3 15:21 2012-11-15 Show GitHub Exploit DB Packet Storm
237155 7.5 危険 Google - Android 用 QuIC Diagnostics カーネルモードドライバにおける任意のコードを実行される脆弱性 CWE-noinfo
情報不足
CVE-2012-4220 2012-12-3 15:21 2012-11-15 Show GitHub Exploit DB Packet Storm
237156 6.4 警告 Django Software Foundation - Django における任意の URL が表示される脆弱性 CWE-20
不適切な入力確認
CVE-2012-4520 2012-11-30 18:16 2012-10-17 Show GitHub Exploit DB Packet Storm
237157 4.3 警告 ViewVC - ViewVC の lib/viewvc.py におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-4533 2012-11-30 18:09 2012-10-24 Show GitHub Exploit DB Packet Storm
237158 5.4 警告 (複数のベンダ) - Android OS を搭載した複数の端末におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
- 2012-11-30 17:59 2012-11-14 Show GitHub Exploit DB Packet Storm
237159 10 危険 Autonomy - Autonomy Keyview IDOL ライブラリに複数の脆弱性 - - 2012-11-30 17:52 2012-11-21 Show GitHub Exploit DB Packet Storm
237160 1.2 注意 Munin - Munin 用 qmailscan プラグインにおける任意のファイルを上書きされる脆弱性 CWE-59
リンク解釈の問題
CVE-2012-2103 2012-11-30 17:50 2012-08-26 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 25, 2026, 4:04 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
4251 - - - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission sdma_v4_0_ring_emit_fence() contains two BUG_ON(addr & 0x3) asser… - CVE-2026-46220 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4252 - - - In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on unbind The state machine work is scheduled by the interrupt handler and therefore needs to be… - CVE-2026-46219 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4253 7.1 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ib_{get,set}_value The uvd/vce/vcn code accesses the IB at predefined offsets without checking… - CVE-2026-46218 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4254 - - - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Avoid overflow on msg bound check As pointed out by SDL, the previous condition may be vulnerable to overflow. … - CVE-2026-46217 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4255 - - - In the Linux kernel, the following vulnerability has been resolved: drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status() When media GT is disabled via configfs, there is no all… - CVE-2026-46216 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4256 - - - In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix accept queue count leak on transport mismatch virtio_transport_recv_listen() calls sk_acceptq_added() before vs… - CVE-2026-46214 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4257 8.8 HIGH
Adjacent
- - In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: prevent use-after-free when deleting claims When batadv_bla_del_backbone_claims() removes all claims for a backb… - CVE-2026-46212 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4258 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs() drm_gem_fb_init_with_funcs() computes sub-s… - CVE-2026-46209 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4259 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject new tp_meter sessions during teardown Prevent tp_meter from starting new sender or receiver sessions after mes… - CVE-2026-46206 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
4260 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: staging: media: atomisp: Disallow all private IOCTLs Disallow all private IOCTLs. These aren't quite as safe as one could assume … - CVE-2026-46205 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm