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":July 1, 2026, 10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
189981 5.4 警告
Network
Invoice Ninja - Invoice Ninja におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2017-1000466 2018-01-29 16:45 2017-10-30 Show GitHub Exploit DB Packet Storm
189982 9.8 緊急
Network
Creolabs - Creolabs Gravity におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2017-1000437 2018-01-29 16:41 2017-09-12 Show GitHub Exploit DB Packet Storm
189983 8.8 重要
Network
MT4 Technology - MT4 Networks SenhaSegura Web アプリケ—ションにおけるセッションの固定化の脆弱性 CWE-384
セッションの固定化
CVE-2017-11562 2018-01-29 16:37 2017-12-18 Show GitHub Exploit DB Packet Storm
189984 7.5 重要
Network
BlogoText project - BlogoText における情報漏えいに関する脆弱性 CWE-200
情報漏えい
CVE-2017-17793 2018-01-29 16:36 2017-12-12 Show GitHub Exploit DB Packet Storm
189985 9.8 緊急
Network
Ruby-lang.org - Ruby におけるインジェクションに関する脆弱性 CWE-74
インジェクション
CVE-2017-17790 2018-01-29 16:36 2017-12-20 Show GitHub Exploit DB Packet Storm
189986 9.8 緊急
Network
Horde - Horde Groupware における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2017-17781 2018-01-29 16:36 2017-12-20 Show GitHub Exploit DB Packet Storm
189987 9.8 緊急
Network
PHP Scripts Mall Pvt Ltd - Paid To Read Script における認証に関する脆弱性 CWE-287
不適切な認証
CVE-2017-17777 2018-01-29 16:36 2017-12-19 Show GitHub Exploit DB Packet Storm
189988 9.8 緊急
Network
AccessPress Themes - WordPress 用 AccessKeys AccessPress Anonymous Post Pro プラグインにおける危険なタイプのファイルの無制限アップロードに関する脆弱性 CWE-434
危険なタイプのファイルの無制限アップロード
CVE-2017-16949 2018-01-29 16:31 2017-11-12 Show GitHub Exploit DB Packet Storm
189989 8.1 重要
Network
Mautic - Mautic における認証に関する脆弱性 CWE-287
不適切な認証
CVE-2017-1000489 2018-01-29 16:22 2017-12-8 Show GitHub Exploit DB Packet Storm
189990 4.8 警告
Network
Advanced Real Estate Script project - Online Ticket Booking におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2018-5078 2018-01-29 16:22 2018-01-3 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:July 1, 2026, 4:27 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1151 7.1 HIGH
Local
home-assistant home_assistant_companion Home Assistant is open source home automation software that puts local control and privacy first. Prior to 2026.5.3, the LocationSensorManager BroadcastReceiver is exported with no permission. Any in… CWE-926
 Improper Export of Android Application Components
CVE-2026-54318 2026-06-27 04:28 2026-06-24 Show GitHub Exploit DB Packet Storm
1152 7.5 HIGH
Network
aiohttp aiohttp AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, during cleanup it is possible for a compressed request body to be decompressed into memory in one chun… CWE-409
 Improper Handling of Highly Compressed Data (Data Amplification)
CVE-2026-54278 2026-06-27 04:27 2026-06-23 Show GitHub Exploit DB Packet Storm
1153 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… CWE-325
 Missing Required Cryptographic Step
CVE-2026-49440 2026-06-27 04:27 2026-06-24 Show GitHub Exploit DB Packet Storm
1154 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… 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
1155 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… 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
1156 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… 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
1157 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 … 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
1158 - - - 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… CWE-863
 Incorrect Authorization
CVE-2026-54573 2026-06-27 04:16 2026-06-26 Show GitHub Exploit DB Packet Storm
1159 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 … 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
1160 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… CWE-22
Path Traversal
CVE-2026-54250 2026-06-27 04:16 2026-06-26 Show GitHub Exploit DB Packet Storm