Lucene search
K

38 matches found

Prion
Prion
added 2021/12/24 8:15 p.m.16 views

Design/Logic Flaw

All versions of package js-data are vulnerable to Prototype Pollution via the deepFillIn and the set functions. This is an incomplete fix of CVE-2020-28442...

7.5CVSS9.4AI score0.02099EPSS
Exploits2References6Affected Software1
CVE
CVE
added 2021/12/24 8:0 p.m.74 views

CVE-2021-23574

The CVE-2021-23574 entry covers a Prototype Pollution vulnerability in the js-data package triggered via deepFillIn and set, with root cause in object contamination and an impact profile of high severity. Connected documents corroborate this as a js-data issue and note the pollution affects all v...

9.8CVSS8.6AI score0.02099EPSS
Exploits1References6Affected Software1
CNNVD
CNNVD
added 2021/12/24 12:0 a.m.3 views

js-data 安全漏洞

js-data is a framework-agnostic, datastore-agnostic ORM for Node.js and browsers. A security vulnerability exists in js-data that stems from packages being susceptible to prototype contamination via the deepFillIn and set functions...

9.8CVSS8.3AI score0.02099EPSS
Exploits1References7
Snyk
Snyk
added 2021/09/13 9:47 a.m.2 views

Prototype Pollution

Overview js-data is a Robust, framework-agnostic in-memory data store. Affected versions of this package are vulnerable to Prototype Pollution via the deepFillIn and the set functions. This is an incomplete fix of CVE-2020-28442. PoC 1 var jsdata = require'js-data'; var obj = ; var payload =...

9.8CVSS9AI score0.02099EPSS
Exploits2References2
OSV
OSV
added 2020/12/15 8:15 a.m.3 views

CVE-2020-28442

All versions of package js-data are vulnerable to Prototype Pollution via the deepFillIn function...

9.8CVSS7.3AI score0.01959EPSS
Exploits1References4
NVD
NVD
added 2020/12/15 8:15 a.m.24 views

CVE-2020-28442

All versions of package js-data are vulnerable to Prototype Pollution via the deepFillIn function...

9.8CVSS8.6AI score0.01959EPSS
Exploits1References4
Prion
Prion
added 2020/12/15 8:15 a.m.14 views

Code injection

All versions of package js-data are vulnerable to Prototype Pollution via the deepFillIn function...

7.5CVSS9.4AI score0.01959EPSS
Exploits1References4
Cvelist
Cvelist
added 2020/12/15 7:25 a.m.38 views

CVE-2020-28442 Prototype Pollution

All versions of package js-data are vulnerable to Prototype Pollution via the deepFillIn function...

7.5CVSS8.6AI score0.01959EPSS
Exploits1References4
CNNVD
CNNVD
added 2020/12/15 12:0 a.m.4 views

Js-data Security Vulnerabilities

Js-data is Js-data Js-data team of a Javascript-based ORM framework for interacting with multiple data sources . The software supports Firebase, MySql, RethinkDB, MongoDB, localStorage, Redis and other data sources. A security vulnerability exists in all versions of js-data, which stems from the...

9.8CVSS7.3AI score0.01959EPSS
Exploits1References5
Veracode
Veracode
added 2020/12/14 6:8 a.m.15 views

Prototype Pollution

mout is vulnerable to prototype pollution. An attacker is able to fill missing properties recursively via deepFillIn and mixes objects into the target existing child objects object recursively using deepMixIn as those functions do not validate the key to access the target object recursively...

7.5CVSS5.6AI score0.02119EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2020/12/11 11:15 a.m.3 views

CVE-2020-7792

This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursive...

7.5CVSS7.1AI score0.02119EPSS
Exploits1References5
NVD
NVD
added 2020/12/11 11:15 a.m.21 views

CVE-2020-7792

This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursive...

7.5CVSS7.4AI score0.02119EPSS
Exploits1References5
Prion
Prion
added 2020/12/11 11:15 a.m.16 views

Design/Logic Flaw

This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursive...

7.5CVSS7.4AI score0.02119EPSS
Exploits1References5
CVE
CVE
added 2020/12/11 11:5 a.m.57 views

CVE-2020-7792

The CVE-2020-7792 entry applies to the mout package where the deepFillIn and deepMixIn functions perform recursive operations without properly checking the target property key. This enables Prototype Pollution across all versions of mout and can affect Object.prototype when exploited via recursiv...

7.5CVSS7.3AI score0.02119EPSS
Exploits1References5Affected Software1
Cvelist
Cvelist
added 2020/12/11 11:5 a.m.39 views

CVE-2020-7792 Prototype Pollution

This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursive...

7.5CVSS7.4AI score0.02119EPSS
Exploits1References5
CNNVD
CNNVD
added 2020/12/11 12:0 a.m.4 views

Mout deepFillIn Code Issue Vulnerability

Mout is a Javascript-based code library from the Mout team that provides modular support for JS programming. Mout suffers from a security vulnerability that stems from the fact that the deepFillIn function can be used to "recursively fill in missing attributes" while deepMixIn "mixes objects into...

7.5CVSS7.2AI score0.02119EPSS
Exploits1References6
Snyk
Snyk
added 2020/10/29 3:0 p.m.1 views

Prototype Pollution

Overview js-data is a Robust, framework-agnostic in-memory data store. Affected versions of this package are vulnerable to Prototype Pollution via the deepMixIn and deepFillIn functions. PoC const utils = require"js-data"; const obj = ; const source = JSON.parse'"proto":"polluted":"yes"';...

9.8CVSS9AI score0.01959EPSS
Exploits1References2
Snyk
Snyk
added 2020/09/30 3:6 p.m.4 views

Prototype Pollution

Overview mout is a Modular Utilities Affected versions of this package are vulnerable to Prototype Pollution. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'...

7.5CVSS8AI score0.02119EPSS
Exploits1References2
Rows per page
Query Builder