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 12, 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
193811 7.8 重要
Local
OpenCV team - OpenCV における境界外書き込みに関する脆弱性 CWE-787
境界外書き込み
CVE-2017-12603 2017-08-31 14:14 2017-08-23 Show GitHub Exploit DB Packet Storm
193812 7.5 重要
Network
OpenCV team - OpenCV におけるリソース管理に関する脆弱性 CWE-399
リソース管理の問題
CVE-2017-12602 2017-08-31 14:14 2017-08-23 Show GitHub Exploit DB Packet Storm
193813 7.8 重要
Local
OpenCV team - OpenCV におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2017-12601 2017-08-31 14:14 2017-08-23 Show GitHub Exploit DB Packet Storm
193814 7.5 重要
Network
OpenCV team - OpenCV におけるリソース管理に関する脆弱性 CWE-399
リソース管理の問題
CVE-2017-12600 2017-08-31 14:14 2017-08-23 Show GitHub Exploit DB Packet Storm
193815 7.5 重要
Network
レッドハット - WildFly の Undertow モジュールにおける情報漏えいに関する脆弱性 CWE-200
情報漏えい
CVE-2015-3198 2017-08-31 14:10 2015-07-22 Show GitHub Exploit DB Packet Storm
193816 7.8 重要
Local
Apport project - Apport におけるパストラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2017-10708 2017-08-31 14:05 2017-07-18 Show GitHub Exploit DB Packet Storm
193817 7.8 重要
Local
OpenCV team - OpenCV における境界外書き込みに関する脆弱性 CWE-787
境界外書き込み
CVE-2017-12606 2017-08-31 13:56 2017-08-23 Show GitHub Exploit DB Packet Storm
193818 7.8 重要
Local
OpenCV team - OpenCV における境界外書き込みに関する脆弱性 CWE-787
境界外書き込み
CVE-2017-12605 2017-08-31 13:56 2017-08-23 Show GitHub Exploit DB Packet Storm
193819 7.8 重要
Local
OpenCV team - OpenCV における境界外書き込みに関する脆弱性 CWE-787
境界外書き込み
CVE-2017-12604 2017-08-31 13:56 2017-08-23 Show GitHub Exploit DB Packet Storm
193820 7.8 重要
Local
ledger project - Ledger におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2017-12482 2017-08-31 13:54 2017-08-2 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

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

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
3301 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… - CVE-2026-46198 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3302 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… - CVE-2026-46197 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3303 - - - In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already calle… - CVE-2026-46189 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3304 - - - In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: fix kthread lifetime race between self-exit and external-stop RSI driver use both self-exit(kthread_complete_and_exit)… - CVE-2026-46187 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3305 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtio_bt: validate rx pkt_type header length virtbt_rx_handle() reads the leading pkt_type byte from the RX skb and f… - CVE-2026-46186 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3306 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… - CVE-2026-46185 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3307 - - - In the Linux kernel, the following vulnerability has been resolved: sound: ua101: fix division by zero at probe Add a missing sanity check for bNrChannels in detect_usb_format() to prevent a divisi… - CVE-2026-46184 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3308 - - - In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Don't allow pointer operations on unconfigured streams When reporting the pointer for a compressed stream we report th… - CVE-2026-46179 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3309 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… - CVE-2026-46178 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm
3310 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… - CVE-2026-46177 2026-06-2 02:17 2026-05-28 Show GitHub Exploit DB Packet Storm