Skip to content

Execution of untrusted code through config file

Moderate severity GitHub Reviewed Published Mar 6, 2021 in tenable/integration-jira-cloud • Updated Feb 1, 2023

Package

pip tenable-jira-cloud (pip)

Affected versions

< 1.1.21

Patched versions

1.1.21

Description

Impact

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.

Workarounds

Manually adjust yaml.load() to yaml.safe_load()

For more information

If you have any questions or comments about this advisory:

References

Reviewed Mar 10, 2021
Published to the GitHub Advisory Database Mar 10, 2021
Published by the National Vulnerability Database Mar 10, 2021
Last updated Feb 1, 2023

Severity

Moderate

Weaknesses

CVE ID

CVE-2021-21371

GHSA ID

GHSA-8278-88vv-x98r

Source code

No known source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.