Intel

AIKIDO-2026-95622

flatpak is vulnerable to Path Traversal

Path TraversalGHSA-fqx6-vh4p-42cg Published Aug 13, 2026

78

High Risk

This Affects:

OSflatpak
0.0.1 - 1.18.0
Fixed in 1.18.1
Are you affected? Scan for Free

TL;DR

flatpak's extra-data extraction resolves the files/extra location inside a checked-out commit tree using path operations that follow symlinks, and it builds child paths from an untrusted name in xa.extra-data-sources that can contain .. components. An untrusted repository can therefore redirect downloaded extra-data blobs through a symlink or traverse out of the intended directory to write to arbitrary host locations. On system installations this write happens as root. The fix validates the extra-data name and uses fd-relative path resolution to confine writes to the intended directory.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you install or update Flatpak content with extra-data from an untrusted repositories.

Background info

flatpak is vulnerable to Path Traversal in versions 0.0.1 - 1.18.0.

How to fix this

Upgrade the flatpak library to the patch version.