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 6, 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
191831 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2015-8596 2017-09-12 17:15 2015-12-17 Show GitHub Exploit DB Packet Storm
191832 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2015-8595 2017-09-12 17:15 2015-12-17 Show GitHub Exploit DB Packet Storm
191833 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2015-8594 2017-09-12 17:15 2015-12-17 Show GitHub Exploit DB Packet Storm
191834 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2015-8593 2017-09-12 17:15 2015-12-17 Show GitHub Exploit DB Packet Storm
191835 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品における NULL ポインタデリファレンスに関する脆弱性 CWE-476
NULL ポインタデリファレンス
CVE-2015-8592 2017-09-12 17:15 2015-12-17 Show GitHub Exploit DB Packet Storm
191836 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2015-9052 2017-09-12 17:04 2017-07-5 Show GitHub Exploit DB Packet Storm
191837 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2015-9051 2017-09-12 17:04 2017-07-5 Show GitHub Exploit DB Packet Storm
191838 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品における境界外読み取りに関する脆弱性 CWE-125
境界外読み取り
CVE-2015-9050 2017-09-12 17:04 2017-07-5 Show GitHub Exploit DB Packet Storm
191839 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2015-9049 2017-09-12 17:04 2017-07-5 Show GitHub Exploit DB Packet Storm
191840 9.8 緊急
Network
Google - Linux Kernel を使用している CAF リリースの Android のすべての Qualcomm 製品における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2015-9048 2017-09-12 17:04 2017-07-5 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 6, 2026, 4:18 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2771 - - - In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: control built-in cs manually The coreQSPI IP supports only a single chip select, which is automagically… - CVE-2026-46148 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2772 - - - In the Linux kernel, the following vulnerability has been resolved: riscv: kvm: fix vector context allocation leak When the second kzalloc (host_context.vector.datap) fails in kvm_riscv_vcpu_alloc_… - CVE-2026-46171 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2773 - - - In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task Watchdog task might end between send_sig() and kth… - CVE-2026-46180 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2774 - - - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak btrfs_ioctl_space_info() has a TOCTOU race betw… - CVE-2026-46159 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2775 - - - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix missing last_unlink_trans update when removing a directory When removing a directory we are not updating its last_unli… - CVE-2026-46160 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2776 - - - In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace The hdr variable is allocated on the stack and only hdr.versio… - CVE-2026-46182 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2777 - - - In the Linux kernel, the following vulnerability has been resolved: octeon_ep_vf: add NULL check for napi_build_skb() napi_build_skb() can return NULL on allocation failure. In __octep_vf_oq_proces… - CVE-2026-46188 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2778 - - - In the Linux kernel, the following vulnerability has been resolved: fbcon: Avoid OOB font access if console rotation fails Clear the font buffer if the reallocation during console rotation fails in… - CVE-2026-46191 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2779 - - - In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: don't attempt to transmit during emulated read-only dual/quad operations The core will deal with reads … - CVE-2026-46192 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
2780 - - - In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix uninit-value by validating catalog record size Syzbot reported a KMSAN uninit-value issue in hfsplus_strcasecmp(). T… - CVE-2026-46169 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm