Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Axios: Prototype pollution read-side gadgets in HTTP adapter allow credential injection and request hijacking
Vulnerability Description
Axios is a promise based HTTP client for the browser and Node.js. From version 1.0.0 to before version 1.15.2, fFive config properties (auth, baseURL, socketPath, beforeRedirect, and insecureHTTPParser) in the HTTP adapter are read via direct property access without hasOwnProperty guards, making them exploitable as prototype pollution gadgets. When Object.prototype is polluted by another dependency in the same process, axios silently picks up these polluted values on every outbound HTTP request. This issue has been patched in version 1.15.2.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Vulnerability Type
CWE-1321
Vulnerability Title
Axios 安全漏洞
Vulnerability Description
Axios是Axios开源的一款基于Promise(异步编程的一种解决方案)的HTTP客户端。 Axios 1.0.0版本至1.15.2之前版本存在安全漏洞,该漏洞源于HTTP适配器中的五个配置属性通过直接属性访问读取而无hasOwnProperty保护,可作为原型污染小工具利用,当同一进程中其他依赖项污染Object.prototype时,axios在每次出站HTTP请求中静默获取这些污染值。
CVSS Information
N/A
Vulnerability Type
N/A