Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/apptainer/apptainer
  4. ›
  5. CVE-2023-30549

CVE-2023-30549: Use After Free

April 25, 2023

Apptainer is an open source container platform for Linux. There is an ext4 use-after-free flaw that is exploitable through versions of Apptainer < 1.1.0, installations that include apptainer-suid < 1.1.8, and all versions of Singularity in their default configurations on older operating systems where that CVE has not been patched. That includes Red Hat Enterprise Linux 7, Debian 10 buster (unless the linux-5.10 package is installed), Ubuntu 18.04 bionic and Ubuntu 20.04 focal. Use-after-free flaws in the kernel can be used to attack the kernel for denial of service and potentially for privilege escalation.

Apptainer 1.1.8 includes a patch that by default disables mounting of extfs filesystem types in setuid-root mode, while continuing to allow mounting of extfs filesystems in non-setuid “rootless” mode using fuse2fs.

Some workarounds are possible. Either do not install apptainer-suid (for versions 1.1.0 through 1.1.7) or set allow setuid = no in apptainer.conf (or singularity.conf for singularity versions). This requires having unprivileged user namespaces enabled and except for apptainer 1.1.x versions will disallow mounting of sif files, extfs files, and squashfs files in addition to other, less significant impacts. (Encrypted sif files are also not supported unprivileged in apptainer 1.1.x.). Alternatively, use the limit containers options in apptainer.conf/singularity.conf to limit sif files to trusted users, groups, and/or paths, and set allow container extfs = no to disallow mounting of extfs overlay files. The latter option by itself does not disallow mounting of extfs overlay partitions inside SIF files, so that’s why the former options are also needed.

References

  • access.redhat.com/security/cve/cve-2022-1184
  • github.com/advisories/GHSA-j4rf-7357-f4cg
  • github.com/apptainer/apptainer/commit/5a4964f5ba9c8d89a0e353b97f51fd607670a9f7
  • github.com/apptainer/apptainer/releases/tag/v1.1.8
  • github.com/apptainer/apptainer/security/advisories/GHSA-j4rf-7357-f4cg
  • github.com/torvalds/linux/commit/61a1d87a324ad5e3ed27c6699dfc93218fcf3201
  • github.com/torvalds/linux/commit/65f8ea4cd57dbd46ea13b41dc8bac03176b04233
  • nvd.nist.gov/vuln/detail/CVE-2022-1184
  • nvd.nist.gov/vuln/detail/CVE-2023-30549
  • security-tracker.debian.org/tracker/CVE-2022-1184
  • ubuntu.com/security/CVE-2022-1184
  • www.suse.com/security/cve/CVE-2022-1184.html

Code Behaviors & Features

Detect and mitigate CVE-2023-30549 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.1.8

Fixed versions

  • v1.1.8

Solution

Upgrade to version 1.1.8 or above.

Impact 7.8 HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-416: Use After Free

Source file

go/github.com/apptainer/apptainer/CVE-2023-30549.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:34 +0000.