Description
The OCI delta stream parser read sizes as guint64 but passed them to GLib I/O and allocation functions expecting gsize (32 bits on 32-bit systems), causing undersized allocations while subsequent operations use the original 64-bit size, leading to heap buffer overflows. An attacker controlling an OCI registry can craft a delta stream that triggers this during flatpak install/update, potentially achieving code execution on 32-bit systems.
Published: 2026-09-27
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Patch Immediately
AI Analysis

Impact

The OCI delta stream parser in Flatpak reads file sizes as 64‑bit values but passes them to GLib I/O and allocation functions that expect a 32‑bit size on 32‑bit systems. This mismatch creates undersized memory allocations while subsequent operations still use the original 64‑bit value, resulting in a heap buffer overflow. An attacker who controls the OCI registry can craft a malicious delta stream that triggers the overflow during a Flatpak install or update, potentially allowing the attacker to execute arbitrary code on affected systems.

Affected Systems

This flaw applies to installations of Flatpak on 32‑bit Red Hat Enterprise Linux 10, 7, 8, and 9. The vulnerability is limited to 32‑bit architectures; 64‑bit instances are not affected. The default OSTree transport remotes are not impacted, and only applications from trusted OCI registries pose a risk.

Risk and Exploitability

Because the vulnerability can lead to code execution and the attacker only needs to supply a crafted OCI registry stream, the risk is high for systems that pull Flatpak packages from potentially untrusted registries. The EPSS score is unavailable and the vulnerability is not currently listed in the CISA KEV catalog, but the potential impact and lack of a 64‑bit mitigation path make it a serious concern for organizations relying on 32‑bit RHEL editions.

Generated by OpenCVE AI on September 27, 2026 at 21:21 UTC.

Remediation

Vendor Workaround

Only install applications from trusted OCI registries. Flatpak remotes using the default OSTree transport are not affected.


OpenCVE Recommended Actions

  • Apply the Red Hat Flatpak update that fixes the size‑conversion defect (CWE‑197).
  • Limit OCI registry usage to trusted sources and avoid installing from unverified registries.
  • Disable or suspend any Flatpak remotes that use the default OSTree transport to eliminate exposure.

Generated by OpenCVE AI on September 27, 2026 at 21:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sun, 27 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Description The OCI delta stream parser read sizes as guint64 but passed them to GLib I/O and allocation functions expecting gsize (32 bits on 32-bit systems), causing undersized allocations while subsequent operations use the original 64-bit size, leading to heap buffer overflows. An attacker controlling an OCI registry can craft a delta stream that triggers this during flatpak install/update, potentially achieving code execution on 32-bit systems.
Title Flatpak: flatpak: buffer overflow in oci delta stream path names on 32-bit systems
First Time appeared Redhat
Redhat enterprise Linux
Weaknesses CWE-197
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

Subscriptions

Redhat Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-27T21:00:17.108Z

Reserved: 2026-09-22T20:43:35.900Z

Link: CVE-2026-96280

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T21:17:04.200

Modified: 2026-09-27T21:17:04.200

Link: CVE-2026-96280

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T21:30:18Z

Weaknesses