---
id: CVE-2026-87722
title: >-
  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 /pr…
summary: >-
  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 /pr…
severity: high
cvss: 8.7
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'
cwe:
  - CWE-400
  - CWE-1333
vendor: Gerrit
product: Gerrit
affected:
  - Gerrit >= 2.1.6 < 3.12.10
  - Gerrit >= 3.13.0 < 3.13.9
  - Gerrit >= 3.14.0 < 3.14.3
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T22:17:02.480'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-87722'
references:
  - url: 'https://issues.gerritcodereview.com/issues/540877705'
    label: cve-coordination@google.com
tags:
  - nvd
  - cve.org
cvssSource: cna
ingestedAt: '2026-09-24T22:54:36.881Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
