CVE-2021-21371
Tenable for Jira Cloud is an open source project designed to pull Tenable.io vulnerability data, then generate Jira Tasks and sub-tasks based on the vulnerabilities' current state.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.45%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
Tenable for Jira Cloud is an open source project designed to pull Tenable.io vulnerability data, then generate Jira Tasks and sub-tasks based on the vulnerabilities' current state. It published in pypi as "tenable-jira-cloud". In tenable-jira-cloud before version 1.1.21, it is possible to run arbitrary commands through the yaml.load() method. This could allow an attacker with local access to the host to run arbitrary code by running the application with a specially crafted YAML configuration file. This is fixed in version 1.1.21 by using yaml.safe_load() instead of yaml.load().
- CVSS 3.1
- 8.6 HIGHCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
- EPSS
- 0.45% probability · 38th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-502
- Affected
- tenable/jira cloud
- Source
- security-advisories@github.com
References
- https://github.com/tenable/integration-jira-cloud/commit/f8c2095fd529e664e7fa25403a0a4a85bb3907d0Patch, Third Party Advisory
- https://github.com/tenable/integration-jira-cloud/security/advisories/GHSA-8278-88vv-x98rThird Party Advisory
- https://pypi.org/project/tenable-jira-cloud/Product, Third Party Advisory
- https://pyyaml.docsforge.com/master/documentation/#loading-yamlThird Party Advisory
- https://github.com/tenable/integration-jira-cloud/commit/f8c2095fd529e664e7fa25403a0a4a85bb3907d0Patch, Third Party Advisory
- https://github.com/tenable/integration-jira-cloud/security/advisories/GHSA-8278-88vv-x98rThird Party Advisory
- https://pypi.org/project/tenable-jira-cloud/Product, Third Party Advisory
- https://pyyaml.docsforge.com/master/documentation/#loading-yamlThird Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.