Download Latest Version v2026.3 source code.zip (2.9 MB)
Email in envelope

Get an email when there's a new version of OSTree

Home / v2026.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-05 4.3 kB
v2026.3 source code.tar.gz 2026-08-05 2.3 MB
v2026.3 source code.zip 2026-08-05 2.9 MB
libostree-2026.3.tar.xz 2026-08-05 2.2 MB
Totals: 4 Items   7.4 MB 1

Security fixes

This release fixes two security vulnerabilities in static delta processing, both rated Moderate (CVSS 4.9):

  • GHSA-7cgc-gp99-6jmm (https://github.com/ostreedev/ostree/security/advisories/GHSA-7cgc-gp99-6jmm): Unbounded LZMA decompression in static delta processing allows denial of service via decompression bomb. A crafted static delta can exhaust client memory and disk during ostree pull before checksum validation completes. The LZMA decoder memory is now capped to 100 MiB and decompressed output is bounded to the declared part size with a 512 MiB hard cap. Affected since v2014.5.
  • GHSA-xppc-j946-vcj7 (https://github.com/ostreedev/ostree/security/advisories/GHSA-xppc-j946-vcj7): Heap buffer overflow via integer truncation in static delta bspatch on 32-bit systems. A crafted content_size value can overflow the 32-bit gsize allocation while bspatch() writes using the full 64-bit value, causing an out-of-bounds heap write. 64-bit systems are not affected. Affected since v2015.4.

It is important to note that both vulnerabilities require the attacker to control the content served by the repository. On systems without signature verification, this means compromising the publishing path (mirror, CDN, or build pipeline). On systems with GPG or ed25519 signature verification -- which is the standard configuration for production deployments -- the attacker would need to compromise both the signing keys and the publishing path, making exploitation significantly harder in practice. Credits: AISLE and Red Hat Product Security.

What's Changed

New Contributors

Full Changelog: https://github.com/ostreedev/ostree/compare/v2026.2...v2026.3

Source: README.md, updated 2026-08-05