red-hatCVE-2026-96276
If a malicious SDK container declares an extension point with a crafted `directory` path, and a developer runs `flatpak build-init --writable-sdk --sdk-extension` with that SDK, attacker-chosen files...
Critical9.8CVE-2026-96276 · Published Sep 23, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| Red Hat Enterprise Linux 10 Vendor | all versions | No fix yet |
| Red Hat Enterprise Linux 7 Vendor | all versions | No fix yet |
| Red Hat Enterprise Linux 8 Vendor | all versions | No fix yet |
| Red Hat Enterprise Linux 9 Vendor | all versions | No fix yet |
Details and references
If a malicious SDK container declares an extension point with a crafted `directory` path, and a developer runs `flatpak build-init --writable-sdk --sdk-extension` with that SDK, attacker-chosen files could be written outside the working directory, since the target path is resolved via a function that allows `..` traversal.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Severity from
- no source yet
- Weakness
- CWE-22