CVE-2026-53454 PUBLISHED

Blueprint Studio stored Git credentials in plaintext Git credential store

Assigner: GitHub_M
Reserved: 09.06.2026 Published: 18.08.2026 Updated: 18.08.2026

Blueprint Studio is a VS Code-like file editor for Home Assistant configuration files. Prior to 2.5.2, Blueprint Studio configured Git's credential.helper store when saving Git credentials, causing Git credential-store to persist usernames and access tokens in plaintext in the .git-credentials file for the user running Home Assistant. Tokens could remain outside Blueprint Studio's intended Home Assistant storage and be read by other users or processes with access to the same filesystem context. The persistent helper configuration also affected later Git operations beyond the immediate Blueprint Studio action. This issue is fixed in version 2.5.2.

Metrics

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

Product Status

Vendor ha-china
Product blueprint-studio
Versions
  • Version < 2.5.2 is affected

References

Problem Types

  • CWE-522: Insufficiently Protected Credentials CWE