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 3, 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
228961 7.5 危険 xero portal - Xero Portal における PHP リモートファイルインクルージョンの脆弱性 - CVE-2007-0561 2012-12-20 18:19 2007-01-30 Show GitHub Exploit DB Packet Storm
228962 7.5 危険 rp world - RPW の config.php における PHP リモートファイルインクルージョンの脆弱性 - CVE-2007-0559 2012-12-20 18:19 2007-01-30 Show GitHub Exploit DB Packet Storm
228963 7.2 危険 rmake - rMake における権限を取得される脆弱性 - CVE-2007-0557 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228964 6.8 警告 phproxy - PHProxy の index.inc.php におけるクロスサイトスクリプティングの脆弱性 - CVE-2007-0553 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228965 7.8 危険 toxiclab - Toxiclab Shoutbox におけるパスワードを含むデータベースをダウンロードされる脆弱性 - CVE-2007-0546 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228966 9.4 危険 zixforum - ZixForum におけるデータベースをダウンロードされる脆弱性 - CVE-2007-0543 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228967 5 警告 WordPress.org - WordPress における任意のファイルの存在を特定される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2007-0541 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228968 5 警告 WordPress.org - WordPress におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-0540 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228969 7.8 危険 WordPress.org - WordPress の wp_remote_fopen 関数におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-0539 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
228970 5 警告 Telligent - Telligent Community Server におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2007-0538 2012-12-20 18:19 2007-01-29 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 3, 2026, 4:06 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1381 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… CWE-918
Server-Side Request Forgery (SSRF) 
CVE-2026-42038 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1382 - - - 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… CWE-674
 Uncontrolled Recursion
CVE-2026-42039 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1383 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… CWE-116
CWE-626
 Improper Encoding or Escaping of Output
 Null Byte Interaction Error (Poison Null Byte)
CVE-2026-42040 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1384 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, a prototype pollution gadget exists in the Axios HTTP adapter (lib/adapters/http.js) that allows an attac… CWE-113
CWE-1321
HTTP Response Splitting
 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVE-2026-42035 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1385 5.3 MEDIUM
Network
- - Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.1, the FormDataPart constructor in lib/helpers/formDataToStream.js interpolates value.type directly into th… CWE-93
CRLF Injection
CVE-2026-42037 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1386 4.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, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype… CWE-287
CWE-1321
Improper Authentication
 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVE-2026-42041 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1387 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 … 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
1388 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… 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
1389 6.5 MEDIUM
Network
- - Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.2, he Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype… CWE-915
CWE-1321
 Improperly Controlled Modification of Dynamically-Determined Object Attributes
 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CVE-2026-42044 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm
1390 - - - 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… CWE-61
 UNIX Symbolic Link (Symlink) Following
CVE-2026-41326 2026-04-28 03:57 2026-04-25 Show GitHub Exploit DB Packet Storm