Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
git: Recursive clones RCE (CVE-2024-32002)
git: RCE while cloning local repos (CVE-2024-32004)
git: additional local RCE (CVE-2024-32465)
git: insecure hardlinks (CVE-2024-32020)
git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.