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":May 8, 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
196081 5.5 警告
Local
Libav - Libav の get_bits.h の get_vlc2 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-476
NULL ポインタデリファレンス
CVE-2016-8675 2017-03-6 16:55 2016-10-15 Show GitHub Exploit DB Packet Storm
196082 5.5 警告
Local
Libav - Libav の rnd_template.c の ff_put_pixels8_xy2_mmx 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-476
NULL ポインタデリファレンス
CVE-2016-7477 2017-03-6 16:55 2016-09-20 Show GitHub Exploit DB Packet Storm
196083 7.8 重要
Local
Debian
openSUSE project
GraphicsMagick
- GraphicsMagick の magick/memory.c の MagickMalloc 関数における脆弱性 CWE-119
バッファエラー
CVE-2016-8684 2017-03-6 16:50 2016-09-10 Show GitHub Exploit DB Packet Storm
196084 7.8 重要
Local
Debian
openSUSE project
GraphicsMagick
- GraphicsMagick の coders/pcx.c の ReadPCXImage 関数における脆弱性 CWE-119
バッファエラー
CVE-2016-8683 2017-03-6 16:50 2016-09-10 Show GitHub Exploit DB Packet Storm
196085 7.5 重要
Network
Debian
openSUSE project
GraphicsMagick
- GraphicsMagick の coders/sct.c の ReadSCTImage 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-125
境界外読み取り
CVE-2016-8682 2017-03-6 16:50 2016-09-10 Show GitHub Exploit DB Packet Storm
196086 6.1 警告
Network
WSO2 - WSO2 SOA Enablement Server for Java におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2016-4327 2017-03-6 16:32 2016-04-8 Show GitHub Exploit DB Packet Storm
196087 6.1 警告
Network
WSO2 - WSO2 Carbon におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2016-4316 2017-03-6 16:32 2016-08-12 Show GitHub Exploit DB Packet Storm
196088 5.7 警告
Network
WSO2 - WSO2 Carbon におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2016-4315 2017-03-6 16:32 2016-08-12 Show GitHub Exploit DB Packet Storm
196089 4.9 警告
Network
WSO2 - WSO2 Carbon の LogViewer Admin Service におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-4314 2017-03-6 16:32 2016-08-12 Show GitHub Exploit DB Packet Storm
196090 7.5 重要
Network
suckless.org
Fedora Project
- slock における画面ロックを回避される脆弱性 CWE-476
NULL ポインタデリファレンス
CVE-2016-6866 2017-03-6 16:31 2016-08-30 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 9, 2026, 5:07 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
921 6.8 MEDIUM
Network
- - Velociraptor versions prior to 0.76.4 contain a cross organization authorization bypass in the HTTP API. A user with only the reader role in the root organization (the lowest authenticated role, hold… New CWE-863
 Incorrect Authorization
CVE-2026-6863 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
922 5.1 MEDIUM
Physics
- - ZTE ZX297520V3 BootROM contains a vulnerability that allows arbitrary memory writes via USB. Attackers can exploit the lack of target address validation in the USB download mode to write data to any … New CWE-787
 Out-of-bounds Write
CVE-2026-40003 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
923 5.5 MEDIUM
Physics
- - There exists an openssl.cnf privilege escalation vulnerability in ZTE Cloud PC client uSmartview. An attacker can execute arbitrary code locally and escalate privileges. New CWE-427
 Uncontrolled Search Path Element
CVE-2026-40004 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
924 7.5 HIGH
Network
- - When using Google Secrets Manager as a backend for the Spring Cloud Config server a client can craft a request to the config server potentially exposing secrets from unintended GCP projects. Spring C… New CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-40981 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
925 9.1 CRITICAL
Network
- - Spring Cloud Config allows applications to serve arbitrary text and binary files through the spring-cloud-config-server module. A malicious user, or attacker, can send a request using a specially cra… New CWE-22
Path Traversal
CVE-2026-40982 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
926 7.2 HIGH
Local
- - The base directory (`spring.cloud.config.server.git.basedir`) used by the Spring Cloud Config Server to clone Git repositories to is susceptible to time-of-check-time-of-use (TOCTOU) attacks. Spring … New CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-41002 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
927 4.4 MEDIUM
Local
- - When enabling trace logging in Spring Cloud Config Server sensitive information was placed in plain text in the logs. Spring Cloud Config 3.1.x: affected from 3.1.0 through 3.1.13 (inclusive); upgrad… New CWE-532
 Inclusion of Sensitive Information in Log Files
CVE-2026-41004 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
928 4.7 MEDIUM
Local
- - A remote denial-of-service vulnerability exists in the ZTE Cloud PC client uSmartview, which may lead to memory corruption and remote denial of service. New CWE-134
Use of Externally-Controlled Format String
CVE-2026-44407 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
929 - - - Vulnerability on the external sharing feature in Cryptobox allows an attacker knowing a sharing link URL to retrieve information from the server allowing an offline brute-force attack of the access c… New CWE-280
Improper Handling of Insufficient Permissions or Privileges 
CVE-2026-6805 2026-05-7 23:56 2026-05-7 Show GitHub Exploit DB Packet Storm
930 6.8 MEDIUM
Network
- - Admidio is an open-source user management solution. Prior to version 5.0.9, the OIDC token introspection endpoint (/modules/sso/index.php/oidc/introspect) always returns {"active": true} for every re… New CWE-287
Improper Authentication
CVE-2026-41671 2026-05-7 23:54 2026-05-7 Show GitHub Exploit DB Packet Storm