JgitApplication · Eclipse

CVE-2025-4949

MEDIUM · 5.3 CVSS v3.1 Published 2025-05-21
Fix available
A fix is available. Upgrade to 5.13.4 / 6.10.1.202505221210 or later.
See remediation →
60/100
Remediation priority · Elevated
Public exploit Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
In Eclipse JGit versions 7.2.0.202503040940-r and older, the ManifestParser class used by the repo command and the AmazonS3 class used to implement the experimental amazons3 git transport protocol allowing to store git pack files in an Amazon S3 bucket, are vulnerable to XML External Entity (XXE) attacks when parsing XML files. This vulnerability can lead to information disclosure, denial of service, and other security issues.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis
How this class of weakness works · CWE-611

An XML parser processes external entity references inside untrusted documents, letting an attacker read local files, reach internal systems, or exhaust resources. It's a common trap in anything that accepts XML. The fix is to disable external entities and DTD processing in the parser.

General guidance for the xml external entity (xxe) class — the official description and references above are authoritative for this specific CVE. Want a bespoke review and a reviewed fix? Ask our team →

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
JgitApplication
Affected:< 5.13.4>= 6.0.0, < 6.10.1.202505221210>= 7.0.0, < 7.0.1.202505221510>= 7.1.0, < 7.1.1.202505221757>= 7.2.0, < 7.2.1.202505142326

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 5.13.4 / 6.10.1.202505221210 / 7.0.1.202505221510 or later
Fixed in 5.13.46.10.1.2025052212107.0.1.202505221510
Recommended fix High confidence

JGit 7.1.1.202505221757 (or latest 7.x stable release)

  1. 1. Identify the current JGit version in use by checking project dependencies or build configuration (e.g., pom.xml, build.gradle)
  2. 2. For JGit 5.x: upgrade to version 5.13.4 or later
  3. 3. For JGit 6.x: upgrade to version 6.10.1.202505221210 or later
  4. 4. For JGit 7.0.x: upgrade to version 7.0.1.202505221510 or later
  5. 5. For JGit 7.1.x: upgrade to version 7.1.1.202505221757 or later
  6. 6. Rebuild and test the application to ensure compatibility with the new version
  7. 7. Verify the fix by confirming the XXE vulnerability is no longer present in the updated JGit library
Caveat Review release notes for potential API changes; minor version upgrades typically have minimal breaking changes

Generated from the published advisory — verify against the referenced sources before acting.

We can perform the upgrade in your staging environment and verify nothing breaks — typical engagement from $2,850. Get the upgrade done

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-4949 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-4949 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data