Lucene search
+L

130 matches found

Code423n4
Code423n4
added 2022/01/05 12:0 a.m.11 views

merge is loss of all assets

Handle danb Vulnerability details merge function mints nft, but doesn't add it to positionOf, which makes it worthless, in addition it burns all the nfts of the user which means they lost all assets. --- The text was updated successfully, but these errors were encountered: All reactions...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/05 12:0 a.m.10 views

Missing noreentrant modifier on merge() and updateDistribution(), can reenter from the _lock()

Handle Fitraldys Vulnerability details Impact A user can call lock that will call lock, that eventually will call safeMint, the safeMint function will make an external call to the destination address through checkOnERC721Received, and since the merge and updateDistribution didnt have noreentrant...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/04 12:0 a.m.9 views

_safeMint Will Fail Due To An Edge Case In Calculating tokenId Using The _generateNewTokenId Function

Handle leastwood Vulnerability details Impact NFTs are used to represent unique positions referenced by the generated tokenId. The tokenId value contains the position's score in the upper 128 bits and the index wrt. the token supply in the lower 128 bits. When positions are unlocked after expirin...

6.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/11/23 9:15 p.m.45 views

Prototype Pollution in algoliasearch-helper

The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the...

9.8CVSS5.1AI score0.01561EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/11/23 9:15 p.m.50 views

GHSA-VPF5-82C8-9V36 Prototype Pollution in algoliasearch-helper

The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the...

9.8CVSS9.4AI score0.01561EPSS
SaveExploits1References5
NVD
NVD
added 2021/11/19 8:15 p.m.29 views

CVE-2021-23433

The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the...

9.8CVSS0.01561EPSS
SaveExploits1References3
Prion
Prion
added 2021/11/19 8:15 p.m.29 views

Design/Logic Flaw

The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the...

6.8CVSS9.4AI score0.01561EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/11/19 7:20 p.m.5 views

CVE-2021-23433

The package algoliasearch-helper before 3.6.2 are vulnerable to Prototype Pollution due to use of the merge function in src/SearchParameters/index.jsSearchParameters.parseNumbers without any protection against prototype properties. Note that this vulnerability is only exploitable if the...

9.8CVSS5.6AI score0.01561EPSS
SaveExploits1References4
Snyk
Snyk
added 2021/10/03 1:34 p.m.4 views

Prototype Pollution

Overview merge-deep2 is a Recursively merge values in a javascript object. Affected versions of this package are vulnerable to Prototype Pollution via the mergeDeep function. PoC // Create the following PoC file: // PoC.js var mergeDeep2 = require"merge-deep2" var obj = var maliciouspayload =...

9.8CVSS9.1AI score0.01171EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2021/09/17 12:0 a.m.8 views

PT-2021-22477 · Apache · Apache Echarts

Name of the Vulnerable Software and Affected Versions: ZRender versions prior to 5.2.1 Apache ECharts versions prior to 5.2.1 Description: The issue results in prototype pollution when using merge and clone helper methods in the src/core/util.ts module. It affects Apache ECharts, which uses and...

9.8CVSS9.4AI score0.01391EPSS
SaveExploits0References9
OSV
OSV
added 2021/09/07 3:15 p.m.5 views

UBUNTU-CVE-2021-39253

A crafted NTFS image can cause an out-of-bounds read in ntfsrunlistsmergei in NTFS-3G 2021.8.22...

7.8CVSS6.8AI score0.00423EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/09/02 10:1 p.m.78 views

Prototype Pollution in Proto

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.5CVSS4.7AI score0.00861EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/09/02 10:1 p.m.56 views

GHSA-58G2-9FQR-36Q2 Prototype Pollution in Proto

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.5CVSS7.5AI score0.00861EPSS
SaveExploits1References4
Veracode
Veracode
added 2021/09/02 1:44 a.m.14 views

Prototype Pollution

Proto is vulnerable to prototype pollution. An attacker is able to exploit the vulnerability to inject arbitrary properties into existing construct prototypes and modify attributes such as proto, constructor and prototype via the merge function...

7.5CVSS4.8AI score0.00861EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2021/09/01 3:15 p.m.32 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.5CVSS0.00861EPSS
SaveExploits1References2
Prion
Prion
added 2021/09/01 3:15 p.m.18 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.65 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.34 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.2 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:3 p.m.6 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
Rows per page
Query Builder