CVE-2025-48069

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-48069
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-48069.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-48069
Aliases
Published
2025-05-21T18:15:53Z
Modified
2025-05-23T16:13:20.996738Z
Summary
[none]
Details

ejson2env allows users to decrypt EJSON secrets and export them as environment variables. Prior to version 2.0.8, 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, allowing an attacker to execute arbitrary commands on the host system. Version 2.0.8 sanitizes output during decryption. Other mitigations involve avoiding use of ejson2env to decrypt untrusted user secrets and/or avoiding evaluating or executing the direct output from ejson2env without removing nonprintable characters.

References

Affected packages

Git / github.com/shopify/ejson2env

Affected ranges

Type
GIT
Repo
https://github.com/shopify/ejson2env
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v1.*

v1.0.3
v1.0.4
v1.1.0

v2.*

v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.0.4
v2.0.5
v2.0.6
v2.0.7