[Bug] Credential Leakage Between User Sessions

Resolved 💬 3 comments Opened Oct 6, 2025 by mooresdotdev Closed Oct 10, 2025

Bug Description
this is creds leaking into my session from another user, for an unrelated environment

Environment Info

  • Platform: linux
  • Terminal: gnome-terminal
  • Version: 2.0.8
  • Feedback ID: 4443d89f-a02a-4fbf-acdc-a3da112fb0e3

Errors
Bash(psql postgresql://jacob:XXXXXXXX@localhost:5432/YYYYYYYYYYYYY -c "SELECT
.... FROM …)
⎿  Error: psql: error: connection to server at "localhost" (127.0.0.1), port 5432 failed:
FATAL: password authentication failed for user "jacob"
connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL: password
authentication failed for user "jacob"
⎿  Interrupted · What should Claude do instead?

The user jacob in this instance isn't one ever mentioned or used in my environment and came with a password string replacing the XXXXXXXXX that used the name of a distinct product/utility and number and special char.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗