Git does not neutralize control sequences in account names when asking for credentials interactively
Package
git
Affected versions
v2.48.0 <=v2.47.1 <=v2.46.2 <=v2.45.2 <=v2.44.2 <=v2.43.5 <=v2.42.3 <=v2.41.2 <=v2.40.3
Patched versions
v2.48.1 v2.47.2 v2.46.3 v2.45.3 v2.44.3 v2.43.6 v2.42.4 v2.41.3 v2.40.4
Impact
When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker's control.
Patches
Workarounds
Avoid cloning from untrusted URLs, especially recursive clones.