Lucene search
+L

129682 matches found

Snyk
Snyk
added 2026/05/12 3:1 p.m.18 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution in the process of copying enumerable properties from a user-supplied object to a generated message instance without filtering the proto property. An attacker can alter the prototype of individual message instances by...

7.5CVSS7AI score0.00264EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/12 3:1 p.m.20 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution in the code generation. An attacker who has achieved prototype pollution by a different exploit can execute arbitrary JavaScript code by polluting Object.prototype prior to invoking the affected process. Note: This i...

8.1CVSS7.9AI score0.005EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/05/12 3:1 p.m.11 views

NPM: protobuf.js: Code generation gadget after prototype pollution

NPM: protobuf.js: Code generation gadget after prototype pollution vulnerability discovered by ? in WordPress Npm protobufjs versions = 7.5.5...

8.1CVSS5.8AI score0.005EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/12 3:1 p.m.144 views

protobuf.js: Code generation gadget after prototype pollution

Summary protobufjs used plain objects with inherited prototypes for internal type lookup tables used by generated encode and decode functions. If Object.prototype had already been polluted, those lookup tables could resolve attacker-controlled inherited properties as valid protobuf type...

8.1CVSS6AI score0.005EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/05/12 3:1 p.m.9 views

GHSA-75PX-5XX7-5XC7 protobuf.js: Code generation gadget after prototype pollution

Summary protobufjs used plain objects with inherited prototypes for internal type lookup tables used by generated encode and decode functions. If Object.prototype had already been polluted, those lookup tables could resolve attacker-controlled inherited properties as valid protobuf type...

8.1CVSS6AI score0.005EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/05/12 3:1 p.m.13 views

Prototype Pollution

Overview protobufjs is a protocol buffer for JavaScript & TypeScript. Affected versions of this package are vulnerable to Prototype Pollution in the code generation. An attacker who has achieved prototype pollution by a different exploit can execute arbitrary JavaScript code by polluting...

8.1CVSS6.5AI score0.005EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/12 3:1 p.m.8 views

Prototype Pollution

Overview Affected versions of this package are vulnerable to Prototype Pollution via schema option path handling. An attacker can perform prototype pollution by supplying a crafted protobuf schema or JSON descriptor whose option paths traverse inherited properties, allowing writes to global...

7.5CVSS7.8AI score0.00374EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/12 3:1 p.m.16 views

Prototype Pollution

Overview protobufjs is a protocol buffer for JavaScript & TypeScript. Affected versions of this package are vulnerable to Prototype Pollution via schema option path handling. An attacker can perform prototype pollution by supplying a crafted protobuf schema or JSON descriptor whose option paths...

7.5CVSS6.4AI score0.00374EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/12 8:50 a.m.17 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.5CVSS5.8AI score0.00473EPSS
SaveExploits1References2
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
OSV
OSV
added 2026/05/12 8:50 a.m.8 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.5CVSS6AI score
SaveExploits0References4
CVE
CVE
added 2026/05/12 8:50 a.m.75 views

CVE-2026-8161

This CVE affects [email protected] and earlier, where the parser stores fields/files on plain objects and can collide with inherited Object.prototype properties (e.g., proto , constructor, toString). The root cause is prototype pollution leading to a TypeError when .push() is invoked on a non-arra...

7.5CVSS5.8AI score0.00473EPSS
SaveExploits1References2Affected Software1
SUSE CVE
SUSE CVE
added 2026/05/12 3:31 a.m.13 views

SUSE CVE-2026-42264

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 th...

8.1CVSS5.7AI score0.00715EPSS
SaveExploits1References3
OSV
OSV
added 2026/05/12 12:0 a.m.11 views

CVE-2026-31245

The mem0 1.0.0 server lacks authentication and authorization controls for its memory creation API endpoint POST /memories. The endpoint allows unauthenticated users to submit arbitrary memory records without verifying their identity or permissions. A remote attacker can exploit this by sending...

5.3CVSS6.1AI score
SaveExploits0References4
CVE
CVE
added 2026/05/12 12:0 a.m.35 views

CVE-2026-31245

The issue affects the mem0 1.0.0 server. The memory creation API (POST /memories) lacks authentication and authorization, allowing unauthenticated users to submit arbitrary memory records. This can lead to unauthorized data injection and potential data pollution in the database. Root cause: missi...

5.3CVSS6AI score0.00335EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.14 views

PT-2026-40537

Name of the Vulnerable Software and Affected Versions protobufjs versions prior to 7.5.6 protobufjs versions prior to 8.0.2 Description protobufjs uses plain objects with inherited prototypes for internal type lookup tables within generated encode and decode functions. If Object.prototype is...

8.1CVSS6AI score0.005EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/05/12 12:0 a.m.42 views

CVE-2026-31245

The mem0 1.0.0 server lacks authentication and authorization controls for its memory creation API endpoint POST /memories. The endpoint allows unauthenticated users to submit arbitrary memory records without verifying their identity or permissions. A remote attacker can exploit this by sending...

0.00335EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/05/11 7:55 p.m.140 views

Exploit for CVE-2026-8161

CVE-2026-8161 Proof of concept of CVE-2026-8161 Multiparty...

5.8AI score0.00473EPSS
SaveExploits1
OSV
OSV
added 2026/05/11 4:10 p.m.8 views

GHSA-MHWJ-73QX-JQXM @theecryptochad/merge-guard has Prototype Pollution in its deepMerge() function

Summary @theecryptochad/merge-guard versions prior to 1.0.1 are vulnerable to Prototype Pollution via the deepMerge function. An attacker who controls the source object can inject proto keys that mutate Object.prototype, affecting all objects in the Node.js runtime. Details The deepMerge function...

7.5CVSS5.9AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/11 4:10 p.m.21 views

@theecryptochad/merge-guard has Prototype Pollution in its deepMerge() function

Summary @theecryptochad/merge-guard versions prior to 1.0.1 are vulnerable to Prototype Pollution via the deepMerge function. An attacker who controls the source object can inject proto keys that mutate Object.prototype, affecting all objects in the Node.js runtime. Details The deepMerge function...

5.9AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder