Lucene search
+L

135 matches found

Prion
Prion
•added 2021/09/01 3:15 p.m.•24 views

Design/Logic Flaw

This affects all versions of package Proto. It is possible to inject pollute the object property of an application using Proto by leveraging the merge function...

5CVSS7.5AI score0.00861EPSS
SaveExploits1References2
CVE
CVE
•added 2021/09/01 2:25 p.m.•80 views

CVE-2021-23426

Proto is vulnerable to prototype pollution via the merge function across all versions. The root cause is an unsafe recursive merge (and related path-based pollution) that can inject properties into Object.prototype (proto , constructor, prototype). Potential impact includes DoS and possible remot...

7.5CVSS6.3AI score0.00861EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2021/09/01 2:25 p.m.•44 views

CVE-2021-23426 Prototype Pollution

This affects all versions of package Proto. It is possible to inject pollute the object property of an application using Proto by leveraging the merge function...

5.6CVSS7.7AI score0.00861EPSS
SaveExploits1References2
attackerkb
attackerkb
•added 2021/09/01 2:23 p.m.•8 views

CVE-2021-23426

This affects all versions of package Proto. It is possible to inject pollute the object property of an application using Proto by leveraging the merge function...

7.5CVSS5.3AI score0.00861EPSS
SaveExploits1References3
Snyk
Snyk
•added 2021/07/08 4:03 p.m.•11 views

Prototype Pollution

Overview Proto is an An extensible program-code-template for creating objects Affected versions of this package are vulnerable to Prototype Pollution. It is possible to inject pollute the object property of an application using Proto by leveraging the merge function. PoC var proto = require'Proto...

7.5CVSS8AI score0.00861EPSS
SaveExploits1References2
CNVD
CNVD
•added 2021/07/06 12:00 a.m.•24 views

Unspecified vulnerability in ts-nodash

ts-nodash is a tool that provides object manipulation. A security vulnerability exists in ts-nodash that stems from a lack of validated input, and all versions of package -nodash are vulnerable to prototype contamination via the Merge function. No detailed vulnerability details are provided at th...

9.8CVSS6.7AI score0.01287EPSS
SaveExploits1References1
OSV
OSV
•added 2021/07/02 5:15 p.m.•14 views

CVE-2021-23403

All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge function due to lack of validation input...

9.8CVSS7.3AI score0.01287EPSS
SaveExploits1References2
NVD
NVD
•added 2021/07/02 5:15 p.m.•24 views

CVE-2021-23403

All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge function due to lack of validation input...

9.8CVSS0.01287EPSS
SaveExploits1References2
Prion
Prion
•added 2021/07/02 5:15 p.m.•25 views

Input validation

All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge function due to lack of validation input...

7.5CVSS9.4AI score0.01287EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2021/07/02 4:10 p.m.•33 views

CVE-2021-23403 Prototype Pollution

All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge function due to lack of validation input...

7.3CVSS9.7AI score0.01287EPSS
SaveExploits1References2
attackerkb
attackerkb
•added 2021/07/02 4:05 p.m.•7 views

CVE-2021-23403

All versions of package ts-nodash are vulnerable to Prototype Pollution via the Merge function due to lack of validation input...

9.8CVSS5.3AI score0.01287EPSS
SaveExploits1References3
CNNVD
CNNVD
•added 2021/07/02 12:00 a.m.•17 views

ts-nodash 安全漏洞

ts-nodash is a tool that provides object manipulation. A security vulnerability exists in ts-nodash that stems from a lack of validated input, and all versions of package -nodash are vulnerable to prototype contamination via the Merge function. No detailed vulnerability details are provided at th...

9.8CVSS5.5AI score0.01287EPSS
SaveExploits1References3
OSV
OSV
•added 2021/06/21 5:12 p.m.•34 views

GHSA-3R8W-MPHV-2F3F Prototype Pollution in lutils

All versions of package lutils are vulnerable to Prototype Pollution via the main merge function...

5.6CVSS7.2AI score0.01003EPSS
SaveExploits1References2
OSV
OSV
•added 2021/06/17 5:15 p.m.•20 views

CVE-2021-23396

All versions of package lutils are vulnerable to Prototype Pollution via the main merge function...

9.8CVSS5.8AI score0.01003EPSS
SaveExploits1References1
attackerkb
attackerkb
•added 2021/06/17 4:12 p.m.•7 views

CVE-2021-23396

All versions of package lutils are vulnerable to Prototype Pollution via the main merge function...

9.8CVSS5.3AI score0.01003EPSS
SaveExploits1References2
Snyk
Snyk
•added 2021/06/17 3:03 p.m.•14 views

Prototype Pollution

Overview ts-nodash is a Provides object manipulation tools. Affected versions of this package are vulnerable to Prototype Pollution via the Merge function due to lack of validation input. PoC const nodash = require"ts-nodash"; let obj = ; console.log"Before being polluted: " + obj.polluted; var...

9.8CVSS8.9AI score0.01287EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
•added 2021/06/17 12:00 a.m.•16 views

PT-2021-15489 · Lutils · Lutils

Name of the Vulnerable Software and Affected Versions: lutils versions prior to a fixed version Description: The issue concerns Prototype Pollution via the main merge function. This allows for potential manipulation of the prototype, which can lead to various security issues. Recommendations: For...

9.8CVSS9.3AI score0.01003EPSS
SaveExploits1References4
Veracode
Veracode
•added 2021/06/03 2:32 a.m.•44 views

Prototype Pollution

merge-deep is vulnerable to prototype pollution. The vulnerability exists as it is possible to overwrite Object.prototype with arbitrary object properties in the merge function...

9.8CVSS3.3AI score0.01901EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
•added 2021/05/03 12:00 a.m.•13 views

PT-2021-17969

Name of the Vulnerable Software and Affected Versions: Node.js mixme versions prior to 0.5.1 Description: The issue allows an attacker to add or alter properties of an object via proto through the mutate and merge functions. The polluted attribute will be directly assigned to every object in the...

9.1CVSS7.1AI score0.01843EPSS
SaveExploits0References15
Veracode
Veracode
•added 2021/02/19 2:55 a.m.•25 views

Prototype Pollution

merge is vulnerable to prototype pollution. The function recursiveMerge allows for an injection of arbitrary properties into existing construct prototypes and modification of attributes such as proto, constructor and prototype...

9.8CVSS4.3AI score0.01443EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder