Description
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.
Published: 2026-09-23
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: Root privilege arbitrary write
Action: Immediate Patch
AI Analysis

Impact

A malicious or compromised Flatpak repository can write attacker‑controlled data to arbitrary locations on the host filesystem. The vector is the extract_extra_data() routine, which follows symlinks and accepts blob names from xa.extra-data-sources without sanitising path traversal. On systems with Flatpak installed system‑wide the write occurs as root, giving the attacker full control over files, services, or binaries on the machine.

Affected Systems

Red Hat Enterprise Linux 7, 8, 9, and 10 running Flatpak. All users who install Flatpak extensions or use Flatpak repositories that are not fully trusted are at risk. The vulnerability exists in versions of Flatpak prior to v1.18.1 on these operating systems.

Risk and Exploitability

The CVSS score of 8.8 rates the vulnerability as high severity. EPSS data is unavailable and the vulnerability is not listed in CISA’s KEV catalog. The attack most likely requires local or remote control of a Flatpak repository or the ability to install or update Flatpak extensions from a non‑trusted source. Once the vulnerable repository is used, the attacker can place arbitrary files or executables on the host with root privileges, enabling complete system compromise. The exploit does not depend on network exposure if the attacker already has local repository access, but can be triggered through a malicious extension distributed from an untrusted Flatpak ref or a compromised repository broker.

Generated by OpenCVE AI on September 23, 2026 at 16:47 UTC.

Remediation

Vendor Workaround

Avoid installing Flatpak extensions from non-trusted sources.


OpenCVE Recommended Actions

  • Install Flatpak v1.18.1 or later from the official Red Hat repositories to apply the vendor patch. This update removes the unsanitised path handling in extract_extra_data().
  • Only add or trust Flatpak repositories that are signed and verified by trusted authorities. Remove any repositories or flatpakref files that point to untrusted or unknown sources, and audit existing manifests for the presence of xa.extra-data-sources entries.
  • Follow the workaround by avoiding installation of Flatpak extensions from non‑trusted sources until the patch is available, as advised by the vendor.

Generated by OpenCVE AI on September 23, 2026 at 16:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 15:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Flatpak: flatpak: arbitrary write access as root via extra-data extraction
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-22
CPEs cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat enterprise Linux
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-23T16:08:11.613Z

Reserved: 2026-09-22T20:42:17.038Z

Link: CVE-2026-96275

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T15:17:32.180

Modified: 2026-09-23T15:17:32.180

Link: CVE-2026-96275

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T17:00:08Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')