CVE-2026-79655
Received Received - Intake

Arbitrary File Creation via Path Traversal in sos clean Utility

Vulnerability report for CVE-2026-79655, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: redhat-SADP

Description

A flaw was found in sos clean, a utility within the sos package. This vulnerability allows a local attacker to perform arbitrary file creation or overwrite. By crafting a malicious tar archive, an attacker can exploit a path traversal issue during tar extraction, where symlink and hardlink targets are not properly validated. This enables the attacker to write files to arbitrary locations on the system with the privileges of the sos clean process, which often runs as root.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
red_hat sos *
redhat sos *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-59 The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-79655 is a path traversal vulnerability in the sos package's 'sos clean' utility. It occurs during tar extraction when symlink and hardlink targets are not properly validated. A crafted tar archive can exploit this to write files to arbitrary system locations with the privileges of the sos clean process, which typically runs as root.

Detection Guidance

To detect this vulnerability, monitor for suspicious tar archive extractions by sos clean. Check for unexpected file creation or modification in system directories. Review logs for sos clean processes handling untrusted archives. Use commands like 'ps aux | grep sos clean' to identify active processes and 'find / -type f -mtime -1' to detect recently created files.

Impact Analysis

This vulnerability allows a local attacker to create or overwrite arbitrary files on your system. Since sos clean often runs as root, the attacker could gain control over critical system files, leading to privilege escalation, data corruption, or service disruption. User interaction is required to process the malicious archive.

Compliance Impact

This vulnerability could lead to unauthorized file creation or modification with root privileges, potentially violating data integrity and confidentiality requirements in GDPR and HIPAA. Unauthorized file access may result in exposure of sensitive personal or health data, non-compliance with access controls, and failure to maintain audit trails.

Mitigation Strategies

Avoid using sos clean to extract tar archives from untrusted sources. Update the sos package to the latest version once a patch is available. Restrict sos clean execution to trusted users only. Monitor system files for unauthorized changes and implement file integrity monitoring tools.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79655. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart