Lucene search
+L

129313 matches found

CNNVD
CNNVD
added 2026/03/27 12:0 a.m.11 views

Locutus 安全漏洞

Locutus is an open-source JavaScript library developed by Locutus. Versions of Locutus from 2.0.39 to 3.0.25 contained security vulnerabilities. These vulnerabilities stemmed from a bypassable prototype pollution protection mechanism in the parsestr function, which could lead to prototype polluti...

9.8CVSS5.8AI score0.00559EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/03/27 12:0 a.m.10 views

Locutus 安全漏洞

Locutus is an open-source JavaScript library developed by Locutus. Versions of Locutus prior to 3.0.25 contained security vulnerabilities. These vulnerabilities stemmed from the unserialize function not filtering the proto key, which could lead to prototype pollution, property injection, and...

9.8CVSS5.8AI score0.00583EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/03/27 12:0 a.m.18 views

handlebars 安全漏洞

Handlebars is a semantic web template system. Versions of Handlebars 4.7.8 and earlier contain security vulnerabilities. These vulnerabilities stem from the resolvePartial function, which does not prevent prototype chain traversal. This can lead to prototype pollution, thereby enabling...

4.7CVSS6.4AI score0.00276EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/03/26 11:3 p.m.8 views

CVE-2026-33696

n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.27, an authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the XML and the GSuiteAdmin nodes. By supplying a crafted parameters as part...

9.4CVSS6.5AI score0.00765EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/03/26 10:20 p.m.4 views

Prototype Pollution

Overview org.webjars.npm:handlebars is an extension to the Mustache templating language. Affected versions of this package are vulnerable to Prototype Pollution via the resolvePartial function. An attacker can inject malicious scripts into rendered output by polluting Object.prototype with a key...

4.7CVSS6.3AI score0.00276EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/03/26 10:20 p.m.6 views

Prototype Pollution

Overview handlebars is an extension to the Mustache templating language. Affected versions of this package are vulnerable to Prototype Pollution via the resolvePartial function. An attacker can inject malicious scripts into rendered output by polluting Object.prototype with a key matching a parti...

4.7CVSS6.5AI score0.00276EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/26 10:20 p.m.5 views

GHSA-2QVQ-RJWJ-GVW9 Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection

Summary 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 has been polluted with a string value whose key matches a partial reference in a template, the polluted...

4.7CVSS5.7AI score0.07028EPSS
SaveExploits4References7
Github Security Blog
Github Security Blog
added 2026/03/26 10:20 p.m.33 views

Handlebars.js has Prototype Pollution Leading to XSS through Partial Template Injection

Summary 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 has been polluted with a string value whose key matches a partial reference in a template, the polluted...

4.7CVSS6.7AI score0.00276EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/03/26 6:55 p.m.7 views

GHSA-44FC-8FM5-Q62H Convict has Prototype Pollution via startsWith() function

Summary A prototype pollution vulnerability exists in the latest version of the convict npm package 6.2.4. Despite a previous fix that attempted to mitigate prototype pollution by checking whether user input started with a forbidden key, it is still possible to pollute Object.prototype via a...

9.4CVSS6.4AI score0.0084EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/26 6:55 p.m.7 views

Convict has Prototype Pollution via startsWith() function

Summary A prototype pollution vulnerability exists in the latest version of the convict npm package 6.2.4. Despite a previous fix that attempted to mitigate prototype pollution by checking whether user input started with a forbidden key, it is still possible to pollute Object.prototype via a...

6.4AI score0.0084EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/03/26 6:50 p.m.6 views

Prototype Pollution

Overview convict is a package that expands on the standard pattern of configuring node.js applications in a way that is more robust and accessible to collaborators, who may have less interest in digging through imperative code in order to inspect or modify settings. By introducing a configuration...

9.4CVSS6.5AI score0.00037EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/26 6:50 p.m.18 views

GHSA-HF2R-9GF9-RWCH Convict has prototype pollution via load(), loadFile(), and schema initialization

Impact Two unguarded prototype pollution paths exist, not covered by previous fixes: 1. config.load / config.loadFile — overlay recursively merges config data without checking for forbidden keys. Input containing proto or constructor.prototype e.g. from a JSON file causes the recursion to reach...

9.4CVSS5.9AI score0.00037EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/26 6:50 p.m.10 views

Convict has prototype pollution via load(), loadFile(), and schema initialization

Impact Two unguarded prototype pollution paths exist, not covered by previous fixes: 1. config.load / config.loadFile — overlay recursively merges config data without checking for forbidden keys. Input containing proto or constructor.prototype e.g. from a JSON file causes the recursion to reach...

5.8AI score0.00037EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/26 5:19 p.m.5 views

CVE-2026-33490 h3: Missing Path Segment Boundary Check in `mount()` Causes Middleware Execution on Unrelated Prefix-Matching Routes

H3 is a minimal HTTP framework. In versions 2.0.0-0 through 2.0.1-rc.16, the mount method in h3 uses a simple startsWith check to determine whether incoming requests fall under a mounted sub-application's path prefix. Because this check does not verify a path segment boundary i.e., that the next...

3.7CVSS6AI score0.00239EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/03/26 4:41 p.m.3 views

Prototype Pollution

Overview n8n-nodes-base is a Base nodes of n8n Affected versions of this package are vulnerable to Prototype Pollution via the GSuiteAdmin node parameter. An attacker with permissions to create or modify workflows can execute arbitrary code by supplying crafted parameters that pollute...

9.4CVSS6.7AI score0.00765EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/26 4:41 p.m.5 views

EUVD-2026-15945

n8n: Prototype Pollution in XML and GSuiteAdmin node parameters lead to RCE...

9.4CVSS5.8AI score0.00765EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/03/26 4:41 p.m.7 views

Prototype Pollution

Overview n8n is a n8n Workflow Automation Tool Affected versions of this package are vulnerable to Prototype Pollution via the GSuiteAdmin node parameter. An attacker with permissions to create or modify workflows can execute arbitrary code by supplying crafted parameters that pollute...

9.4CVSS6.7AI score0.00765EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/26 4:41 p.m.5 views

GHSA-MXRG-77HM-89HV n8n: Prototype Pollution in XML and GSuiteAdmin node parameters lead to RCE

Impact An authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the GSuiteAdmin node. By supplying a crafted parameter as part of node configuration, an attacker could write attacker-controlled values onto Object.prototype. An attack...

9.9CVSS6.4AI score0.00765EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/26 4:41 p.m.10 views

n8n: Prototype Pollution in XML and GSuiteAdmin node parameters lead to RCE

Impact An authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the GSuiteAdmin node. By supplying a crafted parameter as part of node configuration, an attacker could write attacker-controlled values onto Object.prototype. An attack...

9.4CVSS6.5AI score0.00765EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/03/26 3:18 p.m.9 views

CVE-2026-3884

Versions of the package spin.js before 3.0.0 are vulnerable to Cross-site Scripting XSS via the spin function that allows a creation of more than 1 alert for each 'target' element. An attacker would need to set an arbitrary key-value pair on Object.prototype through a crafted URL achieving a...

6.1CVSS6.1AI score0.00158EPSS
SaveExploits0References1
Rows per page
Query Builder