๐Ÿ” CVE Alert

CVE-2026-87722

UNKNOWN 0.0

Regular Expression Denial of Service (ReDoS) in Search Query Predicates and REST Filter Endpoints in Gerrit Code Review

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Uncontrolled Resource Consumption (CWE-400 / CWE-1333) in regex search query predicates (such as RegexProjectPredicate, RegexRefPredicate, RegexPathPredicate, and sibling predicates) and REST regex filter endpoints (RegexListSearcher /projects/?r= and RefFilter /projects/{project}/branches/?r=) in Gerrit Code Review versions 2.1.6 through 3.12.9, 3.13.0 through 3.13.8, and 3.14.0 through 3.14.2 allows an unauthenticated remote attacker (or an authenticated user if anonymous read access is disabled) to cause a denial of service (CPU starvation and JVM heap exhaustion / OutOfMemoryError) via crafted search queries or REST API requests containing regular expressions with large counted repetitions or exponential DFA determinization patterns. Because the user-supplied regular expression is compiled into an unbounded dk.brics.automaton instance (new RegExp(re).toAutomaton()) on the request thread prior to index evaluation or access control visibility filtering, trivial queries can exhaust JVM heap or pin request threads regardless of heap size. This issue is fixed in Gerrit Code Review versions 3.12.10, 3.13.9, and 3.14.3.

CWE CWE-400 CWE-1333
Vendor gerrit
Product gerrit
Published Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for gerrit gerrit

Be the first to know when new unknown vulnerabilities affecting gerrit gerrit are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Gerrit / Gerrit
2.1.6 < 3.12.10 3.13.0 < 3.13.9 3.14.0 < 3.14.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
issues.gerritcodereview.com: https://issues.gerritcodereview.com/issues/540877705

Credits

Amin Alemi