LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2025-48384: Git Link Following Vulnerability

RBRecent Breaches Vulnerability Intelligence·Aug 25, 2025
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Sep 15, 2025
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2025-48384 to its Known Exploited Vulnerabilities catalog on Aug 25, 2025, with a federal patch deadline of Sep 15, 2025 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Git contains a link following vulnerability that stems from Git’s inconsistent handling of carriage return characters in configuration files.

CVE-2025-48384 is a link-following vulnerability in Git that arises from inconsistent handling of carriage return characters in configuration files. An attacker who can influence those files may cause Git to resolve paths or links in unintended ways, potentially leading to unauthorized file access or modification on systems that use Git. This matters for development workstations, CI/CD runners, and any host that clones or operates on untrusted repositories, because Git is widely deployed and often runs with the privileges of the user or service account that invokes it. Confirm exact impact and affected releases against the vendor advisory.

How it works

The flaw is classified under CWE-59 (Improper Link Resolution Before File Access, or link following) and CWE-436 (Interpretation Conflict). Git’s configuration parsing treats carriage return characters inconsistently. That mismatch can allow a crafted configuration entry to steer Git toward following a symbolic link or path that the operator did not intend. In practical terms, an attacker who can place or modify a Git configuration file—commonly through a malicious repository, a shared config, or another write path—may cause subsequent Git operations to read from or write to locations outside the expected working tree. The precise trigger conditions and required attacker privileges are not detailed here; treat any repository or config source that is not fully trusted as a potential vector and verify the mechanics in the vendor advisory.

Am I affected? How to find it in your systems

Git runs on developer laptops, build servers, container images used for CI, and many Linux, macOS, and Windows hosts that perform source-control operations. Inventory every system that has the git binary installed or that executes Git as part of automation.

Absence of clear telemetry does not prove safety; confirm exposure status against the official advisory.

How to remediate

Apply the vendor-supplied update for Git as soon as it is available and tested in your environment. Follow the installation or package-update instructions published by the Git project or your distribution vendor. After patching, re-run git --version to confirm the new release is active on every host and rebuild any container images or golden images that embed Git.

As additional hardening for this class of issue:

CISA guidance for this CVE is to apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

If you can't patch immediately

Until the vendor update can be deployed, reduce exposure with compensating controls:

These measures lower risk but do not replace the official patch; schedule the update promptly.

If your data may have been exposed

Actively exploited vulnerabilities can lead to unauthorized access and data exposure. If you suspect that a malicious configuration or repository was processed by an unpatched Git instance, treat the host as potentially compromised: isolate it, preserve forensic evidence, rotate credentials that may have been accessible, and examine any files that Git may have written outside the intended tree. Known ransomware use of this CVE is not documented. You can also run a free exposure scan of your email addresses against known breach data sets to determine whether related accounts have already appeared in public dumps, then force password resets and enable multi-factor authentication where appropriate.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedGit · Git
WeaknessCWE-59
Added to CISA KEVAug 25, 2025
Federal patch deadlineSep 15, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities