Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

request fixed/patching vulnerable CVE-2020-8203 #1366

Open
imhunterand opened this issue Sep 24, 2022 · 0 comments
Open

request fixed/patching vulnerable CVE-2020-8203 #1366

imhunterand opened this issue Sep 24, 2022 · 0 comments

Comments

@imhunterand
Copy link

Requesting a patch/fixed issue vulnerabilities as pull-request 馃悰 in #1365

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant