Lucene search
+L

4899 matches found

Debian CVE
Debian CVE
added 2026/08/01 12:22 p.m.13 views

CVE-2026-67314

axios versions =1.15.2 and 1.18.0 contain prototype-pollution read-side gadgets in Basic auth subfield handling lib/adapters/http.js and lib/helpers/resolveConfig.js. When an application is already affected by a separate prototype-pollution primitive and makes an axios request with an own auth...

6.3CVSS5.5AI score0.00365EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.33 views

CVE-2026-67317 axios 1.7.0 before 1.18.0 maxBodyLength Bypass via ReadableStream

axios versions 1.7.0 before 1.18.0 fail to enforce maxBodyLength for WHATWG ReadableStream request bodies in the fetch adapter when Content-Length cannot be determined. Attackers can supply unknown-length stream data to bypass upload size limits and cause uncontrolled network egress or resource...

6.3CVSS0.00359EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/01 12:22 p.m.9 views

CVE-2026-67314 axios before 1.18.0 Prototype Pollution via auth subfields

axios versions =1.15.2 and 1.18.0 contain prototype-pollution read-side gadgets in Basic auth subfield handling lib/adapters/http.js and lib/helpers/resolveConfig.js. When an application is already affected by a separate prototype-pollution primitive and makes an axios request with an own auth...

6.3CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/01 12:22 p.m.51 views

CVE-2026-67314

CVE-2026-67314 affects axios versions >=1.15.2 and

6.3CVSS5.5AI score0.00365EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/01 12:22 p.m.9 views

CVE-2026-67313 axios 0.28.0 before 1.18.0 Denial of Service via formDataToJSON

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger...

6.3CVSS5.5AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/01 12:22 p.m.9 views

CVE-2026-67313

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger...

6.3CVSS5.5AI score0.00338EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/01 12:22 p.m.33 views

CVE-2026-67313 axios 0.28.0 before 1.18.0 Denial of Service via formDataToJSON

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger...

6.3CVSS0.00338EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/01 12:22 p.m.22 views

EUVD-2026-51864

axios versions =1.15.2 and 1.18.0 contain prototype-pollution read-side gadgets in Basic auth subfield handling lib/adapters/http.js and lib/helpers/resolveConfig.js. When an application is already affected by a separate prototype-pollution primitive and makes an axios request with an own auth...

6.3CVSS5.5AI score0.00365EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/01 12:22 p.m.15 views

CVE-2026-67317

axios versions 1.7.0 before 1.18.0 fail to enforce maxBodyLength for WHATWG ReadableStream request bodies in the fetch adapter when Content-Length cannot be determined. Attackers can supply unknown-length stream data to bypass upload size limits and cause uncontrolled network egress or resource...

6.3CVSS5.5AI score0.00359EPSS
SaveExploits0
OSV
OSV
added 2026/08/01 12:22 p.m.8 views

CVE-2026-67317 axios 1.7.0 before 1.18.0 maxBodyLength Bypass via ReadableStream

axios versions 1.7.0 before 1.18.0 fail to enforce maxBodyLength for WHATWG ReadableStream request bodies in the fetch adapter when Content-Length cannot be determined. Attackers can supply unknown-length stream data to bypass upload size limits and cause uncontrolled network egress or resource...

6.3CVSS5.5AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.7 views

axios: axios: Denial of Service via object serialization bypass

A flaw was found in axios. A remote attacker could exploit an incomplete depth-limit bypass when the component serializes objects with specific top-level keys. By manipulating object keys and nested values during form or parameter serialization, an attacker can trigger a processing error. This ca...

6.9CVSS5.5AI score0.00291EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.8 views

axios: axios: Information disclosure via Prototype Pollution in Node HTTP adapter

A flaw was found in axios when used in a Node.js deployment with the HTTP adapter. This vulnerability, known as Prototype Pollution, occurs because request interceptors can revert hardened request configurations, allowing an attacker to manipulate the Object.prototype.proxy property. If...

8.3CVSS5.4AI score0.00304EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.8 views

axios: axios: Denial of Service via uncontrolled recursion in form data processing

A flaw was found in axios, a popular JavaScript library. An attacker can exploit this vulnerability by providing malicious form data containing deeply nested field names. This input triggers uncontrolled recursion within the formDataToJSON function, which is responsible for processing form data...

6.3CVSS5.5AI score0.00338EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.9 views

axios: axios: Denial of Service via uncontrolled recursion in formDataToJSON

A flaw was found in axios. A remote attacker could exploit an uncontrolled recursion vulnerability in the formDataToJSON function by supplying FormData with field names containing deeply nested bracket segments. This could exhaust the JavaScript call stack, leading to a RangeError and causing a...

6.3CVSS5.5AI score0.00338EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.8 views

axios: axios: Outbound Request Tampering via Prototype Pollution in Basic Auth

A flaw was found in axios. This vulnerability involves prototype pollution read-side gadgets within the basic authentication subfield handling. If an application is already susceptible to a separate prototype pollution issue and makes an axios request without specifying username or password in it...

6.3CVSS5.5AI score0.00365EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/29 9:40 p.m.14 views

axios: axios: Information disclosure via Prototype Pollution in Node HTTP adapter

A flaw was found in axios when used in a Node.js deployment with the HTTP adapter. This vulnerability, known as Prototype Pollution, occurs because request interceptors can revert hardened request configurations, allowing an attacker to manipulate the Object.prototype.proxy property. If...

8.3CVSS5.4AI score0.00304EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/29 9:40 p.m.8 views

axios: axios: Denial of Service via object serialization bypass

A flaw was found in axios. A remote attacker could exploit an incomplete depth-limit bypass when the component serializes objects with specific top-level keys. By manipulating object keys and nested values during form or parameter serialization, an attacker can trigger a processing error. This ca...

6.9CVSS5.5AI score0.00291EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/29 9:40 p.m.6 views

axios: axios: Denial of Service via uncontrolled recursion in form data processing

A flaw was found in axios, a popular JavaScript library. An attacker can exploit this vulnerability by providing malicious form data containing deeply nested field names. This input triggers uncontrolled recursion within the formDataToJSON function, which is responsible for processing form data...

6.3CVSS5.5AI score0.00338EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/29 2:31 p.m.16 views

swagger-typescript-api vulnerable to code injection via unescaped `servers[0].url` in axios http-client template

Summary swagger-typescript-api interpolates servers0.url directly into a TypeScript string literal inside the HttpClient constructor body of the generated axios client templates/base/http-clients/axios-http-client.ejs:71, without any escaping. A malicious URL containing a " closes the string...

8.3CVSS6.5AI score0.0027EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/29 2:30 p.m.12 views

EUVD-2026-50365

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, templates/base/http-clients/axios-http-client.ejs interpolates servers0.url from src/code-gen-process.ts into the HttpClient constructor without escaping, allowing an attacker-controll...

8.3CVSS5.9AI score0.0027EPSS
SaveExploits0References4
Rows per page
Query Builder