CVE-2026-87819
GitPython before 3.1.60 Denial of Service via ReDoS
No known exploitation. EPSS puts it in the 42nd percentile. Only a workaround so far.
What to do
No fixed build is published yet. The vendor describes a workaround.
Steps
Written by AI from the record- Check whether your applications use GitPython and whether the installed version is earlier than 3.1.60.
- Upgrade GitPython to version 3.1.60.
- Until upgraded, prevent untrusted repositories or commits from being processed by affected applications.
pip install --upgrade GitPython==3.1.60What it is
From the CVE record
GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.name_email_regex that processes commit author and committer fields. Attackers can craft a commit object with a malformed author field containing an unterminated angle bracket to cause quadratic backtracking, exhausting CPU resources for over two minutes per commit access.
In plain language
Written by AI from the recordGitPython versions before 3.1.60 can be made to stall when processing a malicious Git commit, so small businesses should act if their software reads repositories or commits from outside sources.
Unauthenticated ReDoS in GitPython’s Actor.name_email_regex allows a malformed commit author or committer field with an unterminated angle bracket to trigger quadratic regex backtracking and CPU exhaustion.
If you're affected
- Application becomes unresponsive
- High CPU usage
- Delayed developer workflows
- Service disruption
Exploitation
Where each signal puts this CVE on the scale from published to confirmed exploited.
- CISA KEV
Not in the catalog. CISA has not confirmed exploitation.
- Public exploits
No public exploit or proof of concept found in the sources we track.
- EPSS
0.5% chance of exploitation activity in the next 30 days, which ranks it in the 42nd percentile of scored CVEs.
Exploit Prediction Scoring System, FIRST.org. A probability, not a confirmation.
Lifecycle
10 events over 9 days, from the signal feeds we watch.
- OpenVAS check addedworkaround available, record updated
- Workaround availablerecord updated
- Publishedweakness classified, att&ck mapped, record updated, record updated
Affected products
Technical detail
CVSS 3.1 vector
Open in the CVSS calculatorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Scored 7.5 by NVD.
How it is reached
- Attack Vector NetworkExploitable remotely over the network without any special conditions
- Attack Complexity LowNo special conditions — the attack can be reliably reproduced
- Privileges Required NoneNo authentication required — anyone can exploit this
- User Interaction NoneNo user interaction needed — fully automated exploitation
Scope
- Scope UnchangedImpact is limited to the vulnerable component itself
Impact if exploited
- Confidentiality NoneNo confidentiality impact
- Integrity NoneNo integrity impact
- Availability HighTotal denial of service — the component is completely unavailable
Weaknesses
ATT&CK techniques
Mapped from the weaknesses above (CWE to ATT&CK), not observed in attacks.
Sources
Watch the software you run.
My Stack ranks new CVEs for your products by real-world exploitation, so the next serious one reaches you without reading every advisory.
We'll flag the next CVE, public exploit or patch for Gitpython, not every advisory.
A free account adds
- The full version matrix and every affected product
- Exploit links, proofs of concept and Metasploit modules
- Email alerts for the products you watch
- The same data over REST API, MCP and CLI