CVE Vulnerabilities

CVE-2026-4926

Uncontrolled Resource Consumption

Published: Mar 26, 2026 | Modified: Apr 16, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

Impact:

A bad regular expression is generated any time you have multiple sequential optional groups (curly brace syntax), such as {a}{b}{c}:z. The generated regex grows exponentially with the number of groups, causing denial of service.

Patches:

Fixed in version 8.4.0.

Workarounds:

Limit the number of sequential optional groups in route patterns. Avoid passing user-controlled input as route patterns.

Weakness

The product does not properly control the allocation and maintenance of a limited resource.

Affected Software

NameVendorStart VersionEnd Version
Path-to-regexpPillarjs8.0.0 (including)8.4.0 (excluding)
Cryostat 4 on RHEL 9RedHatcryostat/cryostat-openshift-console-plugin-rhel9:4.2.0-9*
Red Hat Ansible Automation Platform 2.5 for RHEL 8RedHatautomation-gateway-0:2.5.20260422-3.el8ap*
Red Hat Ansible Automation Platform 2.5 for RHEL 9RedHatautomation-gateway-0:2.5.20260422-3.el9ap*
Red Hat Ansible Automation Platform 2.6 for RHEL 9RedHatautomation-platform-ui-0:2.6.9-1.el9ap*
Migration Toolkit for Virtualization 2.1RedHatmigration-toolkit-virtualization/mtv-console-plugin-rhel9:1779139872*
Migration Toolkit for Virtualization 2.9RedHatmigration-toolkit-virtualization/mtv-console-plugin-rhel9:1778927462*
Red Hat Ansible Automation Platform 2.6RedHatansible-automation-platform-tech-preview/mcp-server-rhel9:1777386606*
Red Hat Ansible Automation Platform 2.6RedHatansible-automation-platform-26/gateway-rhel9:1779773804*
Red Hat Developer Hub 1.8RedHatrhdh/rhdh-hub-rhel9:1776784286*
Red Hat Developer Hub 1.9RedHatrhdh/rhdh-hub-rhel9:1777903262*
Red Hat OpenShift Dev Spaces 3.27RedHatdevspaces/code-rhel9:1776744110*
Red Hat OpenShift Dev Spaces 3.27RedHatdevspaces/jetbrains-ide-rhel9:1776795400*
Red Hat OpenShift distributed tracing 3.9.3RedHatrhosdt/tempo-jaeger-query-rhel9:1776435608*
Red Hat Trusted Artifact Signer 1.3RedHatrhtas/rhtas-console-ui-rhel9:1776673130*
Red Hat Trusted Artifact Signer 1.3RedHatrhtas/rhtas-console-ui-rhel9:1776889929*
Node-path-to-regexpUbuntuesm-apps/xenial*
Node-path-to-regexpUbuntuupstream*

Potential Mitigations

  • Mitigation of resource exhaustion attacks requires that the target system either:

  • The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.

  • The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.

References