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

[GHSA-x3m3-4wpv-5vgc] jrburke requirejs vulnerable to prototype pollution #4635

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"summary": "jrburke requirejs vulnerable to prototype pollution",
"details": "jrburke requirejs v2.3.6 was discovered to contain a prototype pollution via the function `s.contexts._.configure`. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P"
}

],
"affected": [
{
Expand All @@ -28,11 +25,14 @@
"introduced": "0"
},
{
"last_affected": "2.3.6"
"fixed": "2.3.7"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 2.3.6"
}
}
],
"references": [
Expand Down
Loading