Lucene search
+L

4891 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/02 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-67319

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - axios before 0.33.0 and 1.x before 1.18.0 can consume inherited properties from nested request option objects when the JavaScript process's Object.prototype has...

6.3CVSS5AI score0.00258EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/02 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-67316

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate...

6.3CVSS5.5AI score0.00258EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/02 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-67312

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 contain uncontrolled recursion in formDataToJSON exposed as axios.formToJSON and used...

6.3CVSS5.9AI score0.00338EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/01 3:30 p.m.7 views

GHSA-38GX-CFQF-F652 Duplicate Advisory: Axios: Prototype pollution auth subfields can inject Basic auth

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-xj6q-8x83-jv6g. This link is maintained to preserve external references. Original Description axios versions =1.15.2 and 1.18.0 contain prototype-pollution read-side gadgets in Basic auth subfield handling...

6.3CVSS5.4AI score
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/01 2:28 p.m.8 views

axios: axios: Information disclosure and data manipulation via prototype pollution

A flaw was found in axios. When the JavaScript environment's Object.prototype has been previously compromised through a technique known as prototype pollution, axios can inadvertently use malicious properties from nested configuration objects. This can lead to the silent injection of unauthorized...

6.3CVSS5.3AI score0.00258EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/01 2:26 p.m.6 views

axios: axios: Information disclosure and data manipulation via prototype pollution

A flaw was found in axios. When the JavaScript environment's Object.prototype has been previously compromised through a technique known as prototype pollution, axios can inadvertently use malicious properties from nested configuration objects. This can lead to the silent injection of unauthorized...

6.3CVSS5.3AI score0.00258EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/01 1:17 p.m.12 views

CVE-2026-67320

axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as ...config or...

8.3CVSS0.00304EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/01 1:17 p.m.9 views

CVE-2026-67319

axios before 0.33.0 and 1.x before 1.18.0 can consume inherited properties from nested request option objects when the JavaScript process's Object.prototype has already been polluted by another component. While the top-level merged config uses a null prototype, nested plain objects such as auth a...

6.3CVSS0.00258EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.13 views

CVE-2026-67321

axios versions 0.31.1 before 0.33.0 and 1.15.1 before 1.18.0 contain an incomplete depth-limit bypass in toFormData.js when serializing objects with top-level keys ending in ''. Attackers who control object keys and nested values passed to axios form or parameter serialization can trigger a...

6.9CVSS0.00291EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.12 views

CVE-2026-67316

axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate vulnerability or dependency. In the bodyless method aliases axios.get, axios.delete, axios.head, axios.options, inherited data is read via...

6.3CVSS0.00258EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.14 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.3CVSS0.00338EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.10 views

CVE-2026-67315

axios versions 0.31.0 before 0.33.0 and 1.15.0 before 1.18.0 fail to recognize 0.0.0.0 as a loopback address in shouldBypassProxy.js, allowing requests to 0.0.0.0 to bypass NOPROXY rules. Attackers can supply 0.0.0.0 URLs to route requests through configured proxies, potentially exposing local...

6.9CVSS0.00291EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.12 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.3CVSS0.00359EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.8 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.3CVSS0.00365EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.8 views

CVE-2026-67318

axios versions =1.13.0 Node.js HTTP adapter fail to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent with httpVersion: 2. Because Node's HTTP/2 request API does not honor the maxBodyLength option and axios's byte-counting stream wrapper is gated on...

6.3CVSS0.00356EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/01 1:17 p.m.20 views

CVE-2026-67312

axios versions from 0.28.0 before 0.33.0 and from 1.0.0 before 1.18.0 contain uncontrolled recursion in formDataToJSON exposed as axios.formToJSON and used internally when serializing FormData with Content-Type: application/json. When an application passes attacker-controlled FormData field names...

6.3CVSS0.00338EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/01 1:17 p.m.7 views

UBUNTU-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
SaveExploits0References4
OSV
OSV
added 2026/08/01 1:17 p.m.6 views

UBUNTU-CVE-2026-67315

axios versions 0.31.0 before 0.33.0 and 1.15.0 before 1.18.0 fail to recognize 0.0.0.0 as a loopback address in shouldBypassProxy.js, allowing requests to 0.0.0.0 to bypass NOPROXY rules. Attackers can supply 0.0.0.0 URLs to route requests through configured proxies, potentially exposing local...

6.9CVSS5.5AI score0.00291EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/01 1:17 p.m.9 views

UBUNTU-CVE-2026-67319

axios before 0.33.0 and 1.x before 1.18.0 can consume inherited properties from nested request option objects when the JavaScript process's Object.prototype has already been polluted by another component. While the top-level merged config uses a null prototype, nested plain objects such as auth a...

6.3CVSS5.5AI score0.00258EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/01 1:17 p.m.8 views

UBUNTU-CVE-2026-67316

axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate vulnerability or dependency. In the bodyless method aliases axios.get, axios.delete, axios.head, axios.options, inherited data is read via...

6.3CVSS5.5AI score0.00258EPSS
SaveExploits0References4
Rows per page
Query Builder