CVE-2024-52006

Summary

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit b01b9b8 which is included in release 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, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.

Affected Software

VendorProductVersion RangeStatus
gitgit<= 2.40.3affected
gitgit>= 2.41.0, <= 2.41.2affected
gitgit>= 2.42.0, <= 2.42.3affected
gitgit>= 2.43.0, <= 2.43.5affected
gitgit>= 2.44.0, <= 2.44.2affected
gitgit>= 2.45.0, <= 2.45.2affected
gitgit>= 2.46.0, <= 2.46.2affected
gitgit>= 2.47.0, < 2.47.2affected
gitgit= 2.48.0affected

Weaknesses

  • CWE-116: CWE-116: Improper Encoding or Escaping of Output
  • CWE-147: CWE-147: Improper Neutralization of Input Terminators
  • CWE-150: CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

CVE Program Container

Additional References

References