Description
A flaw was found in `guardrails-detectors`, a component of Red Hat OpenShift AI. This vulnerability, known as Regular Expression Denial of Service (ReDoS), allows a remote attacker to provide specially crafted regular expressions to the public detection API. This can cause catastrophic backtracking, leading to a worker process consuming 100% CPU indefinitely and resulting in a denial of service for the entire guardrails-mediated LLM pipeline.
Published: 2026-07-08
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The guardrails‑detectors component of Red Hat OpenShift AI exposes a public detection API that accepts a regular expression supplied in the detector_params.regex field. The flaw, a classic Regular Expression Denial of Service (ReDoS) classified as CWE‑1333, allows a remote attacker to craft a regex that triggers catastrophic backtracking. This results in an idle worker process consuming 100 % CPU for an extended period and causing a denial of service for the entire guardrails‑mediated LLM pipeline.

Affected Systems

This vulnerability affects deployments of Red Hat OpenShift AI that include the guardrails‑detectors component. All shipped versions that contain this component are potentially susceptible; no specific version boundaries are indicated in the available data.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, while the EPSS score of less than 1 % suggests low likelihood of widespread exploitation. The vulnerability is remote and unauthenticated because the API is publicly accessible without credentials, and it is not listed in the CISA KEV catalog. If successfully exploited, the denial of service would degrade the availability of the LLM pipeline for all users of the affected OpenShift AI instance.

Generated by OpenCVE AI on July 29, 2026 at 13:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Red Hat OpenShift AI to the latest version that includes the guardrails‑detectors fix
  • Restrict the detector_params.regex field by enforcing a maximum length or complexity threshold, rejecting overly long or nested expressions
  • Implement rate limiting on the detection API and monitor CPU usage of worker processes to detect and throttle anomalous load before it causes service disruption

Generated by OpenCVE AI on July 29, 2026 at 13:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 08 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in `guardrails-detectors`, a component of Red Hat OpenShift AI. This vulnerability, known as Regular Expression Denial of Service (ReDoS), allows a remote attacker to provide specially crafted regular expressions to the public detection API. This can cause catastrophic backtracking, leading to a worker process consuming 100% CPU indefinitely and resulting in a denial of service for the entire guardrails-mediated LLM pipeline.
Title Guardrails-detectors: guardrails-detectors: unauthenticated regular-expression denial of service (redos) via detector_params.regex
First Time appeared Redhat
Redhat openshift Ai
Weaknesses CWE-1333
CPEs cpe:/a:redhat:openshift_ai
Vendors & Products Redhat
Redhat openshift Ai
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Redhat Openshift Ai
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-07-08T20:38:46.315Z

Reserved: 2026-07-08T19:44:43.020Z

Link: CVE-2026-15154

cve-icon Vulnrichment

Updated: 2026-07-08T20:38:43.746Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T18:43:36Z

Links: CVE-2026-15154 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T13:45:02Z

Weaknesses
  • CWE-1333

    Inefficient Regular Expression Complexity