10 matches found
GHSA-5PXJ-MHWJ-X5GV Prototype Pollution in asciitable.js
The package asciitable.js before 1.0.3 is vulnerable to Prototype Pollution via the main function. PoC js var a = require"asciitable.js"; var b = JSON.parse'"proto":"test":123'; a,b; console.log.test...
Prototype Pollution in asciitable.js
The package asciitable.js before 1.0.3 is vulnerable to Prototype Pollution via the main function. PoC js var a = require"asciitable.js"; var b = JSON.parse'"proto":"test":123'; a,b; console.log.test...
Prototype Pollution
asciitable.js is vulnerable to prototype pollution. An attacker is able to exploit the vulnerability in the default function in main to inject arbitrary properties into existing construct prototypes and modify attributes such as proto, constructor and prototype...
CVE-2020-7771
The package asciitable.js before 1.0.3 are vulnerable to Prototype Pollution via the main function...
CVE-2020-7771
The package asciitable.js before 1.0.3 are vulnerable to Prototype Pollution via the main function...
Design/Logic Flaw
The package asciitable.js before 1.0.3 are vulnerable to Prototype Pollution via the main function...
CVE-2020-7771 Prototype Pollution
The package asciitable.js before 1.0.3 are vulnerable to Prototype Pollution via the main function...
CVE-2020-7771
Asciitable.js before 1.0.3 is vulnerable to Prototype Pollution via the main function. The vulnerability allows injecting properties into Object.prototype (e.g., proto ), which can lead to hijacking object properties and, in worst cases, DoS or remote code execution depending on the environment. ...
Victornpb Asciitable.js Security Vulnerability
Victornpb Asciitable is a Javascript-based codebase for generating Ascii tables from two-digit tables of strings by the individual developer of Victornpb. A security vulnerability exists in asciitable.js before 1.0.3, which stems from the vulnerability to prototype contamination in the main...
Prototype Pollution
Overview asciitable.js is a Generate a ASCII Table from a bidimensional array of strings Affected versions of this package are vulnerable to Prototype Pollution via the main function. POC var a = require"asciitable.js"; var b = JSON.parse'"proto":"test":123'; a,b; console.log.test Details Prototy...