CVE-2017-7549:
instack-undercloud vulnerable to symlink attack on tmp files
6.4
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.23013%
CWE
Published
5/13/2022
Updated
4/22/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
instack-undercloud | pip | <= 7.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability documentation explicitly identifies two scripts using hardcoded /tmp
paths: 86-selinux
(using /tmp/ipxe.mod
) and 00-disable-external-installs
(using /tmp/yum-blacklist
). Both create temporary files in insecure manner (CWE-377) without proper atomic file creation or randomness, making them vulnerable to symlink race attacks (CWE-59). The Red Hat bug report and CVE description directly reference these script paths as vulnerable components.