Lucene search
K

18 matches found

Patchstack
Patchstack
added 2026/05/21 9:20 p.m.4 views

NPM: JavaScript Cookie: Per-instance prototype hijack in assign() enables cookie-attribute injection

NPM: JavaScript Cookie: Per-instance prototype hijack in assign enables cookie-attribute injection vulnerability discovered by ? in WordPress Npm js-cookie versions = 3.0.5...

5.8AI score
Exploits0References2Affected Software1
Veracode
Veracode
added 2025/11/10 5:14 a.m.4 views

Prototype Pollution

ts-fns is vulnerable to Prototype Pollution. The vulnerability is due to insufficient validation of user-supplied keys in the assign function, which allows an attacker to modify the Object.prototype chain and inject arbitrary properties, potentially leading to application crashes, unexpected...

6.5CVSS6.8AI score0.0025EPSS
Exploits0References3Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-31070

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.0025EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/09/25 2:54 a.m.7 views

CVE-2025-57351

A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties int...

6.5CVSS7.6AI score0.0025EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2025/09/24 9:30 p.m.6 views

ts-fns has prototype pollution vulnerability

A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties int...

6.5CVSS7.7AI score0.0025EPSS
Exploits0References4Affected Software1
Snyk
Snyk
added 2025/09/24 9:30 p.m.3 views

Prototype Pollution

Overview ts-fns is a Public Functions. Affected versions of this package are vulnerable to Prototype Pollution via the assign function. An attacker can inject arbitrary properties into the global object's prototype by supplying crafted keys, which may result in application crashes, unexpected cod...

6.9CVSS8.2AI score0.0025EPSS
Exploits0References2
OSV
OSV
added 2025/09/24 9:30 p.m.2 views

GHSA-G7WQ-WGGW-VMHG ts-fns has prototype pollution vulnerability

A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties int...

6.3CVSS6.4AI score0.0025EPSS
Exploits0References4
NVD
NVD
added 2025/09/24 7:15 p.m.2 views

CVE-2025-57351

A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties int...

6.5CVSS0.0025EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/09/24 12:0 a.m.9 views

CVE-2025-57351

A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties int...

0.0025EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/09/24 12:0 a.m.5 views

PT-2025-39324

Name of the Vulnerable Software and Affected Versions ts-fns versions prior to 13.0.7 Description A prototype pollution issue exists due to inadequate validation of user-supplied keys within the assign function. This allows manipulation of the Object.prototype chain. Attackers can inject arbitrar...

6.5CVSS6.9AI score0.0025EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/24 12:0 a.m.1 views

CVE-2025-57351

A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties int...

7.3AI score0.0025EPSS
Exploits0References2
OSV
OSV
added 2025/05/15 11:15 p.m.5 views

CVE-2025-4727

A vulnerability was found in Meteor up to 3.2.1 and classified as problematic. This issue affects the function Object.assign of the file packages/ddp-server/livedataserver.js. The manipulation of the argument forwardedFor leads to inefficient regular expression complexity. The attack may be...

6.3CVSS6.8AI score
Exploits0References7
Positive Technologies
Positive Technologies
added 2024/09/30 12:0 a.m.2 views

PT-2024-18905 · Uplot · Uplot

Name of the Vulnerable Software and Affected Versions: uplot versions prior to 1.6.31 Description: The issue is related to Prototype Pollution via the uplot.assign function due to a missing check if the attribute resolves to the object prototype. This allows for potential manipulation of the...

8.8CVSS7.3AI score0.00159EPSS
Exploits0References11
Veracode
Veracode
added 2024/07/02 8:34 a.m.8 views

Prototype Pollution

che3vinci c3/utils-1 is vulnerable to Prototype Pollution. The vulnerability is due to missing checks in assign function, allowing attackers to execute arbitrary code or cause a Denial of Service DoS via injecting arbitrary properties...

8.1CVSS7.7AI score0.00442EPSS
Exploits0References2Affected Software1
CNNVD
CNNVD
added 2024/07/01 12:0 a.m.0 views

c3 utils security vulnerability

c3 utils is an open source utility library by che3vinci. A security vulnerability exists in c3 utils version 1.0.131, which originates from the inclusion of prototype contamination via the function assign, allowing an attacker to execute arbitrary code or cause a denial of service DoS by injectin...

8.1CVSS7.7AI score0.00442EPSS
Exploits0References2
Code423n4
Code423n4
added 2022/11/28 12:0 a.m.8 views

Existing tokens can be given to other contracts when assign function is called

Lines of code Vulnerability details Impact In the Turnstile contract when the assign function is called any unregistered contract can register himself as the feeRecipient for any given token id, but in reality only the token owner should be able to assign a new smart contract as feeRecipient for...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2022/11/28 12:0 a.m.8 views

Assign Function Allows for any Other Unknown Contract Address to Assign existing token.

Lines of code Vulnerability details Impact Assign Function Allows for any Other Unknown Contract Address to Assign existing token. Proof of Concept There is no check at all to confirm that the previous token owner allows for the assignment of his tokenId. The assign function only checks the...

6.8AI score
Exploits0
Positive Technologies
Positive Technologies
added 2019/08/20 12:0 a.m.1 views

PT-2019-12021 · Npm · Assign-Deep

Name of the Vulnerable Software and Affected Versions: assign-deep versions prior to 0.4.8 assign-deep versions prior to 1.0.1 Description: The issue allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. This is due to the...

7.5CVSS7.3AI score0.00235EPSS
Exploits1References7
Rows per page
Query Builder