Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package impacting the security issue because of requirejs use #425

Open
vtulse opened this issue Jun 10, 2024 · 1 comment
Open

Package impacting the security issue because of requirejs use #425

vtulse opened this issue Jun 10, 2024 · 1 comment

Comments

@vtulse
Copy link

vtulse commented Jun 10, 2024

requirejs/r.js#1015
Medium severity
requirejs Prototype Pollution
VULNERABILITY
CWE-1321OPEN THIS LINK IN A NEW TAB
CVSS 6.5OPEN THIS LINK IN A NEW TAB MEDIUM
SNYK-JS-REQUIREJS-5416713OPEN THIS LINK IN A NEW TAB
SCORE
432
Introduced through
[email protected]
Exploit maturity
PROOF OF CONCEPT
Show less detail
Detailed paths
Introduced through: [email protected][email protected][email protected][email protected][email protected][email protected]
Fix: No remediation path available.

@epreston
Copy link

This is the dependency chain causing the issue.

Short story: [email protected] is the latest version from Aug 27, 2018. Not possible to do a quick fix by using an override in the ' package.json' until that project updates or something higher in the chain drops it. Example:

  "overrides": {
    "module-lookup-amd": {
      "requirejs": "some later version here"
    }
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants