CVE-2026-87819

Summary

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.

Affected Software

VendorProductVersion RangeStatus
gitpython-developersGitPython0 < 3.1.60affected
gitpython-developersGitPython3.1.60unaffected

Weaknesses

  • CWE-1333: Inefficient Regular Expression Complexity

References