
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-90616 is a UNIX symlink-following vulnerability in Flatpak that allows a malicious sandboxed application to obtain arbitrary read and write access to files on the host system, escalating to arbitrary code execution. It affects all Flatpak versions up to and including 1.18.0, and was patched in version 1.18.1. The vulnerability was reported by researcher Ee Yang and publicly disclosed on August 11, 2026, via the oss-security mailing list, with the CVE formally published on September 12, 2026. It carries a CVSS v3.1 base score of 7.4 (High) (GitHub Advisory, Openwall).
The root cause is improper handling of symbolic links during app data directory creation (CWE-61: UNIX Symbolic Link Following). When Flatpak launches a sandboxed app, it creates several data directories (e.g., /var/cache, /var/data, /var/config, /var/tmp) under paths such as /home/user/.var/app/APP_ID/cache/tmp, where some path components (e.g., tmp) are attacker-controlled. Flatpak passes these paths directly to bwrap --bind SRC DST without resolving or validating symlinks; the kernel then follows any symlinks present, allowing a malicious symlink placed by the sandboxed app to redirect the bind-mount to an arbitrary host filesystem location. This is a distinct vulnerability from CVE-2026-76925, which was fixed in the same release (GitHub Advisory, GitHub Advisory DB).
Successful exploitation allows any local user running a malicious Flatpak application to read and write arbitrary files on the host filesystem with the privileges of the host user running Flatpak, which can be further escalated to arbitrary code execution on the host. The sandbox isolation guarantee of Flatpak is completely bypassed, exposing sensitive host files including credentials, configuration, and user data. The attack is scoped to the host user's privilege level but can affect system integrity and confidentiality broadly (GitHub Advisory, Feedly).
As of the time of disclosure, there is no public proof-of-concept exploit and no evidence of in-the-wild exploitation (Feedly). The EPSS score is 0.0, reflecting low current exploitation probability. The vulnerability requires a local attacker to install and execute a malicious Flatpak application, which raises the bar slightly (Attack Complexity: High), but no privileges are required within the sandbox. The CVE is not listed in the CISA Known Exploited Vulnerabilities catalog.
~/.var/app/APP_ID/cache/tmp with a symlink pointing to a sensitive host directory such as /etc or /home/victim)..flatpak bundle).bwrap --bind /home/user/.var/app/APP_ID/cache/tmp DST without resolving the symlink./etc) to be bind-mounted inside the sandbox at the expected mount point..bashrc, or other user-writable executable), achieving arbitrary code execution on the host (GitHub Advisory, Openwall).~/.var/app/<APP_ID>/ subdirectories (e.g., cache, data, config, tmp) pointing to locations outside the app's data directory; unexpected files modified in host directories such as /etc, /home, or user config directories shortly after a Flatpak app launch.journalctl) showing bwrap bind-mount operations to unusual host paths; Flatpak session logs referencing unexpected mount sources.bwrap invocations with SRC paths resolving to sensitive host directories.Upgrade Flatpak to version 1.18.1 or later, which hardens ensure_data_dir and /var setup against symlink attacks via commit 4780729 (GitHub Advisory). For LTS distributions unable to upgrade immediately, backports of the fix are available in the flatpak-1.16.x upstream branch; note that cherry-picked libglnx changes (glnx_chaseat_full and glnx_chase_and_mkdirat) are also required (Openwall). As a temporary workaround, restrict the installation and execution of untrusted or unknown Flatpak applications, since exploitation requires a malicious app to be installed and launched by the user.
The vulnerability was disclosed alongside nine other Flatpak security fixes in the 1.18.1 release, announced by Simon McVittie (Collabora Ltd./Debian) on the oss-security mailing list on August 11, 2026 (Openwall). The coordinated multi-vulnerability release drew attention to the breadth of symlink and path traversal issues in Flatpak's sandbox implementation. No notable independent researcher commentary or significant social media discussion has been identified beyond the official disclosure channels.
Fix availability across major Linux distributions and their releases.
bionic (esm-apps)
flatpak
devel
flatpak
focal (esm-apps)
flatpak
jammy
flatpak
jammy (esm-apps)
flatpak
noble
flatpak
noble (esm-apps)
flatpak
resolute
flatpak
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."