---
id: CVE-2021-21371
aliases:
  - GHSA-8278-88vv-x98r
  - PYSEC-2021-60
title: Execution of untrusted code through config file
summary: Execution of untrusted code through config file
severity: medium
cvss: 5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'
vendor: tenable-jira-cloud
product: tenable-jira-cloud
ecosystem: pip
affected:
  - tenable-jira-cloud < 1.1.21
patched:
  - tenable-jira-cloud 1.1.21
published: '2021-03-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:26.585735497Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-8278-88vv-x98r'
references:
  - url: >-
      https://github.com/tenable/integration-jira-cloud/security/advisories/GHSA-8278-88vv-x98r
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2021-21371'
  - url: >-
      https://github.com/tenable/integration-jira-cloud/commit/f8c2095fd529e664e7fa25403a0a4a85bb3907d0
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/tenable-jira-cloud/PYSEC-2021-60.yaml
  - url: 'https://github.com/tenable/integration-jira-cloud'
  - url: 'https://pypi.org/project/tenable-jira-cloud'
tags:
  - osv
  - pip
epss: 0.00452
epssPercentile: 0.36648
ingestedAt: '2026-09-12T03:13:01.674Z'
---

## Overview

### 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:
* Open an issue in [tenable/integration-jira-cloud](https://github.com/tenable/integration-jira-cloud/issues)
* Email us at [vulnreport@tenable.com](mailto:vulnreport@tenable.com)

## Affected packages

- `tenable-jira-cloud < 1.1.21`

## Remediation

Upgrade to a patched release:

- `tenable-jira-cloud 1.1.21`
