From bec3ae6a594107d020ac6c065f6045dd87aebf4e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:47:16 +0000 Subject: [PATCH] Publish GHSA-fj24-ghp9-39v3 --- .../GHSA-fj24-ghp9-39v3.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-fj24-ghp9-39v3/GHSA-fj24-ghp9-39v3.json b/advisories/github-reviewed/2022/05/GHSA-fj24-ghp9-39v3/GHSA-fj24-ghp9-39v3.json index ca9cd1186b8..c98b6c38396 100644 --- a/advisories/github-reviewed/2022/05/GHSA-fj24-ghp9-39v3/GHSA-fj24-ghp9-39v3.json +++ b/advisories/github-reviewed/2022/05/GHSA-fj24-ghp9-39v3/GHSA-fj24-ghp9-39v3.json @@ -1,21 +1,28 @@ { "schema_version": "1.4.0", "id": "GHSA-fj24-ghp9-39v3", - "modified": "2023-08-28T23:32:43Z", + "modified": "2024-09-04T19:45:51Z", "published": "2022-05-14T02:03:36Z", "aliases": [ "CVE-2013-4259" ], "summary": "Ansible uses a socket with predictable filename in /tmp", - "details": "runner/connection_plugins/ssh.py in Ansible before 1.2.3, when using ControlPersist, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in /tmp/.", + "details": "`runner/connection_plugins/ssh.py` in Ansible before 1.2.3, when using `ControlPersist`, allows local users to redirect a ssh session via a symlink attack on a socket file with a predictable name in `/tmp/`.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } ], "affected": [ { "package": { "ecosystem": "PyPI", - "name": "Ansible" + "name": "ansible" }, "ranges": [ { @@ -45,6 +52,10 @@ "type": "PACKAGE", "url": "https://github.com/ansible/ansible" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/ansible/PYSEC-2013-1.yaml" + }, { "type": "WEB", "url": "https://groups.google.com/forum/#!topic/ansible-project/UVDYW0HGcNg"