Skip to content

[GHSA-v9mx-4pqq-h232] Bun has an Application-level Prototype Pollution vulnerability in the runtime native API for Glo #5850

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

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,21 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v9mx-4pqq-h232",
"modified": "2024-12-18T16:56:06Z",
"modified": "2024-12-18T16:56:07Z",
"published": "2024-12-18T06:30:49Z",
"aliases": [
"CVE-2024-21548"
],
"summary": "Bun has an Application-level Prototype Pollution vulnerability in the runtime native API for Glo",
"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"
},
{
Copy link
Preview

Copilot AI Jul 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The entire CVSS_V3 section is being removed. Consider documenting the reason for removing the CVSS v3 score in the commit message or PR description to maintain audit trail for security advisory changes.

Copilot uses AI. Check for mistakes.

"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"
"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": [
Expand All @@ -37,6 +33,25 @@
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "bun"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.0.13"
},
{
"fixed": "1.1.30"
}
]
}
]
}
],
"references": [
Expand Down Expand Up @@ -65,7 +80,7 @@
"cwe_ids": [
"CWE-1321"
],
"severity": "MODERATE",
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-12-18T16:56:06Z",
"nvd_published_at": "2024-12-18T06:15:23Z"
Expand Down
Loading