Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Dec 18, 2024
1 parent cc08971 commit a448d95
Showing 1 changed file with 31 additions and 7 deletions.
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

0 comments on commit a448d95

Please sign in to comment.