Lucene search
+L

129465 matches found

Snyk
Snyk
added 2026/05/29 5:49 p.m.13 views

Improperly Controlled Modification of Dynamically-Determined Object Attributes

Overview vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes via the BaseHandler.set trap in lib/bridge.js. An attacker can mutate...

9.2CVSS6.2AI score0.00287EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/29 4:59 p.m.16 views

Security Bulletin: Multiple Vulnerabilities in IBM Edge Application Manager

Summary Multiple vulnerabilities were addressed in IBM Edge Application Manager 5.0.4 Vulnerability Details CVEID:CVE-2026-42033 DESCRIPTION: 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...

7.5CVSS5.9AI score0.00808EPSS
SaveExploits8Affected Software1
Snyk
Snyk
added 2026/05/29 4:7 p.m.10 views

Prototype Pollution

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution in the request configuration merge process. An attacker can access sensitive request configuration data, including authentication...

8.3CVSS6.3AI score0.00495EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/29 4:7 p.m.15 views

GHSA-3G43-6GMG-66JW axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Summary Axios versions before the fixed releases contain prototype-pollution gadgets in request config processing. If another vulnerability in the same JavaScript process has already polluted Object.prototype.transformResponse, affected Axios versions may treat that inherited value as request...

7CVSS6.1AI score0.00495EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/29 4:7 p.m.12 views

Prototype Pollution

Overview axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution in the request configuration merge process. An attacker can access sensitive request configuration data, including authentication credentials and...

8.3CVSS6.4AI score0.00495EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/29 4:7 p.m.30 views

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Summary Axios versions before the fixed releases contain prototype-pollution gadgets in request config processing. If another vulnerability in the same JavaScript process has already polluted Object.prototype.transformResponse, affected Axios versions may treat that inherited value as request...

7CVSS6.1AI score0.00495EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/05/29 4:4 p.m.19 views

Prototype Pollution

Overview axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution through the config.proxy property in the HTTP adapter, which accesses properties via the prototype chain. An attacker can intercept and modify all HTT...

8.9CVSS6.1AI score0.01041EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/29 4:4 p.m.17 views

GHSA-35JP-WW65-95WH axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

Vulnerability Disclosure: Full Man-in-the-Middle via Prototype Pollution Gadget in config.proxy Summary The Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution in the application's dependency tree to be escalated into a full...

8.7CVSS5.8AI score0.01041EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/05/29 4:4 p.m.9 views

Prototype Pollution

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution through the config.proxy property in the HTTP adapter, which accesses properties via the prototype chain. An attacker can intercept an...

8.9CVSS6.1AI score0.01041EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/05/29 4:4 p.m.29 views

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

Vulnerability Disclosure: Full Man-in-the-Middle via Prototype Pollution Gadget in config.proxy Summary The Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution in the application's dependency tree to be escalated into a full...

8.7CVSS5.8AI score0.01041EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/05/29 4:3 p.m.32 views

RLSA-2026:18480 Important: linux-sgx security update

The Intel SGX SDK is a collection of APIs, libraries, documentations and tools that allow software developers to create and debug Intel SGX enabled applications in C/C++. Security Fixes: qs: qs: Denial of Service via improper input validation in array parsing CVE-2025-15284 node-tar: tar: node-ta...

8.8CVSS7.2AI score0.01535EPSS
SaveExploits5References6
Rockylinux
Rockylinux
added 2026/05/29 4:3 p.m.29 views

linux-sgx security update

An update is available for linux-sgx. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The Intel SGX SDK is a collection of APIs, libraries, documentations and...

8.8CVSS5.8AI score0.01535EPSS
SaveExploits5
Github Security Blog
Github Security Blog
added 2026/05/29 3:54 p.m.18 views

axios has DoS & Header Injection via Prototype Pollution Read-Side Gadgets in axios merge functions

Summary axios 1.15.2 exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process e.g. lodash .merge / CVE-2018-16487, axios silently picks up the polluted values: 1. Header injection - lib/utils.js line 406 builds merge's...

8.2CVSS5.8AI score0.00287EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/05/29 3:54 p.m.10 views

Prototype Pollution

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution via polluted Object.prototype properties in the merge process. An attacker can inject arbitrary HTTP headers into outbound requests or...

8.2CVSS6.4AI score0.00287EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/29 3:54 p.m.14 views

GHSA-898C-Q2CR-XWHG axios has DoS & Header Injection via Prototype Pollution Read-Side Gadgets in axios merge functions

Summary axios 1.15.2 exposes two read-side prototype-pollution gadgets. When Object.prototype is polluted by an upstream dependency in the same process e.g. lodash .merge / CVE-2018-16487, axios silently picks up the polluted values: 1. Header injection - lib/utils.js line 406 builds merge's...

4.8CVSS7.3AI score0.00287EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/05/29 3:54 p.m.16 views

Prototype Pollution

Overview axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution via polluted Object.prototype properties in the merge process. An attacker can inject arbitrary HTTP headers into outbound requests or cause synchrono...

8.2CVSS6.5AI score0.00287EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/29 3:51 p.m.33 views

GHSA-654M-C8P4-X5FP Axios has a Patch Bypass: Proxy-Authorization Header Injection via Prototype Pollution — Incomplete Null-Prototype Fix

Patch Bypass Proxy-Authorization Header Injection via Prototype Pollution — Incomplete Null-Prototype Fix in Axios 1.15.2 Summary The Object.createnull fix introduced in Axios 1.15.2 GHSA-q8qp-cvcw-x6jj protects the top-level config object from prototype pollution. However, nested objects created...

3.7CVSS5.8AI score0.00228EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/05/29 3:51 p.m.10 views

Prototype Pollution

Overview org.webjars.npm:axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution via the setProxy function. An attacker can inject arbitrary credentials into the Proxy-Authorization header of proxied HTTP requests b...

9.1CVSS6.4AI score0.00715EPSS
SaveExploits2References3
Snyk
Snyk
added 2026/05/29 3:51 p.m.11 views

Prototype Pollution

Overview axios is a promise-based HTTP client for the browser and Node.js. Affected versions of this package are vulnerable to Prototype Pollution via the setProxy function. An attacker can inject arbitrary credentials into the Proxy-Authorization header of proxied HTTP requests by polluting the...

9.1CVSS6.5AI score0.00715EPSS
SaveExploits2References3
Github Security Blog
Github Security Blog
added 2026/05/29 3:51 p.m.21 views

Axios has a Patch Bypass: Proxy-Authorization Header Injection via Prototype Pollution — Incomplete Null-Prototype Fix

Patch Bypass Proxy-Authorization Header Injection via Prototype Pollution — Incomplete Null-Prototype Fix in Axios 1.15.2 Summary The Object.createnull fix introduced in Axios 1.15.2 GHSA-q8qp-cvcw-x6jj protects the top-level config object from prototype pollution. However, nested objects created...

5.3CVSS5.8AI score0.00228EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder