Lucene search
+L

129313 matches found

Vulnrichment
Vulnrichment
added 2026/03/27 9:0 p.m.10 views

CVE-2026-33916 Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, resolvePartial in the Handlebars runtime resolves partial names via a plain property lookup on options.partials without guarding against prototype-chain traversal. When Object.prototype...

4.7CVSS5.8AI score0.00276EPSS
SaveExploits1References3
CVE
CVE
added 2026/03/27 9:0 p.m.32 views

CVE-2026-33916

Handlebars.js CVE-2026-33916 affects 4.0.0–4.7.8 where resolvePartial() looks up partials via options.partials without guarding prototype traversal. If Object.prototype is polluted with a string key matching a partial, that string becomes the partial body and is rendered unescaped, enabling refle...

4.7CVSS5.8AI score0.00276EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2026/03/27 9:0 p.m.6 views

CVE-2026-33916

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, resolvePartial in the Handlebars runtime resolves partial names via a plain property lookup on options.partials without guarding against prototype-chain traversal. When Object.prototype...

4.7CVSS5.3AI score0.00276EPSS
SaveExploits1
OSV
OSV
added 2026/03/27 9:0 p.m.7 views

CVE-2026-33916 Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection

Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, resolvePartial in the Handlebars runtime resolves partial names via a plain property lookup on options.partials without guarding against prototype-chain traversal. When Object.prototype...

4.7CVSS5.7AI score0.00276EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/03/27 6:18 p.m.6 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:serialize-javascript is a package to serialize JavaScript to a superset of JSON that includes regular expressions and functions. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the serialize function when...

8.2CVSS5.9AI score0.00472EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/27 6:18 p.m.9 views

GHSA-QJ8W-GFJ5-8C6V Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Impact What kind of vulnerability is it? It is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but has a very large length property, the process enters an intensive loop that...

5.9CVSS5.8AI score0.00472EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/03/27 6:18 p.m.40 views

Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Impact What kind of vulnerability is it? It is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but has a very large length property, the process enters an intensive loop that...

7.5CVSS5.8AI score0.00472EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/03/27 5:58 p.m.7 views

EUVD-2026-16890

Locutus Prototype Pollution due to incomplete fix for CVE-2026-25521...

9.4CVSS5.9AI score0.00559EPSS
SaveExploits2References6
Snyk
Snyk
added 2026/03/27 5:58 p.m.7 views

Prototype Pollution

Overview locutus is a Locutus other languages' stadard libraries to JavaScript for fun and educational purposes Affected versions of this package are vulnerable to Prototype Pollution in the parsestr function. An attacker can modify the prototype of built-in objects by overriding...

9.8CVSS6.5AI score0.00559EPSS
SaveExploits2References2
OSV
OSV
added 2026/03/27 5:58 p.m.4 views

GHSA-VC8F-X9PP-WF5P Locutus Prototype Pollution due to incomplete fix for CVE-2026-25521

Summary A prototype pollution vulnerability exists in the parsestr function of the npm package locutus. An attacker can pollute Object.prototype by overriding RegExp.prototype.test and then passing a crafted query string to parsestr, bypassing the prototype pollution guard. This vulnerability ste...

6.3CVSS6.2AI score0.00559EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/03/27 5:58 p.m.12 views

Locutus Prototype Pollution due to incomplete fix for CVE-2026-25521

Summary A prototype pollution vulnerability exists in the parsestr function of the npm package locutus. An attacker can pollute Object.prototype by overriding RegExp.prototype.test and then passing a crafted query string to parsestr, bypassing the prototype pollution guard. This vulnerability ste...

9.8CVSS6.2AI score0.00559EPSS
SaveExploits2References7Affected Software1
EUVD
EUVD
added 2026/03/27 5:57 p.m.7 views

EUVD-2026-16888

Locutus has Prototype Pollution via proto Key Injection in unserialize...

6.9CVSS5.9AI score0.00583EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/03/27 5:57 p.m.4 views

Prototype Pollution

Overview locutus is a Locutus other languages' stadard libraries to JavaScript for fun and educational purposes Affected versions of this package are vulnerable to Prototype Pollution in the unserialize function. An attacker can inject arbitrary properties into the prototype of deserialized...

9.8CVSS6.6AI score0.00583EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/27 5:57 p.m.8 views

GHSA-4MPH-V827-F877 Locutus has Prototype Pollution via __proto__ Key Injection in unserialize()

Summary The unserialize function in locutus/php/var/unserialize assigns deserialized keys to plain objects via bracket notation without filtering the proto key. When a PHP serialized payload contains proto as an array or object key, JavaScript's proto setter is invoked, replacing the deserialized...

6.9CVSS6AI score0.00583EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/03/27 5:57 p.m.12 views

Locutus has Prototype Pollution via __proto__ Key Injection in unserialize()

Summary The unserialize function in locutus/php/var/unserialize assigns deserialized keys to plain objects via bracket notation without filtering the proto key. When a PHP serialized payload contains proto as an array or object key, JavaScript's proto setter is invoked, replacing the deserialized...

9.8CVSS6AI score0.00583EPSS
SaveExploits1References6Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/03/27 5:53 p.m.7 views

Security Bulletin: IBM dataPower Gateway affected by prototype pollution vulnerability in Lodash

Summary The affected package is used in the UI and API Gateway Director components Vulnerability Details CVEID:CVE-2025-13465 DESCRIPTION: Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the .unset and .omit functions. An attacker can pass crafted paths which cause...

8.2CVSS5.9AI score0.01535EPSS
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/03/27 9:11 a.m.12 views

Security Bulletin: Multiple security vulnerabilities are addressed with IBM Cloud Pak for Business Automation iFixes for March 2026.

Summary In addition to many updates of operating system level packages, the following security vulnerabilities are addressed with IBM Cloud Pak for Business Automation. Vulnerability Details CVEID:CVE-2025-48924 DESCRIPTION: Uncontrolled Recursion vulnerability in Apache Commons Lang. This issue...

8.8CVSS7.4AI score0.02164EPSS
SaveExploits6Affected Software2
Positive Technologies
Positive Technologies
added 2026/03/27 12:0 a.m.6 views

PT-2026-28596

Name of the Vulnerable Software and Affected Versions serialize-javascript versions prior to 7.0.5 Description This issue involves a Denial of Service DoS caused by CPU exhaustion. When serializing a specially crafted "array-like" object – an object inheriting from Array.prototype with a very lar...

7.5CVSS5.9AI score0.00472EPSS
SaveExploits0References197
Positive Technologies
Positive Technologies
added 2026/03/27 12:0 a.m.6 views

PT-2026-28588

Name of the Vulnerable Software and Affected Versions locutus versions 2.0.39 through 3.0.24 Description A prototype pollution issue exists in the parse str function of the npm package locutus. An attacker can manipulate Object.prototype by overriding RegExp.prototype.test and then providing a...

6.3CVSS6.5AI score0.00559EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/03/27 12:0 a.m.12 views

PT-2026-28587

Name of the Vulnerable Software and Affected Versions Locutus versions prior to 3.0.25 Description The unserialize function in locutus/php/var/unserialize assigns deserialized keys to plain objects via bracket notation without filtering the proto key. When a PHP serialized payload contains proto ...

6.9CVSS5.9AI score0.00583EPSS
SaveExploits1References8
Rows per page
Query Builder