CVE-2026-18941 PUBLISHED

Feast: feast-operator: feast: default authentication mode is no_auth — shared multi-tenant instances deployed without authentication

Assigner: redhat
Reserved: 05.08.2026 Published: 10.08.2026 Updated: 11.08.2026

A flaw was found in Feast and feast-operator. The default configuration for both the Feast SDK and the feast-operator is "no_auth," meaning no security manager is installed. This default allows unauthenticated and unauthorized access to feature-server, registry-server, and offline-server endpoints. A remote attacker, by exploiting this missing authentication, could achieve remote code execution (RCE) by storing a malicious User-Defined Function (UDF) on the feature-server, trigger a denial of service (DoS) by forcing re-materialization of all tenant features, and gain unauthorized access to cross-tenant data.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 7.7

Product Status

Vendor Red Hat
Product Red Hat OpenShift AI 3.3
Versions Default: affected
  • unaffected from 1786110033 to * (excl.)
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: unaffected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: affected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: affected
Vendor Red Hat
Product Red Hat OpenShift AI (RHOAI)
Versions Default: affected

Workarounds

To mitigate this vulnerability, configure Feast deployments to utilize Kubernetes RBAC authentication. Ensure that FeatureStore Custom Resources (CRs) explicitly define an authentication mechanism other than no_auth. For Feast SDK usage, avoid the no_auth setting in production environments unless FEAST_INSECURE_NO_AUTH=1 is explicitly set, acknowledging the security implications. Applying these configuration changes will require a redeployment or restart of the affected Feast services.

References

Problem Types

  • Missing Authentication for Critical Function CWE