CVE-2026-25918 PUBLISHED

unity-cli Exposes Plaintext Credentials in Debug Logs (sign-package command)

Assigner: GitHub_M
Reserved: 09.02.2026 Published: 09.02.2026 Updated: 09.02.2026

unity-cli is a command line utility for the Unity Game Engine. Prior to 1.8.2 , the sign-package command in @rage-against-the-pixel/unity-cli logs sensitive credentials in plaintext when the --verbose flag is used. Command-line arguments including --email and --password are output via JSON.stringify without sanitization, exposing secrets to shell history, CI/CD logs, and log aggregation systems. This vulnerability is fixed in 1.8.2.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.9

Product Status

Vendor RageAgainstThePixel
Product unity-cli
Versions
  • Version < 1.8.2 is affected

References

Problem Types

  • CWE-532: Insertion of Sensitive Information into Log File CWE