gsd-2020-8116
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-8116", "description": "Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.", "id": "GSD-2020-8116", "references": [ "https://access.redhat.com/errata/RHSA-2021:0548", "https://access.redhat.com/errata/RHSA-2021:0521", "https://access.redhat.com/errata/RHSA-2020:5086", "https://access.redhat.com/errata/RHSA-2020:4903", "https://access.redhat.com/errata/RHSA-2020:4272", "https://linux.oracle.com/cve/CVE-2020-8116.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-8116" ], "details": "Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.", "id": "GSD-2020-8116", "modified": "2023-12-13T01:21:54.260482Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "ID": "CVE-2020-8116", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "dot-prop", "version": { "version_data": [ { "version_value": "before 4.2.1" }, { "version_value": "5.x before 5.1.1" }, { "version_value": "Fixed in 5.1.1" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Modification of Assumed-Immutable Data (MAID) (CWE-471)" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/719856", "refsource": "MISC", "url": "https://hackerone.com/reports/719856" }, { "name": "https://github.com/sindresorhus/dot-prop/tree/v4", "refsource": "MISC", "url": "https://github.com/sindresorhus/dot-prop/tree/v4" }, { "name": "https://github.com/advisories/GHSA-ff7x-qrg7-qggm", "refsource": "MISC", "url": "https://github.com/advisories/GHSA-ff7x-qrg7-qggm" }, { "name": "https://github.com/sindresorhus/dot-prop/issues/63", "refsource": "MISC", "url": "https://github.com/sindresorhus/dot-prop/issues/63" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c4.2.1||\u003e=5.0.0 \u003c5.1.1", "affected_versions": "All versions before 4.2.1, all versions starting from 5.0.0 before 5.1.1", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "cwe_ids": [ "CWE-1035", "CWE-425", "CWE-937" ], "date": "2021-12-22", "description": "Prototype pollution vulnerability in dot-prop npm package version allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.", "fixed_versions": [ "4.2.1", "5.1.1" ], "identifier": "CVE-2020-8116", "identifiers": [ "CVE-2020-8116", "GHSA-ff7x-qrg7-qggm" ], "not_impacted": "All versions starting from 4.2.1 before 5.0.0, all versions starting from 5.1.1", "package_slug": "npm/dot-prop", "pubdate": "2020-02-04", "solution": "Upgrade to versions 4.2.1, 5.1.1 or above.", "title": "Direct Request (Forced Browsing)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-8116" ], "uuid": "da820ca1-f0b5-4194-b3cd-bc3277d0aaf4" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:dot-prop_project:dot-prop:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "5.1.1", "versionStartIncluding": "5.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:dot-prop_project:dot-prop:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "4.2.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve-assignments@hackerone.com", "ID": "CVE-2020-8116" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1321" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/719856", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://hackerone.com/reports/719856" }, { "name": "https://github.com/sindresorhus/dot-prop/issues/63", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/sindresorhus/dot-prop/issues/63" }, { "name": "https://github.com/sindresorhus/dot-prop/tree/v4", "refsource": "MISC", "tags": [ "Broken Link" ], "url": "https://github.com/sindresorhus/dot-prop/tree/v4" }, { "name": "https://github.com/advisories/GHSA-ff7x-qrg7-qggm", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/advisories/GHSA-ff7x-qrg7-qggm" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.4 } }, "lastModifiedDate": "2022-08-05T19:32Z", "publishedDate": "2020-02-04T20:15Z" } } }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.