Lucene search
+L

98897 matches found

Github Security Blog
Github Security Blog
added 2026/07/20 10:40 p.m.23 views

Axios Node HTTP adapter can use an inherited proxy after interceptor config cloning

Summary Axios’ Node.js HTTP adapter can route requests through an attacker-controlled proxy when Object.prototype.proxy is polluted and request configuration is materialized as a regular object before dispatch. Recent axios releases harden merged request config by creating a null-prototype object...

5.7AI score
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/20 10:40 p.m.7 views

GHSA-GCFJ-64VW-6MP9 Axios Node HTTP adapter can use an inherited proxy after interceptor config cloning

Summary Axios’ Node.js HTTP adapter can route requests through an attacker-controlled proxy when Object.prototype.proxy is polluted and request configuration is materialized as a regular object before dispatch. Recent axios releases harden merged request config by creating a null-prototype object...

8.3CVSS5.7AI score0.00304EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/07/20 10:40 p.m.5 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 Node HTTP adapter lib/adapters/http.js, which reads config.proxy through the prototype chain after a request interceptor return...

9.1CVSS8.2AI score0.00715EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/20 10:40 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 in the Node HTTP adapter lib/adapters/http.js, which reads config.proxy through the prototype chain after a request interceptor returns a plain-object...

9.1CVSS7.9AI score0.00715EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/20 10:38 p.m.14 views

GHSA-HCPX-6FM6-WX23 Axios form serializer maxDepth bypass via {} metatoken

Summary Axios versions in the fixed lines for GHSA-62hf-57xw-28j9 still contain an incomplete depth-limit bypass in lib/helpers/toFormData.js. When serializing an object with a top-level key ending in , axios calls JSON.stringify on that value before the formSerializer.maxDepth guard can inspect...

6.9CVSS5.7AI score0.00291EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/07/20 10:38 p.m.23 views

Axios form serializer maxDepth bypass via {} metatoken

Summary Axios versions in the fixed lines for GHSA-62hf-57xw-28j9 still contain an incomplete depth-limit bypass in lib/helpers/toFormData.js. When serializing an object with a top-level key ending in , axios calls JSON.stringify on that value before the formSerializer.maxDepth guard can inspect...

5.7AI score
SaveExploits0References8Affected Software1
Snyk
Snyk
added 2026/07/20 10:37 p.m.31 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 n the getMergedValue function of lib/core/mergeConfig.js, which clones nested option objects such as auth and paramsSerializer into plain containers...

6.3CVSS6.7AI score0.00258EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/20 10:37 p.m.13 views

GHSA-7Q8Q-RJ6J-MHJQ Axios: Nested axios option objects can consume polluted prototype values

Summary Axios can consume inherited properties from nested request option objects when the JavaScript process already has a polluted Object.prototype. The top-level merged config is protected with a null prototype, but nested plain objects such as auth and paramsSerializer are cloned into ordinar...

6.3CVSS5.7AI score0.00258EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/07/20 10:37 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 n the getMergedValue function of lib/core/mergeConfig.js, which clones nested option objects such as auth and paramsSerializer into...

6.5CVSS6.7AI score0.00258EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/20 10:37 p.m.15 views

Axios: Nested axios option objects can consume polluted prototype values

Summary Axios can consume inherited properties from nested request option objects when the JavaScript process already has a polluted Object.prototype. The top-level merged config is protected with a null prototype, but nested plain objects such as auth and paramsSerializer are cloned into ordinar...

5.6AI score
SaveExploits0References8Affected Software1
Snyk
Snyk
added 2026/07/20 10:25 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 bodyless method aliases in lib/core/Axios.js, the proxy handling in lib/adapters/http.js, and the paramsSerializer read in...

9.1CVSS8.2AI score0.00715EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/20 10:25 p.m.11 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 bodyless method aliases in lib/core/Axios.js, the proxy handling in lib/adapters/http.js, and the paramsSerializer read in...

9.1CVSS8.2AI score0.00715EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/20 10:17 p.m.15 views

DEBIAN-CVE-2026-44510

Rsync is a file-copying tool that uses a delta-transfer algorithm to synchronize remote and local files. In versions prior to 3.4.3, the receiver-side out-of-bounds array read in rsync's recvfiles lets a malicious rsync server or any peer acting in the sender role deterministically crash any rsyn...

6.5CVSS5.4AI score0.00199EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 9:24 p.m.10 views

GHSA-8MPJ-M6QM-5QR8 Mistune directives/include: mutual `.. include::` recursion crashes the renderer with `RecursionError`, denial of service via two attacker-controlled markdown files

Summary Type: Uncontrolled recursion via mutual include. The Include directive checks for direct self-reference a.md cannot include a.md, but does not detect indirect cycles. Two markdown files that include each other a.md → includes b.md → includes a.md cause unbounded recursion until Python's...

5.3CVSS5.4AI score0.00352EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:24 p.m.14 views

Mistune directives/include: mutual `.. include::` recursion crashes the renderer with `RecursionError`, denial of service via two attacker-controlled markdown files

Summary Type: Uncontrolled recursion via mutual include. The Include directive checks for direct self-reference a.md cannot include a.md, but does not detect indirect cycles. Two markdown files that include each other a.md → includes b.md → includes a.md cause unbounded recursion until Python's...

5.3CVSS5.4AI score0.00352EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/20 9:16 p.m.11 views

DEBIAN-CVE-2026-58624

Improper input validation in sshd-git in Apache MINA SSHD. Apache MINA SSHD is a Java library for client-side and server-side SSH. Component org.apache.sshd:sshd-git provides though its GitPgmCommandFactory a way to configure an Apache MINA SSHD server such that SSH clients can remotely execute g...

5.4CVSS5.6AI score0.00424EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/20 9:16 p.m.12 views

CVE-2026-58624

Improper input validation in sshd-git in Apache MINA SSHD. Apache MINA SSHD is a Java library for client-side and server-side SSH. Component org.apache.sshd:sshd-git provides though its GitPgmCommandFactory a way to configure an Apache MINA SSHD server such that SSH clients can remotely execute g...

5.4CVSS0.00424EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 9:16 p.m.11 views

CVE-2026-56623

Path traversal on Windows in Apache MINA SSHD component sshd-git. Apache MINA SSHD is a Java library for client-side and server-side SSH. A git server implemented with Apache MINA SSHD component sshd-git and running on Windows could allow an authenticated remote user access to git repositories...

7.1CVSS0.00593EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 9:16 p.m.10 views

UBUNTU-CVE-2026-58624

Improper input validation in sshd-git in Apache MINA SSHD. Apache MINA SSHD is a Java library for client-side and server-side SSH. Component org.apache.sshd:sshd-git provides though its GitPgmCommandFactory a way to configure an Apache MINA SSHD server such that SSH clients can remotely execute g...

5.4CVSS6AI score0.00424EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/20 9:16 p.m.9 views

UBUNTU-CVE-2026-56623

Path traversal on Windows in Apache MINA SSHD component sshd-git. Apache MINA SSHD is a Java library for client-side and server-side SSH. A git server implemented with Apache MINA SSHD component sshd-git and running on Windows could allow an authenticated remote user access to git repositories...

7.1CVSS5.9AI score0.00593EPSS
SaveExploits0References3
Rows per page
Query Builder