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":April 28, 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
229211 5 警告 マカフィー - McAfee ePolicy Orchestrator agent の Framework Service コンポーネントにおけるディレクトリトラバーサルの脆弱性 - CVE-2006-3623 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
229212 5 警告 dream4 - Koobi Pro CMS の showtopic モジュールにおける重要な情報を取得される脆弱性 - CVE-2006-3622 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
229213 7.5 危険 dream4 - Koobi Pro CMS の showtopic モジュール内における SQL インジェクションの脆弱性 - CVE-2006-3621 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
229214 2.6 注意 dream4 - Koobi Pro CMS の showtopic モジュール内におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3620 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
229215 7.5 危険 pixelated by lev - PBL Guestbook の pblguestbook.php における SQL インジェクションの脆弱性 - CVE-2006-3618 2012-12-20 18:02 2006-07-18 Show GitHub Exploit DB Packet Storm
229216 2.6 注意 Laurent Destailleur - AWStats の awstats.pl におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3681 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
229217 2.6 注意 photocycle - Photocycle の photocycle におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3680 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
229218 7.5 危険 fatwire - FatWire Content Server におけるアクセス制限を回避される脆弱性 - CVE-2006-3679 2012-12-20 18:02 2006-07-21 Show GitHub Exploit DB Packet Storm
229219 5 警告 3com - TOS 上で稼動する TippingPoint IPS におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2006-3678 2012-12-20 18:02 2006-07-26 Show GitHub Exploit DB Packet Storm
229220 5.1 警告 planet concept - planetGallery の admin/gallery_admin.php における任意の PHP コードを実行される脆弱性 - CVE-2006-3676 2012-12-20 18:02 2006-07-24 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 29, 2026, 4:51 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
361 7.4 HIGH
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, when Object.prototype has been polluted by any co-dependency with keys that axios reads without a hasOwnP… Update CWE-1321
 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVE-2026-42033 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
362 5.3 MEDIUM
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, for stream request bodies, maxBodyLength is bypassed when maxRedirects is set to 0 (native http/https tra… Update CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-42034 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
363 5.3 MEDIUM
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, when responseType: 'stream' is used, Axios returns the response stream without enforcing maxContentLength… Update CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-42036 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
364 6.8 MEDIUM
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, he fix for no_proxy hostname normalization bypass is incomplete. When no_proxy=localhost is set, requests… Update CWE-918
Server-Side Request Forgery (SSRF) 
CVE-2026-42038 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
365 - - - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as reque… Update CWE-674
 Uncontrolled Recursion
CVE-2026-42039 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
366 3.7 LOW
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the encode() function in lib/helpers/AxiosURLSearchParams.js contains a character mapping (charMap) at li… Update CWE-116
CWE-626
 Improper Encoding or Escaping of Output
CVE-2026-42040 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
367 5.4 MEDIUM
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library's XSRF token protection logic uses JavaScript truthy/falsy semantics instead of strict … Update CWE-183
CWE-201
 Permissive List of Allowed Inputs
 Insertion of Sensitive Information Into Sent Data
CVE-2026-42042 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
368 7.2 HIGH
Network
- - Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, an attacker who can influence the target URL of an Axios request can use any address in the 127.0.0.0/8 r… Update CWE-183
CWE-441
CWE-918
 Permissive List of Allowed Inputs
Confused Deputy
Server-Side Request Forgery (SSRF) 
CVE-2026-42043 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
369 - - - Kata Containers is an open source project focusing on a standard implementation of lightweight Virtual Machines (VMs) that perform like containers. From v3.4.0 to v3.28.0, an oversight in the CopyFil… New CWE-61
 UNIX Symbolic Link (Symlink) Following
CVE-2026-41326 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
370 7.4 HIGH
Network
- - Skim is a fuzzy finder designed to through files, lines, and commands. The generate-files job in .github/workflows/pr.yml checks out attacker-controlled fork code and executes it via cargo run, with … New CWE-94
Code Injection
CVE-2026-41414 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm