Feast vulnerable to Deserialization of Untrusted Data
High severity
GitHub Reviewed
Published
Jan 1, 2026
to the GitHub Advisory Database
•
Updated Jan 2, 2026
Description
Published by the National Vulnerability Database
Jan 1, 2026
Published to the GitHub Advisory Database
Jan 1, 2026
Reviewed
Jan 2, 2026
Last updated
Jan 2, 2026
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 ofyaml.load(..., Loader=yaml.Loader)to deserialize/var/feast/feature_store.yamland/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.References