CVE-2023-7216
Published: 05 February 2024
Summary
CVE-2023-7216 is a medium-severity Link Following (CWE-59) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked in the top 48.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-59397
Vulnerability details
A path traversal vulnerability was found in the CPIO utility. This issue could allow a remote unauthenticated attacker to trick a user into opening a specially crafted archive. During the extraction process, the archiver could follow symlinks outside of the…
more
intended directory, which allows files to be written in arbitrary directories through symlinks.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal via symlink following in CPIO extraction enables arbitrary file writes when a user is tricked into processing a crafted archive (T1566.001, T1204.002), exploiting the client utility for execution (T1203), and persistence through Unix shell config mods (.bashrc; T1546.004), SSH authorized keys (~/.ssh; T1098.004), and XDG autostart (~/.config/autostart/; T1547.013).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.