CVE-2026-96276
9.8Red Hat · Enterprise Linux
A path traversal vulnerability in Flatpak allows unauthenticated attackers to write arbitrary files outside the intended directory when a developer uses a malicious SDK container.
Executive summary
A critical path traversal vulnerability in Flatpak on Red Hat Enterprise Linux enables unauthenticated attackers to achieve arbitrary file writes, posing a high risk of system compromise.
Vulnerability
The flaw exists due to improper validation of directory paths within SDK extensions, specifically when using the flatpak build-init command. An unauthenticated attacker can craft a malicious SDK container that triggers a path traversal, allowing file writes outside the designated working directory.
Business impact
The ability to write arbitrary files to the filesystem can lead to full system compromise, including the execution of malicious code, modification of system configurations, or theft of sensitive data. Given the CVSS score of 9.8, this vulnerability is classified as critical, as it allows for total loss of confidentiality, integrity, and availability of the affected system.
Remediation
Immediate Action: Monitor official Red Hat security advisories and the Flatpak GitHub repository for the release of patched packages, and apply updates immediately upon availability.
Proactive Monitoring: Review system logs for suspicious flatpak build activity, particularly when importing or using third-party SDK containers from untrusted sources.
Compensating Controls: Restrict the use of flatpak to trusted SDK sources only, and ensure that build processes are executed within isolated, non-privileged environments to limit the impact of potential file system writes.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability represents a significant security risk to development environments relying on Flatpak. Organizations must prioritize the identification of affected systems and prepare for an emergency patch cycle once Red Hat releases the necessary updates, as the lack of authentication required for exploitation makes this an attractive target for malicious actors.
More Red Hat CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief critical section
Sources
Originally found and disclosed by Upstream acknowledges Sebastian Wick as the original reporter., per the CVE Program record.
- Vulnerability database entry
- RHBZ#2539418 Issue tracker
- github.com