Rejected reason: Bun Shell does not invoke /bin/sh, or any other interpreter, for template literals created with the $ function. Each ${…} interpolation is treated as a single argument. The security responsibility for this usage pattern lies with the calling application, which must ensure the sanitization and validation of any untrusted arguments before passing them to the executed commands. Therefore, the potential for command injection is not a flaw within Bun itself; rather, it is an argument injection that is contingent on its implementation by the consuming application.
CVSS
No CVSS.
References
No reference.
Configurations
No configuration.
History
11 Aug 2025, 10:15
Type | Values Removed | Values Added |
---|---|---|
CWE | ||
Summary |
|
|
Summary | (en) Rejected reason: Bun Shell does not invoke /bin/sh, or any other interpreter, for template literals created with the $ function. Each ${…} interpolation is treated as a single argument. The security responsibility for this usage pattern lies with the calling application, which must ensure the sanitization and validation of any untrusted arguments before passing them to the executed commands. Therefore, the potential for command injection is not a flaw within Bun itself; rather, it is an argument injection that is contingent on its implementation by the consuming application. | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : unknown |
References |
|
11 Aug 2025, 07:15
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-78 | |
Summary |
|
|
Summary | (en) Versions of the package bun after 0.0.12 are vulnerable to Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in the $ shell API due to improper neutralization of user input. An attacker can exploit this by providing specially crafted input that includes command-line arguments or shell metacharacters, leading to unintended command execution. **Note:** This issue relates to the widely known and actively developed 'Bun' JavaScript runtime. The bun package on NPM at versions 0.0.12 and below belongs to a different and older project that happened to claim the 'bun' name in the past. | |
References |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
10 Aug 2025, 13:15
Type | Values Removed | Values Added |
---|---|---|
CWE | ||
References |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : unknown |
Summary |
|
|
Summary | (en) Rejected reason: Bun Shell does not invoke /bin/sh, or any other interpreter, for template literals created with the $ function. Each ${…} interpolation is treated as a single argument. The security responsibility for this usage pattern lies with the calling application, which must ensure the sanitization and validation of any untrusted arguments before passing them to the executed commands. Therefore, the potential for command injection is not a flaw within Bun itself; rather, it is an argument injection that is contingent on its implementation by the consuming application. |
24 Jul 2025, 07:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
Summary | (en) Versions of the package bun after 0.0.12 are vulnerable to Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in the $ shell API due to improper neutralization of user input. An attacker can exploit this by providing specially crafted input that includes command-line arguments or shell metacharacters, leading to unintended command execution. **Note:** This issue relates to the widely known and actively developed 'Bun' JavaScript runtime. The bun package on NPM at versions 0.0.12 and below belongs to a different and older project that happened to claim the 'bun' name in the past. |
23 Jul 2025, 05:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-23 05:15
Updated : 2025-08-11 10:15
NVD link : CVE-2025-8022
Mitre link : CVE-2025-8022
CVE.ORG link : CVE-2025-8022
JSON object : View
Products Affected
No product.
CWE
No CWE.