GHSA-qwp8-x4ff-5h87

Suggest an improvement
Source
https://github.com/advisories/GHSA-qwp8-x4ff-5h87
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/02/GHSA-qwp8-x4ff-5h87/GHSA-qwp8-x4ff-5h87.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-qwp8-x4ff-5h87
Aliases
  • CVE-2025-24959
Published
2025-02-03T22:34:08Z
Modified
2025-02-04T17:29:11Z
Severity
  • 5.2 (Medium) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H CVSS Calculator
Summary
ZX Allows Environment Variable Injection for dotenv API
Details

Impact

This vulnerability is an Environment Variable Injection issue in dotenv.stringify, affecting google/zx version 8.3.1.

An attacker with control over environment variable values can inject unintended environment variables into process.env. This can lead to arbitrary command execution or unexpected behavior in applications that rely on environment variables for security-sensitive operations. Applications that process untrusted input and pass it through dotenv.stringify are particularly vulnerable.

Patches

This issue has been patched in version 8.3.2. Users should immediately upgrade to this version to mitigate the vulnerability.

Workarounds

If upgrading is not feasible, users can mitigate the vulnerability by sanitizing user-controlled environment variable values before passing them to dotenv.stringify. Specifically, avoid using ", ', and backticks in values, or enforce strict validation of environment variables before usage.

References

Database specific
{
    "nvd_published_at": "2025-02-03T21:15:15Z",
    "cwe_ids": [
        "CWE-74"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2025-02-03T22:34:08Z"
}
References

Affected packages

npm / zx

Package

Affected ranges

Type
SEMVER
Events
Introduced
8.3.1
Fixed
8.3.2

Affected versions

8.*

8.3.1