GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-72379 (GCVE-0-2026-72379)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:56 – Updated: 2026-08-17 05:13
VLAI
Title
fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid
Summary
In the Linux kernel, the following vulnerability has been resolved: fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid vfs_tmpfile() never checked that the caller's fsuid and fsgid map into the filesystem. On an idmapped mount whose idmapping does not cover the caller's fs{u,g}id, the ->tmpfile() instance initializes the new inode through inode_init_owner(), where mapped_fsuid()/mapped_fsgid() return INVALID_UID/INVALID_GID, and the tmpfile ends up owned by (uid_t)-1. Every other creation path already refuses this: may_o_create() (O_CREAT) and may_create_dentry() (mkdir, mknod, symlink, link) bail out with -EOVERFLOW via fsuidgid_has_mapping() precisely so that an object cannot be created with an owner the filesystem cannot represent. An O_TMPFILE is no exception: it is created I_LINKABLE and linkat(2) can splice it into the namespace afterwards, so the same guarantee must hold. Add the missing fsuidgid_has_mapping() check to vfs_tmpfile(). On a non-idmapped mount the caller's fs{u,g}id always map in the superblock's user namespace, so this is a no-op there and only takes effect on an idmapped mount that does not map the caller. It applies to every filesystem that sets FS_ALLOW_IDMAP and implements ->tmpfile() (tmpfs, ext4, btrfs, xfs, f2fs, ...), and to overlayfs, whose upper-layer tmpfile creation funnels through vfs_tmpfile() via backing_tmpfile_open().
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 8e5389132ab429604c1a2459b52f0c849a71cc61 , < bac8fb0d60254846f3b56957435dcd870ae12948 (git)
Affected: 8e5389132ab429604c1a2459b52f0c849a71cc61 , < 503d0568a525b168d9aa5ca046ec72fc5477df84 (git)
Affected: 8e5389132ab429604c1a2459b52f0c849a71cc61 , < a2038514e69371eb493083a6a897ed20fcbb8acb (git)
Affected: 8e5389132ab429604c1a2459b52f0c849a71cc61 , < 47e434da476b5a8bcd1e6e52ab03c5ee7764ee78 (git)
Affected: 8e5389132ab429604c1a2459b52f0c849a71cc61 , < 539dce1144651f7976fa418e618b0b574bf15eeb (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.13
Unaffected: 0 , < 5.13 (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/namei.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bac8fb0d60254846f3b56957435dcd870ae12948",
              "status": "affected",
              "version": "8e5389132ab429604c1a2459b52f0c849a71cc61",
              "versionType": "git"
            },
            {
              "lessThan": "503d0568a525b168d9aa5ca046ec72fc5477df84",
              "status": "affected",
              "version": "8e5389132ab429604c1a2459b52f0c849a71cc61",
              "versionType": "git"
            },
            {
              "lessThan": "a2038514e69371eb493083a6a897ed20fcbb8acb",
              "status": "affected",
              "version": "8e5389132ab429604c1a2459b52f0c849a71cc61",
              "versionType": "git"
            },
            {
              "lessThan": "47e434da476b5a8bcd1e6e52ab03c5ee7764ee78",
              "status": "affected",
              "version": "8e5389132ab429604c1a2459b52f0c849a71cc61",
              "versionType": "git"
            },
            {
              "lessThan": "539dce1144651f7976fa418e618b0b574bf15eeb",
              "status": "affected",
              "version": "8e5389132ab429604c1a2459b52f0c849a71cc61",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/namei.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.13"
            },
            {
              "lessThan": "5.13",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid\n\nvfs_tmpfile() never checked that the caller\u0027s fsuid and fsgid map into\nthe filesystem.  On an idmapped mount whose idmapping does not cover the\ncaller\u0027s fs{u,g}id, the -\u003etmpfile() instance initializes the new inode\nthrough inode_init_owner(), where mapped_fsuid()/mapped_fsgid() return\nINVALID_UID/INVALID_GID, and the tmpfile ends up owned by (uid_t)-1.\n\nEvery other creation path already refuses this: may_o_create() (O_CREAT)\nand may_create_dentry() (mkdir, mknod, symlink, link) bail out with\n-EOVERFLOW via fsuidgid_has_mapping() precisely so that an object cannot\nbe created with an owner the filesystem cannot represent.  An O_TMPFILE\nis no exception: it is created I_LINKABLE and linkat(2) can splice it\ninto the namespace afterwards, so the same guarantee must hold.\n\nAdd the missing fsuidgid_has_mapping() check to vfs_tmpfile().  On a\nnon-idmapped mount the caller\u0027s fs{u,g}id always map in the superblock\u0027s\nuser namespace, so this is a no-op there and only takes effect on an\nidmapped mount that does not map the caller.  It applies to every\nfilesystem that sets FS_ALLOW_IDMAP and implements -\u003etmpfile() (tmpfs,\next4, btrfs, xfs, f2fs, ...), and to overlayfs, whose upper-layer\ntmpfile creation funnels through vfs_tmpfile() via backing_tmpfile_open()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:13:31.893Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bac8fb0d60254846f3b56957435dcd870ae12948"
        },
        {
          "url": "https://git.kernel.org/stable/c/503d0568a525b168d9aa5ca046ec72fc5477df84"
        },
        {
          "url": "https://git.kernel.org/stable/c/a2038514e69371eb493083a6a897ed20fcbb8acb"
        },
        {
          "url": "https://git.kernel.org/stable/c/47e434da476b5a8bcd1e6e52ab03c5ee7764ee78"
        },
        {
          "url": "https://git.kernel.org/stable/c/539dce1144651f7976fa418e618b0b574bf15eeb"
        }
      ],
      "title": "fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72379",
    "datePublished": "2026-08-15T05:56:12.251Z",
    "dateReserved": "2026-08-09T03:40:39.922Z",
    "dateUpdated": "2026-08-17T05:13:31.893Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72379",
      "date": "2026-09-04",
      "epss": "0.00209",
      "percentile": "0.11008"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72379\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:11.387\",\"lastModified\":\"2026-08-17T06:18:42.283\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid\\n\\nvfs_tmpfile() never checked that the caller\u0027s fsuid and fsgid map into\\nthe filesystem.  On an idmapped mount whose idmapping does not cover the\\ncaller\u0027s fs{u,g}id, the -\u003etmpfile() instance initializes the new inode\\nthrough inode_init_owner(), where mapped_fsuid()/mapped_fsgid() return\\nINVALID_UID/INVALID_GID, and the tmpfile ends up owned by (uid_t)-1.\\n\\nEvery other creation path already refuses this: may_o_create() (O_CREAT)\\nand may_create_dentry() (mkdir, mknod, symlink, link) bail out with\\n-EOVERFLOW via fsuidgid_has_mapping() precisely so that an object cannot\\nbe created with an owner the filesystem cannot represent.  An O_TMPFILE\\nis no exception: it is created I_LINKABLE and linkat(2) can splice it\\ninto the namespace afterwards, so the same guarantee must hold.\\n\\nAdd the missing fsuidgid_has_mapping() check to vfs_tmpfile().  On a\\nnon-idmapped mount the caller\u0027s fs{u,g}id always map in the superblock\u0027s\\nuser namespace, so this is a no-op there and only takes effect on an\\nidmapped mount that does not map the caller.  It applies to every\\nfilesystem that sets FS_ALLOW_IDMAP and implements -\u003etmpfile() (tmpfs,\\next4, btrfs, xfs, f2fs, ...), and to overlayfs, whose upper-layer\\ntmpfile creation funnels through vfs_tmpfile() via backing_tmpfile_open().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/namei.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"8e5389132ab429604c1a2459b52f0c849a71cc61\",\"lessThan\":\"bac8fb0d60254846f3b56957435dcd870ae12948\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8e5389132ab429604c1a2459b52f0c849a71cc61\",\"lessThan\":\"503d0568a525b168d9aa5ca046ec72fc5477df84\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8e5389132ab429604c1a2459b52f0c849a71cc61\",\"lessThan\":\"a2038514e69371eb493083a6a897ed20fcbb8acb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8e5389132ab429604c1a2459b52f0c849a71cc61\",\"lessThan\":\"47e434da476b5a8bcd1e6e52ab03c5ee7764ee78\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8e5389132ab429604c1a2459b52f0c849a71cc61\",\"lessThan\":\"539dce1144651f7976fa418e618b0b574bf15eeb\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/namei.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.13\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.13\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/47e434da476b5a8bcd1e6e52ab03c5ee7764ee78\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/503d0568a525b168d9aa5ca046ec72fc5477df84\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/539dce1144651f7976fa418e618b0b574bf15eeb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a2038514e69371eb493083a6a897ed20fcbb8acb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bac8fb0d60254846f3b56957435dcd870ae12948\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T10:55:43+00:00",
      "cve": "CVE-2026-72379",
      "id": "CVE-2026-72379",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "198",
      "product_status:known_not_affected": "76",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72379.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…