Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @rage-against-the-pixel/unity-cli
  4. ›
  5. CVE-2026-25918

CVE-2026-25918: unity-cli Exposes Plaintext Credentials in Debug Logs (sign-package command)

February 10, 2026

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.

Users who run sign-package with --verbose and credential arguments expose their Unity account passwords. This affects all versions prior to 1.8.2. The vulnerability requires explicit user action (using --verbose) but creates significant risk in automated and shared environments.

Workaround: Use environment variables (UNITY_USERNAME, UNITY_PASSWORD) instead of command-line arguments, and avoid the --verbose flag when working with credentials.

Existing RageAgainstThePixel and Buildalon GitHub actions are unaffected as they use the environment variables exclusively.

References

  • github.com/RageAgainstThePixel/unity-cli
  • github.com/RageAgainstThePixel/unity-cli/commit/8d4d67b23d7c5fd8f00df3f0f10bec2961c95342
  • github.com/RageAgainstThePixel/unity-cli/releases/tag/v1.8.2
  • github.com/RageAgainstThePixel/unity-cli/security/advisories/GHSA-4255-c27h-62m5
  • github.com/advisories/GHSA-4255-c27h-62m5
  • nvd.nist.gov/vuln/detail/CVE-2026-25918

Code Behaviors & Features

Detect and mitigate CVE-2026-25918 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.8.2

Fixed versions

  • 1.8.2

Solution

Upgrade to version 1.8.2 or above.

Impact 6.2 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-352: Cross-Site Request Forgery (CSRF)

Source file

npm/@rage-against-the-pixel/unity-cli/CVE-2026-25918.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 11 Feb 2026 12:19:25 +0000.