Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-48385 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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. When cloning a repository Git knows to optionally fetch a bundle advertised by the remote server, which allows the server-side to offload parts of the clone to a CDN. The Git client does not perform sufficient validation of the advertised bundles, which allows the remote side to perform protocol injection. This protocol injection can cause the client to write the fetched bundle to a location controlled by the adversary. The fetched content is fully controlled by the server, which can in the worst case lead to arbitrary code execution. The use of bundle URIs is not enabled by default and can be controlled by the bundle.heuristic config option. Some cases of the vulnerability require that the adversary is in control of where a repository will be cloned to. This either requires social engineering or a recursive clone with submodules. These cases can thus be avoided by disabling recursive clones. This vulnerability is fixed in v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, v2.49.1, and v2.50.1.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-73External Control of File Name or Path[email protected]
CWE-88Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')[email protected]

Affected Products

ProductVersions
Git
v2.50.0 (semver)
v2.49.0 (semver)
>= v2.48.0, <= v2.48.1 (semver)
>= v2.47.0, <= v2.47.2 (semver)
>= v2.46.0, <= v2.46.3 (semver)

CPE

  • cpe:2.3:a:git:git:*:*:*:*:*:*:*:*
  • cpe:2.3:a:git_project:git:*:*:*:*:*:*:*:*
  • cpe:2.3:a:git_project:git:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: v2.43.7moderate effort
  • Upgrade: v2.44.4moderate effort
  • Upgrade: v2.45.4moderate effort
  • Upgrade: v2.46.4moderate effort
  • Upgrade: v2.47.3moderate effort
  • Upgrade: v2.48.2moderate effort
  • Upgrade: v2.49.1moderate effort
  • Upgrade: v2.50.1moderate effort
  • Workaround:low effort

    Disable the 'bundle.heuristic' config option to prevent the use of bundle URIs, which are not enabled by default.

  • Workaround:low effort

    Disable recursive clones to mitigate the risk of an adversary controlling the repository clone location.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-48385
NVD Published Date:
Jul 8, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-48385 Details - Not Deferred