AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-21371

MEDIUM · CVSS 5 EPSS 0.45% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-03-10 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-21371
Severity
MEDIUM
CVSS
5
EPSS
0.45%

Original NVD 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().