Skip to main content

guardrails-detectors CVE-2026-15378

| EUVDEUVD-2026-42858 CRITICAL
Server-Side Request Forgery (SSRF) (CWE-918)
2026-07-10 secalert@redhat.com GHSA-85xg-h6rv-rgf5
9.3
CVSS 3.1 · Vendor: redhat
Share

Severity by source

Vendor (redhat) PRIMARY
9.3 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
vuln.today AI
9.3 CRITICAL

Network-reachable XSD input with no auth or interaction (AV:N/AC:L/PR:N/UI:N); SSRF reaching other systems changes scope (S:C) with high confidentiality (C:H), minor integrity (I:L), no availability impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:H/SI:N/SA:N
Red Hat
9.3 HIGH
qualitative

Primary rating from Vendor (redhat).

CVSS VectorVendor: redhat

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jul 10, 2026 - 10:32 vuln.today
CVE Published
Jul 10, 2026 - 10:16 nvd
CRITICAL 9.3

DescriptionCVE.org

A flaw was found in the guardrails-detectors component. This vulnerability allows a remote attacker to perform a blind Server-Side Request Forgery (SSRF) by submitting a specially crafted XML Schema Definition (XSD) string. This can lead to unauthorized access to sensitive information, including credentials from cloud metadata services, Kubernetes API, internal MinIO, and other internal network endpoints. Additionally, it enables local file reads of critical data such as service account tokens and pod secrets.

AnalysisAI

Server-Side Request Forgery in the guardrails-detectors component allows a remote attacker to submit a crafted XML Schema Definition (XSD) that forces the service to make attacker-directed requests, reaching cloud metadata services, the Kubernetes API, internal MinIO object storage, and other internal endpoints, and to read local files such as service account tokens and pod secrets. Because the flaw is blind SSRF chained to local file disclosure inside a container/Kubernetes context, an attacker can harvest credentials and pivot deeper into the cluster. No public exploit identified at time of analysis, but the CVSS 9.3 rating and scope-changing impact make this high priority for affected AI-guardrails deployments.

Technical ContextAI

guardrails-detectors is a Red Hat AI-safety component (associated with TrustyAI / OpenShift AI guardrails) that evaluates model inputs/outputs; here it parses user-supplied XSD (XML Schema Definition) content. CWE-918 (Server-Side Request Forgery) is the root cause: XML/XSD processors that resolve external references (schemaLocation, xs:import/xs:include, or entity resolution) will fetch attacker-controlled URIs when external resolution is not disabled. Because the parser runs inside a Kubernetes pod, the same feature that fetches remote URLs can also dereference file:// URIs, turning the SSRF into local file read of mounted secrets (e.g. /var/run/secrets/kubernetes.io/serviceaccount/token). The CVSS scope change (S:C) reflects that the vulnerable parser is abused to act against other security authorities - cloud metadata (169.254.169.254), the Kube API, and MinIO - beyond the component itself.

Affected ProductsAI

The affected software is the guardrails-detectors component as tracked by Red Hat (secalert@redhat.com) under CVE-2026-15378. No specific fixed or affected version numbers and no CPE strings were provided in the input, so exact version ranges cannot be confirmed here. Refer to the Red Hat advisory at https://access.redhat.com/security/cve/CVE-2026-15378 and the tracking bug at https://bugzilla.redhat.com/show_bug.cgi?id=2498941 for the authoritative list of affected packages, product streams (e.g. Red Hat OpenShift AI / TrustyAI guardrails), and fixed builds once published.

RemediationAI

No vendor-released patch version is identified in the available data; monitor the Red Hat advisory (https://access.redhat.com/security/cve/CVE-2026-15378) and Bugzilla 2498941 (https://bugzilla.redhat.com/show_bug.cgi?id=2498941) and upgrade to the fixed guardrails-detectors build as soon as it is published. As compensating controls until patched: disable external entity and external schema resolution in the XML/XSD parser (harden the parser so xs:import/xs:include/schemaLocation and file:// resolution are rejected), which removes the SSRF vector with little functional loss since guardrail schemas rarely need remote fetches; enforce an egress NetworkPolicy on the pod to deny access to 169.254.169.254 (cloud metadata), the Kubernetes API, and MinIO from the detector workload, accepting that any legitimate internal calls must be explicitly allowlisted; and require IMDSv2 (hop-limit/token) on the node's metadata service to blunt credential theft. Additionally, minimize mounted secrets and disable automountServiceAccountToken on the pod where the token is not needed, noting that this may break in-cluster API calls the component legitimately makes.

CVE-2025-1974 CRITICAL POC
9.8 Mar 25

A critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2025-1098 HIGH POC
8.8 Mar 25

Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress

CVE-2025-24514 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres

CVE-2025-1097 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c

CVE-2020-8554 MEDIUM POC
6.3 Jan 21

Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter

CVE-2023-3676 HIGH POC
8.8 Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate

CVE-2025-55190 CRITICAL POC
9.9 Sep 04

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne

CVE-2026-34976 CRITICAL POC
10.0 Apr 02

Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai

CVE-2018-18843 CRITICAL POC
10.0 Dec 04

The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4

CVE-2026-54680 CRITICAL POC
9.9 Jul 29

Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can

CVE-2026-22039 CRITICAL POC
9.9 Jan 27

Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass

Vendor StatusVendor

Share

CVE-2026-15378 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy