ghsa-2c47-m757-32g6
Vulnerability from github
Summary
The ejson2env
tool has a vulnerability related to how it writes to stdout
. Specifically, the tool is intended to write an export statement for environment variables and their values. However, due to inadequate output sanitization, there is a potential risk where variable names or values may include malicious content, resulting in additional unintended commands being output to stdout
. If this output is improperly utilized in further command execution, it could lead to command injection vulnerabilities, allowing an attacker to execute arbitrary commands on the host system.
Details
The vulnerability exists because environment variables are not properly sanitized during the decryption phase, which enables malicious keys or encrypted values to inject commands.
Impact
An attacker with control over .ejson
files can inject commands in the environment where source $(ejson2env)
or eval ejson2env
are executed.
Mitigation
- Update to a version of
ejson2env
that sanitizes the output during decryption or - Do not use
ejson2env
to decrypt untrusted user secrets or - Do not evaluate or execute the direct output from
ejson2env
without removing nonprintable characters.
Credit
Thanks to security researcher Demonia for reporting this issue.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/Shopify/ejson2env/v2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.0.8" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "RubyGems", "name": "ejson2env" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.0.8" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c 2.0.8" }, "package": { "ecosystem": "Go", "name": "github.com/Shopify/ejson2env" }, "ranges": [ { "events": [ { "introduced": "0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-48069" ], "database_specific": { "cwe_ids": [ "CWE-78" ], "github_reviewed": true, "github_reviewed_at": "2025-05-21T18:32:37Z", "nvd_published_at": "2025-05-21T18:15:53Z", "severity": "MODERATE" }, "details": "### Summary\nThe `ejson2env` tool has a vulnerability related to how it writes to `stdout`. Specifically, the tool is intended to write an export statement for environment variables and their values. However, due to inadequate output sanitization, there is a potential risk where variable names or values may include malicious content, resulting in additional unintended commands being output to `stdout`. If this output is improperly utilized in further command execution, it could lead to command injection vulnerabilities, allowing an attacker to execute arbitrary commands on the host system.\n\n### Details\nThe vulnerability exists because environment variables are not properly sanitized during the decryption phase, which enables malicious keys or encrypted values to inject commands.\n\n### Impact\nAn attacker with control over `.ejson` files can inject commands in the environment where `source $(ejson2env)` or `eval ejson2env` are executed.\n\n\n### Mitigation\n- Update to a version of `ejson2env` that sanitizes the output during decryption or\n- Do not use `ejson2env` to decrypt untrusted user secrets or\n- Do not evaluate or execute the direct output from `ejson2env` without removing nonprintable characters.\n\n### Credit\nThanks to security researcher [Demonia](https://hackerone.com/demonia?type=user) for reporting this issue.", "id": "GHSA-2c47-m757-32g6", "modified": "2025-05-27T19:00:06Z", "published": "2025-05-21T18:32:37Z", "references": [ { "type": "WEB", "url": "https://github.com/Shopify/ejson2env/security/advisories/GHSA-2c47-m757-32g6" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48069" }, { "type": "WEB", "url": "https://github.com/Shopify/ejson2env/commit/592b3ceea967fee8b064e70983e8cec087b6d840" }, { "type": "PACKAGE", "url": "https://github.com/Shopify/ejson2env" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/ejson2env/CVE-2025-48069.yml" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Insufficient input sanitization in ejson2env " }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.