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 29, 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
198541 5.5 警告
Local
Artifex Software - Ghostscript における SAFER モード保護メカニズムを回避される脆弱性 CWE-200
情報漏えい
CVE-2016-7977 2017-06-22 10:07 2016-10-6 Show GitHub Exploit DB Packet Storm
198542 9.8 緊急
Network
zlib
openSUSE project
- zlib の crc32.c の crc32_big 関数における脆弱性 CWE-189
数値処理の問題
CVE-2016-9843 2017-06-21 18:20 2016-09-29 Show GitHub Exploit DB Packet Storm
198543 6.6 警告
Local
Schneider Electric - Schneider Electric Wonderware Historian Client における XML 外部エンティティの脆弱性 CWE-611
XML 外部エンティティ参照の不適切な制限
CVE-2017-7907 2017-06-21 18:05 2017-04-28 Show GitHub Exploit DB Packet Storm
198544 6.1 警告
Network
フォーティネット - Fortinet FortiWeb におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2017-3129 2017-06-21 18:02 2017-04-19 Show GitHub Exploit DB Packet Storm
198545 7.8 重要
Local
Linux - Linux Kernel の net/dccp/ipv6.c の dccp_v6_request_recv_sock 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-19
データ処理
CVE-2017-9076 2017-06-21 17:58 2017-05-9 Show GitHub Exploit DB Packet Storm
198546 7.8 重要
Local
Linux - Linux Kernel の net/sctp/ipv6.c の sctp_v6_create_accept_sk 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-19
データ処理
CVE-2017-9075 2017-06-21 17:58 2017-05-17 Show GitHub Exploit DB Packet Storm
198547 7.8 重要
Local
Linux - Linux Kernel の IPv6 断片化の実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-125
境界外読み取り
CVE-2017-9074 2017-06-21 17:58 2017-05-16 Show GitHub Exploit DB Packet Storm
198548 8.8 重要
Network
Satel Iberia - Satel Iberia の SenNet Data Logger および Electricity Meters におけるコマンドインジェクションの脆弱性 CWE-77
コマンドインジェクション
CVE-2017-6048 2017-06-21 17:54 2017-05-11 Show GitHub Exploit DB Packet Storm
198549 9.8 緊急
Network
playSMS - PlaySMS の import.php における危険なタイプのファイルの無制限アップロードに関する脆弱性 CWE-434
危険なタイプのファイルの無制限アップロード
CVE-2017-9101 2017-06-21 17:40 2017-05-21 Show GitHub Exploit DB Packet Storm
198550 9.8 緊急
Network
playSMS - PlaySMS における危険なタイプのファイルの無制限アップロードに関する脆弱性 CWE-434
危険なタイプのファイルの無制限アップロード
CVE-2017-9080 2017-06-21 17:40 2017-05-17 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 30, 2026, 4:22 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
781 7.4 HIGH
Network
deno deno Deno is a JavaScript, TypeScript, and WebAssembly runtime. Prior to 2.8.1, node:crypto.checkPrime(candidate[, options][, callback]) and crypto.checkPrimeSync(candidate[, options]) ran no Miller-Rabin… New CWE-325
 Missing Required Cryptographic Step
CVE-2026-49440 2026-06-27 04:27 2026-06-24 Show GitHub Exploit DB Packet Storm
782 8.1 HIGH
Network
caddyserver caddy Caddy is an extensible server platform that uses TLS by default. Prior to 2.11.4, forward_auth copy_headers deletes the exact client-supplied identity header before copying the trusted value from the… New CWE-287
CWE-290
CWE-444
Improper Authentication
 Authentication Bypass by Spoofing
HTTP Request Smuggling
CVE-2026-52845 2026-06-27 04:27 2026-06-24 Show GitHub Exploit DB Packet Storm
783 6.5 MEDIUM
Network
aquasec trivy Trivy is a security scanner. Prior to 0.71.0, when Trivy scans a Helm chart archive (.tgz), its custom tar unpacker reads each entry with io.ReadAll(tr) and no size limit. An attacker who can place a… New CWE-770
CWE-789
 Allocation of Resources Without Limits or Throttling
 Memory Allocation with Excessive Size Value
CVE-2026-54448 2026-06-27 04:27 2026-06-26 Show GitHub Exploit DB Packet Storm
784 7.5 HIGH
Network
rubyconcurrency concurrent_ruby concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::AtomicReference#update can enter a permanent busy retry loop when the current value is Float::NAN. The issue is cau… New CWE-835
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2026-54904 2026-06-27 04:26 2026-06-25 Show GitHub Exploit DB Packet Storm
785 5.3 MEDIUM
Network
encode starlette Starlette is a lightweight ASGI framework/toolkit. Prior to 1.3.0, the HTTP request path is not validated before being used to reconstruct request.url. Because request.url is rebuilt by concatenating… New CWE-706
 Use of Incorrectly-Resolved Name or Reference
CVE-2026-54282 2026-06-27 04:18 2026-06-23 Show GitHub Exploit DB Packet Storm
786 7.5 HIGH
Network
encode starlette Starlette is a lightweight ASGI framework/toolkit. From 0.4.1 until 1.3.1, request.form() accepts max_fields and max_part_size to bound resource consumption while parsing form data. These limits are … New CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-54283 2026-06-27 04:16 2026-06-23 Show GitHub Exploit DB Packet Storm
787 - - - Outline is a service that allows for collaborative documentation. Prior to 1.8.0, the AuthenticationHelper.canAccess function uses ctx.originalUrl to verify if an API key or OAuth token has the requi… New CWE-863
 Incorrect Authorization
CVE-2026-54573 2026-06-27 04:16 2026-06-26 Show GitHub Exploit DB Packet Storm
788 2.2 LOW
Local
- - Pi is a minimal terminal coding harness. From 0.74.0 until 0.78.1, Pi stored API keys and OAuth credentials in auth.json. A race condition in the file write path could briefly create or rewrite this … New CWE-367
CWE-732
 Time-of-check Time-of-use (TOCTOU) Race Condition
 Incorrect Permission Assignment for Critical Resource
CVE-2026-54327 2026-06-27 04:16 2026-06-24 Show GitHub Exploit DB Packet Storm
789 5.8 MEDIUM
Local
- - K3s is a fully conformant production-ready Kubernetes distribution. Prior to 1.35.3+k3s1, 1.34.6+k3s1, v1.33.10+k3s1, a path traversal vulnerability exists in K3s's etcd snapshot decompression functi… New CWE-22
Path Traversal
CVE-2026-54250 2026-06-27 04:16 2026-06-26 Show GitHub Exploit DB Packet Storm
790 7.5 HIGH
Network
- - File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.6, File Browser's public share handlers rebase t… New CWE-863
 Incorrect Authorization
CVE-2026-54091 2026-06-27 04:16 2026-06-26 Show GitHub Exploit DB Packet Storm