CVE-2026-15044
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA flaw was found in the TrustyAI Service Operator. When deploying services like gorch or NemoGuardrails, if a specific security setting is not enabled, these services can expose their communication channels without requiring users to prove their identity. This allows any other program within the cluster to access the AI guardrails and orchestrator without proper authorization. An attacker could exploit this to gain unauthorized access to sensitive information and potentially make limited changes to the AI models.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe TrustyAI Service Operator has a missing authentication vulnerability where services like gorch and NemoGuardrails can be deployed with communication channels that don't require authentication if a specific security setting is not enabled. This allows any program within the Kubernetes cluster to access these AI guardrails and orchestrator services without proper authorization, potentially exposing sensitive information and allowing limited modifications to AI models.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if TrustyAI Service Operator is installedRun 'kubectl get pods -A | grep -i trusty' or check for trustyai-operator in the list of installed operators if using OLMAffected if The TrustyAI Service Operator is present in the cluster and no authentication is enforced on gorch or NemoGuardrails services
-
Check for running gorch or NemoGuardrails servicesRun 'kubectl get pods -A | grep -E "gorch|nemoguardrails"' to see if these AI services are deployedAffected if Either gorch or NemoGuardrails pods are running without authentication configured
-
Inspect the security configuration of TrustyAI servicesCheck the Custom Resource Definitions (CRDs) for TrustyAI services - look for authentication, mTLS, or security settings in the spec. Run 'kubectl get <trusty-service-crds> -A -o yaml' and examine security-related fieldsAffected if The service configuration lacks authentication or mTLS settings, or these settings are explicitly disabled
-
Verify network access controlsCheck for Kubernetes NetworkPolicies that restrict access to trustyai-related services. Run 'kubectl get networkpolicies -A' and inspect any policies affecting gorch or NemoGuardrailsAffected if No NetworkPolicy exists or the policy allows unrestricted access from any pod in the cluster to these services
-
Check service exposure settingsExamine the service definition for gorch or NemoGuardrails: 'kubectl get svc -A | grep -E "gorch|nemoguardrails"' then 'kubectl get svc <service-name> -n <namespace> -o yaml' - look for type, ports, and any authentication annotationsAffected if The service is exposed on ClusterIP or LoadBalancer without authentication mechanisms and without cluster-internal access restrictions
You are affected if TrustyAI Service Operator is installed with gorch or NemoGuardrails services running and the authentication/mTLS security setting is not enabled or is disabled in the service configuration.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataEnable the required security setting (likely authentication/mTLS) when deploying TrustyAI services to ensure all inter-service communication within the cluster requires proper authentication and authorization.
- Consultation3.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,832.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-15044 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-15044 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data