From 36d71b5b1f8f15a1edc93537ecf6445bf63824d2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:39:49 +0000 Subject: [PATCH] Publish GHSA-8278-88vv-x98r --- .../GHSA-8278-88vv-x98r.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2021/03/GHSA-8278-88vv-x98r/GHSA-8278-88vv-x98r.json b/advisories/github-reviewed/2021/03/GHSA-8278-88vv-x98r/GHSA-8278-88vv-x98r.json index 306e6b0de39..015aa57806f 100644 --- a/advisories/github-reviewed/2021/03/GHSA-8278-88vv-x98r/GHSA-8278-88vv-x98r.json +++ b/advisories/github-reviewed/2021/03/GHSA-8278-88vv-x98r/GHSA-8278-88vv-x98r.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8278-88vv-x98r", - "modified": "2021-03-10T21:51:06Z", + "modified": "2024-10-27T15:38:08Z", "published": "2021-03-10T21:51:17Z", "aliases": [ "CVE-2021-21371" @@ -9,7 +9,14 @@ "summary": "Execution of untrusted code through config file", "details": "### Impact\nIt 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.\n\n### Workarounds\nManually adjust yaml.load() to yaml.safe_load()\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [tenable/integration-jira-cloud](https://github.com/tenable/integration-jira-cloud/issues)\n* Email us at [vulnreport@tenable.com](mailto:vulnreport@tenable.com)", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N" + } ], "affected": [ { @@ -47,11 +54,15 @@ }, { "type": "WEB", - "url": "https://pypi.org/project/tenable-jira-cloud" + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/tenable-jira-cloud/PYSEC-2021-60.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/tenable/integration-jira-cloud" }, { "type": "WEB", - "url": "https://pyyaml.docsforge.com/master/documentation/#loading-yaml" + "url": "https://pypi.org/project/tenable-jira-cloud" } ], "database_specific": {