Feast vulnerable to Deserialization of Untrusted Data
High7.8CVE-2025-11157 · Published Jan 1, 2026 · updated Jul 7, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| feast PyPI | < 0.54.0 | 0.54.0 |
Details and references
A high-severity remote code execution vulnerability exists in feast-dev/feast version 0.53.0, specifically in the Kubernetes materializer job located at `feast/sdk/python/feast/infra/compute_engines/kubernetes/main.py`. The vulnerability arises from the use of `yaml.load(..., Loader=yaml.Loader)` to deserialize `/var/feast/feature_store.yaml` and `/var/feast/materialization_config.yaml`. This method allows for the instantiation of arbitrary Python objects, enabling an attacker with the ability to modify these YAML files to execute OS commands on the worker pod. This vulnerability can be exploited before the configuration is validated, potentially leading to cluster takeover, data poisoning, and supply-chain sabotage.
- CVSS 3.0
- CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-502
- Also known as
- CVE-2025-11157, PYSEC-2026-1366
More Feast advisories
All Feast| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Mar 202025 | Feast Cross-Origin Resource Sharing vulnerability CVE-2024-11602High7.4no fix yet | High7.4 | No fix yet |