
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-21371 is a security vulnerability discovered in the tenable-jira-cloud Python package affecting versions prior to 1.1.21. The vulnerability was related to the unsafe usage of yaml.load() method which could potentially allow execution of untrusted code through configuration files (GitHub Advisory).
The vulnerability stems from the use of yaml.load() instead of yaml.safe_load() in the application's configuration file handling. This insecure deserialization vulnerability is classified as CWE-502. The issue allows potential execution of arbitrary Python code through specially crafted YAML configuration files. The vulnerability has been assigned a Moderate severity rating (GitHub Advisory).
An attacker with local access to the host system could potentially execute arbitrary code by running the application with a specially crafted YAML configuration file. This could lead to unauthorized code execution in the context of the application (GitHub Advisory).
The vulnerability requires local access to the host system and the ability to modify or provide a malicious YAML configuration file that would be processed by the application. The attack complexity is considered moderate as it requires specific conditions to be exploited (GitHub Advisory).
The vulnerability was patched in version 1.1.21 of the tenable-jira-cloud package by replacing yaml.load() with yaml.safe_load(). As a workaround for users unable to upgrade, it is recommended to manually adjust yaml.load() to yaml.safe_load() in the code (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."