Learn about CVE-2021-41228 affecting TensorFlow's `saved_model_cli`. Understand the code injection vulnerability, its impact, technical details, and mitigation steps to secure your systems.
TensorFlow's
saved_model_cli
tool in affected versions is vulnerable to code injection. Attackers can exploit this to run arbitrary code, mitigated by a safe
flag addition and warnings. Learn about the impact, technical details, and mitigation steps.
Understanding CVE-2021-41228
What is CVE-2021-41228?
TensorFlow's
saved_model_cli
tool has a code injection vulnerability due to the execution of eval
on user-supplied strings, enabling attackers to run malicious code on the platform.
The Impact of CVE-2021-41228
The vulnerability has a CVSS base score of 7.5 (High) with impacts on availability, confidentiality, and integrity, requiring high privileges and locally accessible.
Technical Details of CVE-2021-41228
Vulnerability Description
saved_model_cli
tool, allowing code injection via eval
Affected Systems and Versions
Exploitation Mechanism
Mitigation and Prevention
Immediate Steps to Take
safe
flag and heed warningsLong-Term Security Practices
Patching and Updates