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
255731 10 危険 ABB - ABB Robot Communications Runtime におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-0245 2012-03-13 15:14 2012-03-9 Show GitHub Exploit DB Packet Storm
255732 - - Pydio - AjaXplorer に複数の脆弱性 - - 2012-03-13 15:10 2012-03-9 Show GitHub Exploit DB Packet Storm
255733 9.3 危険 アップル - Apple iOS の VPN におけるフォーマットストリングの脆弱性 CWE-134
書式文字列の問題
CVE-2012-0646 2012-03-13 15:07 2012-03-8 Show GitHub Exploit DB Packet Storm
255734 1.2 注意 アップル - Apple iOS の Siri におけるロック状態を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-0645 2012-03-13 15:04 2012-03-8 Show GitHub Exploit DB Packet Storm
255735 6.9 警告 アップル - Apple iOS のパスコードロック機能におけるパスコード要求を回避される脆弱性 CWE-362
競合状態
CVE-2012-0644 2012-03-13 14:58 2012-03-8 Show GitHub Exploit DB Packet Storm
255736 5 警告 アップル - Apple iOS の CFNetwork における重要な情報を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2012-0641 2012-03-13 14:23 2012-03-8 Show GitHub Exploit DB Packet Storm
255737 4 警告 Redmine - Redmine におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-0327 2012-03-13 12:02 2012-03-13 Show GitHub Exploit DB Packet Storm
255738 2.6 注意 Tetsuya Aoyama - twicca におけるアクセス制限不備の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-0326 2012-03-13 12:02 2012-03-13 Show GitHub Exploit DB Packet Storm
255739 7.6 危険 アップル - Apple iTunes で使用される WebKit における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2012-0634 2012-03-13 10:14 2012-03-8 Show GitHub Exploit DB Packet Storm
255740 7.5 危険 アップル - 複数の Apple 製品で使用される libresolv における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2011-3453 2012-03-12 14:14 2012-02-2 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
11 7.3 HIGH
Network
- - Budibase is an open-source low-code platform. Prior to 3.39.0, `GET /api/chat-links/:instance/:token/handoff` is a public endpoint (no auth required) that performs a permanent, state-changing operati… New CWE-284
CWE-352
Improper Access Control
 Origin Validation Error
CVE-2026-50132 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
12 7.4 HIGH
Network
- - Budibase is an open-source low-code platform. Prior to 3.39.3, the application server exposes an unauthenticated endpoint that generates S3 PutObject presigned URLs using credentials stored in a work… New CWE-306
Missing Authentication for Critical Function
CVE-2026-50136 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
13 - - - Budibase is an open-source low-code platform. Prior to 3.39.0, an anonymous attacker who knows or can enumerate a workspace id (app_...) and an S3-source datasource id (ds_...) can call this endpoint… New CWE-862
 Missing Authorization
CVE-2026-50137 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
14 7.8 HIGH
Local
- - Notepad++ is a free and open-source source code editor. In v8.9.6.1, isInTrustedDirectory() does NOT canonicalize the path before checking. It uses a prefix-based check (PathIsPrefix() or equivalent)… New CWE-42
CVE-2026-52884 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
15 - - - Notepad++ is a free and open-source source code editor. Prior to 8.9.6.4, NppCommands.cpp checks the HMAC of the on-disk shortcuts.xml at the moment a user command fires (Time-of-Check). However, the… New CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-52885 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
16 10.0 CRITICAL
Network
- - Budibase is an open-source low-code platform. Prior to 3.39.12, an unauthenticated visitor of any published Budibase app reads every document of the backing MongoDB, CouchDB, Elasticsearch, DynamoDB… New CWE-89
CWE-943
SQL Injection
 Improper Neutralization of Special Elements in Data Query Logic
CVE-2026-54350 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
17 8.2 HIGH
Network
- - Budibase is an open-source low-code platform. Prior to 3.39.9, the webhook trigger endpoint in Budibase is publicly accessible and passes the full HTTP request body into automation execution paramete… New CWE-915
 Improperly Controlled Modification of Dynamically-Determined Object Attributes
CVE-2026-54351 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
18 9.6 CRITICAL
Network
- - Budibase is an open-source low-code platform. Prior to 3.39.9, `POST /api/pwa/process-zip` at packages/server/src/api/routes/static.ts:24 accepts a builder-uploaded .zip, extracts it with extract-zip… New CWE-22
CWE-59
Path Traversal
Link Following
CVE-2026-54352 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
19 8.5 HIGH
Network
- - Budibase is an open-source low-code platform. Prior to 3.39.9, authenticated users with automation permissions can bypass Budibase's SSRF blacklist through DNS rebinding. The outbound fetch flow vali… New CWE-367
CWE-918
 Time-of-check Time-of-use (TOCTOU) Race Condition
Server-Side Request Forgery (SSRF) 
CVE-2026-54353 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm
20 7.7 HIGH
Network
- - Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.43 and 1.3.19, several Kestra API endpoints accept a kestra:// URI from the client and pass it through StorageInterface.par… New CWE-22
Path Traversal
CVE-2026-45807 2026-06-30 03:51 2026-06-27 Show GitHub Exploit DB Packet Storm