GHSA-vpgw-ffh3-648h

Suggest an improvement
Source
https://github.com/advisories/GHSA-vpgw-ffh3-648h
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-vpgw-ffh3-648h/GHSA-vpgw-ffh3-648h.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-vpgw-ffh3-648h
Aliases
Published
2022-04-12T00:00:38Z
Modified
2023-11-01T04:57:20.215647Z
Severity
  • 7.3 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
Summary
Prototype Pollution in fullpage.js
Details

fullPage utils are available to developers using window.fp_utils. They can use these utils for their own use-case (other than fullPage) as well. However, one of the utils deepExtend is vulnerable to Prototype Pollution vulnerability.

Javascript is "prototype" language which means when a new "object" is created, it carries the predefined properties and methods of an "object" with itself like toString, constructor etc. By using prototype-pollution vulnerability, an attacker can overwrite/create the property of that "object" type. If the victim developer has used that property anywhere in the code, then it will have severe effect on the application.

Database specific
{
    "nvd_published_at": "2022-04-11T12:15:00Z",
    "github_reviewed_at": "2022-04-22T20:20:05Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-1321"
    ]
}
References

Affected packages

npm / fullpage.js

Package

Affected ranges

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