GHSA-8v63-cqqc-6r2c

Suggest an improvement
Source
https://github.com/advisories/GHSA-8v63-cqqc-6r2c
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/09/GHSA-8v63-cqqc-6r2c/GHSA-8v63-cqqc-6r2c.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-8v63-cqqc-6r2c
Aliases
Published
2021-09-20T20:46:43Z
Modified
2023-11-01T05:30:41.787451Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Prototype Pollution in object-path
Details

object-path is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution'). The del() function fails to validate which Object properties it deletes. This allows attackers to modify the prototype of Object, causing the modification of default properties like toString on all objects.

Database specific
{
    "nvd_published_at": "2021-09-17T06:15:00Z",
    "cwe_ids": [
        "CWE-1321",
        "CWE-915"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2021-09-20T20:13:12Z"
}
References

Affected packages

npm / object-path

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.11.8

Ecosystem specific

{
    "affected_functions": [
        "(object-path).del"
    ]
}