CVE Catalog

CVE-2026-96275

HighCVSS 8.8
Published: Translated: NVD NIST

Summary

A malicious or compromised Flatpak repository can write attacker-controlled content to arbitrary locations on the host filesystem via extract_extra_data(). On system installs, the write happens as root. Two issues combine: `files/extra` is resolved via path operations that follow symlinks, and blob names from `xa.extra-data-sources` are not sanitized against `..` traversal.

Risk Assessment

An attacker can overwrite arbitrary files on the system, including system files, as root, potentially leading to full system compromise. This may result in arbitrary code execution and persistent damage.

Recommendation

Update Flatpak to a version that includes the fix, which sanitizes blob names and does not follow symlinks. Avoid installing repositories from untrusted sources.

Other vulnerabilities in Flatpak

See all
Original NVD description (English source)

A malicious or compromised Flatpak repository can write attacker-controlled content to arbitrary locations on the host filesystem via extract_extra_data(). On system installs, the write happens as root. Two issues combine: `files/extra` is resolved via path operations that follow symlinks, and blob names from `xa.extra-data-sources` are not sanitized against `..` traversal.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS