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 21, 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
791 7.8 重要
Local
NVIDIA gpu display driver NVIDIAのgpu display driverにおける数値型間の変換の誤りに関する脆弱性 CWE-681
数値型間の変換の誤り
CVE-2026-24192 2026-06-12 14:33 2026-05-26 Show GitHub Exploit DB Packet Storm
792 7.8 重要
Local
NVIDIA gpu display driver NVIDIAのgpu display driverにおける境界外書き込みに関する脆弱性 CWE-787
境界外書き込み
CVE-2026-24193 2026-06-12 14:33 2026-05-26 Show GitHub Exploit DB Packet Storm
793 7.8 重要
Local
NVIDIA gpu display driver NVIDIAのgpu display driverにおけるパーミッションの不適切な保持に関する脆弱性 CWE-281
パーミッションの不適切な保持
CVE-2026-24194 2026-06-12 14:33 2026-05-26 Show GitHub Exploit DB Packet Storm
794 5.5 警告
Local
NVIDIA gpu display driver NVIDIAのgpu display driverにおける入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2026-24195 2026-06-12 14:33 2026-05-26 Show GitHub Exploit DB Packet Storm
795 7.1 重要
Local
NVIDIA gpu display driver NVIDIAのgpu display driverにおける境界外読み取りに関する脆弱性 CWE-125
境界外読み取り
CVE-2026-24196 2026-06-12 14:33 2026-05-26 Show GitHub Exploit DB Packet Storm
796 6.5 警告
Local
NVIDIA gpu display driver NVIDIAのgpu display driverにおけるリソースの安全ではないデフォルト値への初期化に関する脆弱性 CWE-1188
リソースの安全ではないデフォルト値への初期化
CVE-2026-24197 2026-06-12 14:33 2026-05-26 Show GitHub Exploit DB Packet Storm
797 9.8 緊急
Network
フォーティネット FortiSandbox Cloud
FortiSandbox
FortiSandbox PaaS
フォーティネットのFortiSandbox等の複数製品におけるOS コマンドインジェクションの脆弱性 CWE-78
OSコマンド・インジェクション
CVE-2026-25089 2026-06-12 14:33 2026-06-9 Show GitHub Exploit DB Packet Storm
798 7.2 重要
Network
Apache Software Foundation answer Apache Software Foundationのanswerにおけるセキュリティトークンの割り当ての制限に関する脆弱性 CWE-1259
セキュリティトークンの割り当ての不適切な制限
CVE-2026-25700 2026-06-12 14:33 2026-06-10 Show GitHub Exploit DB Packet Storm
799 6.1 警告
Network
マイクロソフト Microsoft SharePoint Server Microsoft SharePoint Server のなりすましの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2026-33113 2026-06-12 14:33 2026-06-9 Show GitHub Exploit DB Packet Storm
800 - - 三菱電機 ロスナイセントラル換気システム
炊飯器
IHクッキングヒーター
ルームエアコン向け無線LANアダプター
三菱HEMS用 制御アダプター、無線LANアダプター
冷蔵庫
バス乾燥・暖房・換気システム
ルームエアコン
換気扇用・ロスナイ用スマートスイッチ
パッケージエアコン
ヒートポンプ給湯機・HEMS対応アダプター、無線LANアダ…
複数の三菱電機製家電製品に搭載されているRealtek社製チップ向けWi-Fiドライバにおけるヒープベースのバッファオーバーフローの脆弱性 CWE-122
ヒープオーバーフロー
CVE-2025-49604 2026-06-12 12:05 2026-03-25 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 21, 2026, 4:01 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
256191 5.5 MEDIUM
Local
gnu binutils readelf in GNU Binutils 2.28 has a use-after-free (specifically read-after-free) error while processing multiple, relocated sections in an MSP430 binary. This is caused by mishandling of an invalid s… CWE-416
 Use After Free
CVE-2017-6966 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256192 5.5 MEDIUM
Local
gnu binutils readelf in GNU Binutils 2.28 writes to illegal addresses while processing corrupt input files containing symbol-difference relocations, leading to a heap-based buffer overflow. CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2017-6965 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256193 7.5 HIGH
Network
apng2gif_project apng2gif An issue was discovered in apng2gif 1.7. There is an integer overflow resulting in a heap-based buffer overflow. This is related to the read_chunk function making an unchecked addition of 12. CWE-190
 Integer Overflow or Wraparound
CVE-2017-6962 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256194 5.5 MEDIUM
Local
apng2gif_project apng2gif An issue was discovered in apng2gif 1.7. There is improper sanitization of user input causing huge memory allocations, resulting in a crash. This is related to the read_chunk function using the pChun… CWE-20
 Improper Input Validation 
CVE-2017-6961 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256195 7.5 HIGH
Network
apng2gif_project
debian
canonical
apng2gif
debian_linux
ubuntu_linux
An issue was discovered in apng2gif 1.7. There is an integer overflow resulting in a heap-based buffer over-read, related to the load_apng function and the imagesize variable. CWE-190
 Integer Overflow or Wraparound
CVE-2017-6960 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256196 6.1 MEDIUM
Network
mantisbt source_integration An XSS vulnerability in the MantisBT Source Integration Plugin (before 2.0.2) search result page allows an attacker to inject arbitrary HTML or JavaScript (if MantisBT's CSP settings permit it) by cr… CWE-79
Cross-site Scripting
CVE-2017-6958 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256197 5.3 MEDIUM
Network
teleogistic invite_anyone An issue was discovered in by-email/by-email.php in the Invite Anyone plugin before 1.3.15 for WordPress. A user is able to change the subject and the body of the invitation mail that should be immut… CWE-20
 Improper Input Validation 
CVE-2017-6955 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256198 4.3 MEDIUM
Network
buddypress buddypress An issue was discovered in includes/component.php in the BuddyPress Docs plugin before 1.9.3 for WordPress. It is possible for authenticated users to edit documents of other users without proper perm… CWE-269
 Improper Privilege Management
CVE-2017-6954 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256199 8.8 HIGH
Network
capstone-engine capstone Integer overflow in the cs_winkernel_malloc function in winkernel_mm.c in Capstone 3.0.4 and earlier allows attackers to cause a denial of service (heap-based buffer overflow in a kernel driver) or p… CWE-190
 Integer Overflow or Wraparound
CVE-2017-6952 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm
256200 5.5 MEDIUM
Local
linux linux_kernel The keyring_search_aux function in security/keys/keyring.c in the Linux kernel through 3.14.79 allows local users to cause a denial of service (NULL pointer dereference and OOPS) via a request_key sy… CWE-476
 NULL Pointer Dereference
CVE-2017-6951 2024-11-21 12:30 2017-03-17 Show GitHub Exploit DB Packet Storm