# container 1.3.1 - Product: container (https://whatsnew.fyi/product/container) - Vendor: container - Date: 2026-08-29 - Version: 1.3.1 - Original notes: https://github.com/apple/container/releases/tag/1.3.1 - Permalink: https://whatsnew.fyi/product/container/releases/1.3.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **security** — Fix unchecked id that could allow creating a container or executing a container process to delete files outside its bundle - **security** — Fix ContainerizationOCI accepting unvalidated OCI descriptor digests that could enable path traversal in the local content store - **security** — Fix loading an OCI image layout that could read host files through a symlink - **security** — Fix RegistryClient following the WWW-Authenticate realm without validating its host or scheme - **security** — Fix unpacking a crafted image layer with a long invalid file name that could crash the unpacking process - **security** — Fix unpacking a crafted image layer with an invalid length extended-attribute name that could crash the unpacking process - **fixed** — Fix tmpfs mount source field left empty for --mount type=tmpfs - **added** — Add container skill This patch release addresses a number of security issues in the Containerization package: - [GHSA-x7pf-2jmj-pgcq](https://github.com/apple/containerization/security/advisories/GHSA-x7pf-2jmj-pgcq) - Creating a container or executing a container process can delete files outside its bundle through an unchecked id - [GHSA-f689-h8m7-3jp2](https://github.com/apple/containerization/security/advisories/GHSA-f689-h8m7-3jp2) - `ContainerizationOCI` accepts unvalidated OCI descriptor digests, enabling path traversal in the local content store - [GHSA-r3h2-rgqf-9hv9](https://github.com/apple/containerization/security/advisories/GHSA-r3h2-rgqf-9hv9) - Loading an OCI image layout can read host files through a symlink - [GHSA-mx96-5vvg-x2mg](https://github.com/apple/containerization/security/advisories/GHSA-mx96-5vvg-x2mg) - CVE-2026-65388 - `RegistryClient` follows the `WWW-Authenticate` realm without validating its host or scheme - [GHSA-697p-8837-37h3](https://github.com/apple/containerization/security/advisories/GHSA-697p-8837-37h3) - Unpacking a crafted image layer with a long(invalid) file name crashes the unpacking process - [GHSA-g3rx-2m58-rr63](https://github.com/apple/containerization/security/advisories/GHSA-g3rx-2m58-rr63) - Unpacking a crafted image layer with an invalid length extended-attribute name crashes the unpacking process ##### What's Changed * Add container skill by @crosbymichael in https://github.com/apple/container/pull/2154 * Fix tmpfs mount source field left empty for --mount type=tmpfs by @sivasath16 in https://github.com/apple/container/pull/2138 * Update to containerization 0.42.0 by @katiewasnothere in https://github.com/apple/container/pull/2207 ##### New Contributors * @sivasath16 made their first contribution in https://github.com/apple/container/pull/2138 **Full Changelog**: https://github.com/apple/container/compare/1.3.0...1.3.1