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

CVE-2026-89560 (GCVE-0-2026-89560)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:44 – Updated: 2026-09-14 12:01
VLAI
Title
landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation
Summary
In the Linux kernel, the following vulnerability has been resolved: landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation Whiteout objects are used in the upper layer of an OverlayFS to indicate that the file with this name does not exist in the unified view, even if it is present in one of the lower layer file systems. For the userspace implementations of OverlayFS (fuse-overlayfs), whiteout objects can be created from userspace as well: * mknod(2) with S_IFCHR and makedev(0, 0) * renameat2(2) with RENAME_WHITEOUT, creating the whiteout in the old place of the moved file. This commit guards whiteout creation in both of these cases with LANDLOCK_ACCESS_FS_MAKE_REG. Whiteout objects are *not* considered character devices and are not bound to a driver. LANDLOCK_ACCESS_FS_MAKE_REG describes the same permission class as a whiteout object: creating one is the only S_IFCHR creation that the VFS exempts from CAP_MKNOD, so it is as unprivileged as creating a regular file, while LANDLOCK_ACCESS_FS_MAKE_CHAR and LANDLOCK_ACCESS_FS_MAKE_BLOCK keep meaning the creation of devices that expose a kernel interface [1]. For the mknod(2) case, introduce a Landlock erratum. The creation of whiteout objects through mknod(2) was previously guarded using LANDLOCK_ACCESS_FS_MAKE_CHAR, and it is now guarded using LANDLOCK_ACCESS_FS_MAKE_REG. For the renameat2(2) case, fix a bug: Before this commit, renameat2(2) with RENAME_WHITEOUT would create a directory entry even when all LANDLOCK_ACCESS_FS_MAKE_* rights were denied. This does not affect normal renames within layered OverlayFS mounts: When doing a regular rename() on a mounted fuse-overlayfs, it is the fuse-overlayfs daemon that exercises renameat2() with RENAME_WHITEOUT, and only the Landlock domain of that daemon is checked there. Depends-on: 49c9e09d9610 ("landlock: Fix handling of disconnected directories") Depends-on: fe72ce6710cb ("landlock: Add errata documentation section") [mic: Record why LANDLOCK_ACCESS_FS_MAKE_REG is the matching right, and add link(2) to the user doc]
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d , < d739e32318479086efb8a6bcf5d37cf341b51f8f (git)
Affected: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d , < dfb10d989056181168ebc16781a8f39520e33200 (git)
Affected: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d , < efb4f24fc2b9bcef1c41ff3392894f1fa8fba2a0 (git)
Affected: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d , < 627ce4902df1d737e99306daae5a87c68b876d16 (git)
Affected: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d , < 0c3204aacbe8c07f9e87e3028f28ec6c166a1075 (git)
Affected: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d , < 672fa082d48b21e1fb62cdb184fee41513e53421 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.13
Unaffected: 0 , < 5.13 (semver)
Unaffected: 6.1.188 , ≤ 6.1.* (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.110 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "include/uapi/linux/landlock.h",
            "security/landlock/errata/abi-1.h",
            "security/landlock/fs.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d739e32318479086efb8a6bcf5d37cf341b51f8f",
              "status": "affected",
              "version": "cb2c7d1a1776057c9a1f48ed1250d85e94d4850d",
              "versionType": "git"
            },
            {
              "lessThan": "dfb10d989056181168ebc16781a8f39520e33200",
              "status": "affected",
              "version": "cb2c7d1a1776057c9a1f48ed1250d85e94d4850d",
              "versionType": "git"
            },
            {
              "lessThan": "efb4f24fc2b9bcef1c41ff3392894f1fa8fba2a0",
              "status": "affected",
              "version": "cb2c7d1a1776057c9a1f48ed1250d85e94d4850d",
              "versionType": "git"
            },
            {
              "lessThan": "627ce4902df1d737e99306daae5a87c68b876d16",
              "status": "affected",
              "version": "cb2c7d1a1776057c9a1f48ed1250d85e94d4850d",
              "versionType": "git"
            },
            {
              "lessThan": "0c3204aacbe8c07f9e87e3028f28ec6c166a1075",
              "status": "affected",
              "version": "cb2c7d1a1776057c9a1f48ed1250d85e94d4850d",
              "versionType": "git"
            },
            {
              "lessThan": "672fa082d48b21e1fb62cdb184fee41513e53421",
              "status": "affected",
              "version": "cb2c7d1a1776057c9a1f48ed1250d85e94d4850d",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "include/uapi/linux/landlock.h",
            "security/landlock/errata/abi-1.h",
            "security/landlock/fs.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.1.*",
              "status": "unaffected",
              "version": "6.1.188",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.110",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.188",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.110",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nlandlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation\n\nWhiteout objects are used in the upper layer of an OverlayFS to\nindicate that the file with this name does not exist in the unified\nview, even if it is present in one of the lower layer file systems.\n\nFor the userspace implementations of OverlayFS (fuse-overlayfs),\nwhiteout objects can be created from userspace as well:\n\n* mknod(2) with S_IFCHR and makedev(0, 0)\n* renameat2(2) with RENAME_WHITEOUT,\n  creating the whiteout in the old place of the moved file.\n\nThis commit guards whiteout creation in both of these cases with\nLANDLOCK_ACCESS_FS_MAKE_REG.  Whiteout objects are *not* considered\ncharacter devices and are not bound to a driver.\n\nLANDLOCK_ACCESS_FS_MAKE_REG describes the same permission class as a\nwhiteout object: creating one is the only S_IFCHR creation that the VFS\nexempts from CAP_MKNOD, so it is as unprivileged as creating a regular\nfile, while LANDLOCK_ACCESS_FS_MAKE_CHAR and\nLANDLOCK_ACCESS_FS_MAKE_BLOCK keep meaning the creation of devices that\nexpose a kernel interface [1].\n\nFor the mknod(2) case, introduce a Landlock erratum.  The creation of\nwhiteout objects through mknod(2) was previously guarded using\nLANDLOCK_ACCESS_FS_MAKE_CHAR, and it is now guarded using\nLANDLOCK_ACCESS_FS_MAKE_REG.\n\nFor the renameat2(2) case, fix a bug: Before this commit, renameat2(2)\nwith RENAME_WHITEOUT would create a directory entry even when all\nLANDLOCK_ACCESS_FS_MAKE_* rights were denied.\n\nThis does not affect normal renames within layered OverlayFS mounts:\nWhen doing a regular rename() on a mounted fuse-overlayfs, it is the\nfuse-overlayfs daemon that exercises renameat2() with RENAME_WHITEOUT,\nand only the Landlock domain of that daemon is checked there.\n\nDepends-on: 49c9e09d9610 (\"landlock: Fix handling of disconnected directories\")\nDepends-on: fe72ce6710cb (\"landlock: Add errata documentation section\")\n[mic: Record why LANDLOCK_ACCESS_FS_MAKE_REG is the matching right, and\nadd link(2) to the user doc]"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bypass is reached only via local renameat2(RENAME_WHITEOUT) on a writable filesystem (tmpfs, ext4, btrfs, xfs, f2fs); Landlock\u0027s hook_path_rename runs on that syscall with no network, Bluetooth, or physical entry point.\nAC:L - The attacker triggers whiteout creation deterministically by renaming a file whose MAKE type is allowed or unhandled (the selftest uses a FIFO while MAKE_REG is denied); tmpfs supports RENAME_WHITEOUT and no race, layout, or rare config is required.\nPR:L - Only an ordinary local user in a Landlock domain is needed; vfs_mknod() exempts WHITEOUT_DEV from CAP_MKNOD, vfs_rename() never checks it, and landlock_restrict_self() is unprivileged via no_new_privs or CAP_SYS_ADMIN in a user namespace.\nUI:N - The confined process issues renameat2(RENAME_WHITEOUT) itself; no separate victim action such as mounting a filesystem or opening a crafted file is required.\nS:C - The missing MAKE_* check bypasses the Landlock sandbox, letting a confined task create OverlayFS whiteout objects in directories the policy forbade creation in, affecting filesystem resources under a separate security authority as in other Landlock policy-bypass CVEs.\nC:N - Creating a char 0:0 whiteout does not read kernel or victim memory, leak pointers, or grant Landlock READ_FILE/READ_DIR rights; WHITEOUT_DEV is not bound to a driver and opening it yields no disclosure primitive.\nI:H - A sandboxed attacker can create OverlayFS whiteout directory entries even when all LANDLOCK_ACCESS_FS_MAKE_* rights are denied, planting char 0:0 objects that hide or replace lower-layer names in an overlay upperdir and fully defeating the file-creation policy.\nA:H - OverlayFS treats planted whiteouts as deletions in the unified view, so matching lower-layer files become completely inaccessible to every consumer of that overlay, which is a total loss of availability for those protected resources."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T12:01:01.164Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d739e32318479086efb8a6bcf5d37cf341b51f8f"
        },
        {
          "url": "https://git.kernel.org/stable/c/dfb10d989056181168ebc16781a8f39520e33200"
        },
        {
          "url": "https://git.kernel.org/stable/c/efb4f24fc2b9bcef1c41ff3392894f1fa8fba2a0"
        },
        {
          "url": "https://git.kernel.org/stable/c/627ce4902df1d737e99306daae5a87c68b876d16"
        },
        {
          "url": "https://git.kernel.org/stable/c/0c3204aacbe8c07f9e87e3028f28ec6c166a1075"
        },
        {
          "url": "https://git.kernel.org/stable/c/672fa082d48b21e1fb62cdb184fee41513e53421"
        }
      ],
      "title": "landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89560",
    "datePublished": "2026-09-11T19:44:32.085Z",
    "dateReserved": "2026-09-11T19:38:34.725Z",
    "dateUpdated": "2026-09-14T12:01:01.164Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89560",
      "date": "2026-09-17",
      "epss": "0.00126",
      "percentile": "0.02623"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89560\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:39.803\",\"lastModified\":\"2026-09-14T13:19:11.093\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nlandlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation\\n\\nWhiteout objects are used in the upper layer of an OverlayFS to\\nindicate that the file with this name does not exist in the unified\\nview, even if it is present in one of the lower layer file systems.\\n\\nFor the userspace implementations of OverlayFS (fuse-overlayfs),\\nwhiteout objects can be created from userspace as well:\\n\\n* mknod(2) with S_IFCHR and makedev(0, 0)\\n* renameat2(2) with RENAME_WHITEOUT,\\n  creating the whiteout in the old place of the moved file.\\n\\nThis commit guards whiteout creation in both of these cases with\\nLANDLOCK_ACCESS_FS_MAKE_REG.  Whiteout objects are *not* considered\\ncharacter devices and are not bound to a driver.\\n\\nLANDLOCK_ACCESS_FS_MAKE_REG describes the same permission class as a\\nwhiteout object: creating one is the only S_IFCHR creation that the VFS\\nexempts from CAP_MKNOD, so it is as unprivileged as creating a regular\\nfile, while LANDLOCK_ACCESS_FS_MAKE_CHAR and\\nLANDLOCK_ACCESS_FS_MAKE_BLOCK keep meaning the creation of devices that\\nexpose a kernel interface [1].\\n\\nFor the mknod(2) case, introduce a Landlock erratum.  The creation of\\nwhiteout objects through mknod(2) was previously guarded using\\nLANDLOCK_ACCESS_FS_MAKE_CHAR, and it is now guarded using\\nLANDLOCK_ACCESS_FS_MAKE_REG.\\n\\nFor the renameat2(2) case, fix a bug: Before this commit, renameat2(2)\\nwith RENAME_WHITEOUT would create a directory entry even when all\\nLANDLOCK_ACCESS_FS_MAKE_* rights were denied.\\n\\nThis does not affect normal renames within layered OverlayFS mounts:\\nWhen doing a regular rename() on a mounted fuse-overlayfs, it is the\\nfuse-overlayfs daemon that exercises renameat2() with RENAME_WHITEOUT,\\nand only the Landlock domain of that daemon is checked there.\\n\\nDepends-on: 49c9e09d9610 (\\\"landlock: Fix handling of disconnected directories\\\")\\nDepends-on: fe72ce6710cb (\\\"landlock: Add errata documentation section\\\")\\n[mic: Record why LANDLOCK_ACCESS_FS_MAKE_REG is the matching right, and\\nadd link(2) to the user doc]\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"include/uapi/linux/landlock.h\",\"security/landlock/errata/abi-1.h\",\"security/landlock/fs.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"cb2c7d1a1776057c9a1f48ed1250d85e94d4850d\",\"lessThan\":\"d739e32318479086efb8a6bcf5d37cf341b51f8f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cb2c7d1a1776057c9a1f48ed1250d85e94d4850d\",\"lessThan\":\"dfb10d989056181168ebc16781a8f39520e33200\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cb2c7d1a1776057c9a1f48ed1250d85e94d4850d\",\"lessThan\":\"efb4f24fc2b9bcef1c41ff3392894f1fa8fba2a0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cb2c7d1a1776057c9a1f48ed1250d85e94d4850d\",\"lessThan\":\"627ce4902df1d737e99306daae5a87c68b876d16\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cb2c7d1a1776057c9a1f48ed1250d85e94d4850d\",\"lessThan\":\"0c3204aacbe8c07f9e87e3028f28ec6c166a1075\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"cb2c7d1a1776057c9a1f48ed1250d85e94d4850d\",\"lessThan\":\"672fa082d48b21e1fb62cdb184fee41513e53421\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"include/uapi/linux/landlock.h\",\"security/landlock/errata/abi-1.h\",\"security/landlock/fs.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.1.188\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.157\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.110\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.50\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.4\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":5.8}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0c3204aacbe8c07f9e87e3028f28ec6c166a1075\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/627ce4902df1d737e99306daae5a87c68b876d16\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/672fa082d48b21e1fb62cdb184fee41513e53421\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d739e32318479086efb8a6bcf5d37cf341b51f8f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dfb10d989056181168ebc16781a8f39520e33200\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/efb4f24fc2b9bcef1c41ff3392894f1fa8fba2a0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-13T06:57:51+00:00",
      "cve": "CVE-2026-89560",
      "id": "CVE-2026-89560",
      "initial_release_date": "2026-09-11T19:44:32.085000+00:00",
      "product_status:known_affected": "2",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Linux kernel (Landlock): Security bypass via improper whiteout creation permissions",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89560.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "low",
      "current_release_date": "2026-09-16T15:36:48Z",
      "cve": "CVE-2026-89560",
      "id": "CVE-2026-89560",
      "initial_release_date": "2026-09-12T16:26:03Z",
      "product_status:known_affected": "236",
      "product_status:known_not_affected": "117",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89560",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89560.json",
      "version": "4"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…