Lucene search
+L

27 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/07 12:0 a.m.12 views

Node.js Module axios < 0.33.0 / 1.x < 1.18.0 Prototype Pollution

The version of the axios Node.js module installed on the remote host is prior to 0.33.0 or 1.x prior to 1.18.0. It is, therefore, affected by multiple vulnerabilities: - axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has...

6.3CVSS5.1AI score0.00258EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/01 12:22 p.m.16 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.3CVSS5.5AI score0.00258EPSS
SaveExploits0
CVE
CVE
added 2026/07/30 12:10 a.m.55 views

CVE-2026-59952

Valibot has a concrete vulnerability CVE-2026-59952 in versions prior to 1.4.2 where record() can produce issue paths containing attacker-controlled Object.prototype-like keys (e.g., toString, valueOf, hasOwnProperty). When flatten() processes these issues, flatErrors.nested[dotPath] resolves to ...

6.9CVSS5.8AI score0.00524EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/30 12:10 a.m.8 views

CVE-2026-59952 Valibot: record() issue paths can make flatten() throw for inherited Object property names

Valibot helps validate data using a schema. Versions prior to 1.4.2 can throw a TypeError inside its flatten helper when validation issues contain attacker-controlled object keys such as toString, valueOf, or hasOwnProperty. The issue is reachable through normal record validation. record...

6.9CVSS5.8AI score0.00524EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/30 12:10 a.m.70 views

CVE-2026-59952 Valibot: record() issue paths can make flatten() throw for inherited Object property names

Valibot helps validate data using a schema. Versions prior to 1.4.2 can throw a TypeError inside its flatten helper when validation issues contain attacker-controlled object keys such as toString, valueOf, or hasOwnProperty. The issue is reachable through normal record validation. record...

6.9CVSS0.00524EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/28 11:17 p.m.16 views

CVE-2026-47219

find-my-way is a framework-independent HTTP router that internally uses a Radix Tree and supports route parameters and wildcards. Versions prior to 9.7.0 are vulnerable to remotely triggerable DoS in find-my-way when it is used with Node's HTTP/2 server. The lookup function passes req.method into...

7.5CVSS0.00461EPSS
SaveExploits0References1
Patchstack
Patchstack
added 2026/07/24 4:14 p.m.8 views

NPM: Valibot: record() issue paths can make flatten() throw for inherited Object property names

NPM: Valibot: record issue paths can make flatten throw for inherited Object property names vulnerability discovered by ? in WordPress Npm valibot versions = 1.4.1...

6.9CVSS5.8AI score0.00524EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/23 12:0 a.m.24 views

PT-2026-64211

Name of the Vulnerable Software and Affected Versions find-my-way versions prior to 9.7.0 Description A remotely triggerable Denial of Service DoS exists when the software is used with Node's HTTP/2 server. The lookup function passes the req.method variable into the find function, which then...

7.5CVSS5.9AI score0.00461EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/05/13 2:41 p.m.14 views

CVE-2026-44290

protobufjs compiles protobuf definitions into JavaScript JS functions. Prior to 7.5.6 and 8.0.2, protobufjs allowed certain schema option paths to traverse through inherited object properties while applying options. A crafted protobuf schema or JSON descriptor could cause option handling to write...

7.5CVSS5.8AI score0.00374EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/05/13 2:41 p.m.65 views

CVE-2026-44290 protobufjs: Process-wide denial of service through unsafe option paths

protobufjs compiles protobuf definitions into JavaScript JS functions. Prior to 7.5.6 and 8.0.2, protobufjs allowed certain schema option paths to traverse through inherited object properties while applying options. A crafted protobuf schema or JSON descriptor could cause option handling to write...

7.5CVSS0.00374EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/12 8:50 a.m.64 views

CVE-2026-8161 multiparty vulnerable to Denial of Service via Prototype Pollution leading to Uncaught Exception

[email protected] and lower versions are vulnerable to denial of service via uncaught exception. By sending a multipart/form-data request with a field name that collides with an inherited Object.prototype property such as proto, constructor, or toString, the parser invokes .push on the inherited...

7.5CVSS0.00473EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.28 views

PT-2026-40536

Name of the Vulnerable Software and Affected Versions protobufjs versions prior to 7.5.6 protobufjs versions prior to 8.0.2 Description protobufjs allows certain schema option paths to traverse inherited object properties during option application. A crafted protobuf schema or JSON descriptor can...

7.5CVSS5.8AI score0.00374EPSS
SaveExploits0References9
Snyk
Snyk
added 2026/04/24 7:21 p.m.7 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 mergeConfig code path in the request configuration handling. An attacker can influence request behavior by supplying a...

9.1CVSS6.6AI score0.00808EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/02/20 10:29 p.m.5 views

CVE-2026-27125 Svelte SSR attribute spreading includes inherited properties from prototype chain

svelte performance oriented web framework. Prior to 5.51.5, in server-side rendering, attribute spreading on elements e.g. enumerates inherited properties from the object's prototype chain rather than only own properties. In environments where Object.prototype has already been polluted — a...

5.3CVSS5.4AI score0.00377EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/20 10:29 p.m.11 views

CVE-2026-27125

svelte performance oriented web framework. Prior to 5.51.5, in server-side rendering, attribute spreading on elements e.g. enumerates inherited properties from the object's prototype chain rather than only own properties. In environments where Object.prototype has already been polluted — a...

5.3CVSS5.6AI score0.00377EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2026/02/20 12:0 a.m.13 views

Svelte 安全漏洞

Svelte is an open-source approach to building web applications developed by Svelte. Versions of Svelte prior to 5.51.5 have a security vulnerability. This vulnerability arises from server-side rendering, where property extensions enumerate inherited properties, which may lead to unexpected proper...

6.8CVSS5.8AI score0.00377EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/02/19 8:28 p.m.18 views

Svelte SSR attribute spreading includes inherited properties from prototype chain

In server-side rendering, attribute spreading on elements e.g. enumerates inherited properties from the object's prototype chain rather than only own properties. In environments where Object.prototype has already been polluted — a precondition outside of Svelte's control — this can cause unexpect...

6.8CVSS5.5AI score0.00377EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/01/29 3:18 p.m.16 views

EUVD-2026-4851

Maker.js has Unsafe Property Copying in makerjs.extendObject...

6.5CVSS5.9AI score0.00879EPSS
SaveExploits1References4
OSV
OSV
added 2026/01/29 3:18 p.m.10 views

GHSA-2CP6-34R9-54XX Maker.js has Unsafe Property Copying in makerjs.extendObject

Summary The makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks hasOwnProperty checks and does not filter dangerous keys, allowing inherited properties and potentially malicious...

6.5CVSS5.9AI score0.00879EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/01/29 3:18 p.m.15 views

Maker.js has Unsafe Property Copying in makerjs.extendObject

Summary The makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks hasOwnProperty checks and does not filter dangerous keys, allowing inherited properties and potentially malicious...

9.8CVSS5.9AI score0.00879EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder