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-v9mx-4pqq-h232] Versions of the package bun before 1.1.30 are vulnerable... #5097

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
@@ -1,23 +1,43 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v9mx-4pqq-h232",
"modified": "2024-12-18T06:30:49Z",
"modified": "2024-12-18T06:30:53Z",
"published": "2024-12-18T06:30:49Z",
"aliases": [
"CVE-2024-21548"
],
"summary": "Application-level Prototype Pollution vulnerability in Bun runtime native API for Glob",
"details": "Versions of the package bun before 1.1.30 are vulnerable to Prototype Pollution due to improper input sanitization. An attacker can exploit this vulnerability through Bun's APIs that accept objects.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "bun"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": ">= 1.1.30"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 1.1.29"
}
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
Expand All @@ -34,6 +54,10 @@
{
"type": "WEB",
"url": "https://security.snyk.io/vuln/SNYK-JS-BUN-8499549"
},
{
"type": "WEB",
"url": "https://www.bunsecurity.dev/blog/bun-javascript-runtime-found-vulnerable-prototype-pollution"
}
],
"database_specific": {
Expand Down
Loading