Fedora Account System
Red Hat Associate
Red Hat Customer
GHSA-fqx6-vh4p-42cg (https://github.com/flatpak/flatpak/security/advisories/GHSA-fqx6-vh4p-42cg) Impact: A malicious or compromised Flatpak repository can write attacker-controlled content to arbitrary locations on the host filesystem. On system installs, the write happens as root. Description: There are two vulnerabilities in extract_extra_data. It resolves files/extra inside the checked-out commit tree using GFile path operations, which follow symlinks. If the files entry in the OSTree commit is a symlink (e.g., files -> /tmp), the downloaded extra-data blobs are written at the symlink target instead. Additionally, extract_extra_data writes downloaded blobs to files/extra/<name> where <name> comes from xa.extra-data-sources in the commit metadata; g_file_get_child resolves .. components, so a name like ../metadata escapes the extra/ directory. Fixed in 1.18.1 (backports available for 1.16.x). Found by @swick after investigating a report from AISLE in cooperation with Red Hat.