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

CVE-2026-89573 (GCVE-0-2026-89573)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:44 – Updated: 2026-09-14 12:01
VLAI
Title
dm array: reject an array block whose value size is not the caller's
Summary
In the Linux kernel, the following vulnerability has been resolved: dm array: reject an array block whose value size is not the caller's array_block_check() can only compare the header against itself, so a block with value_size 4 and max_entries 1018 is internally consistent and passes. dm-cache keeps two arrays -- mappings at 8 bytes and hints at 4 -- and the roots for both live in the superblock. Point the mappings root at a hint block and __load_mappings() walks it through an info whose value size is 8, so element_at() strides 8 bytes over 4-byte entries and reaches offset 8160 of a 4096-byte block. get_ablock() and __shadow_ablock() are the two places that hold the block and the caller at once. Reject there when the two value sizes disagree. Arrays only ever read their own blocks, so this fires on crafted metadata only.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < 35cd3b278448c79614f65ab6bbc9ed348d847df9 (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < a8237cb8fa0a628d903e76635bfdeae4202036b9 (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < a530a9a419a7c5fdb7dae55ffa2dd7a130631842 (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < 522fa26da24ccaa298ebe3c1c97395d2d63dfc21 (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < 7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < ac4a5eb8b002a0742c938fc98b922e243f53573a (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < cb409b38b0232ee4385ef55cddcd6fbdd011a8a2 (git)
Affected: 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 , < 4538a287bdf5d0f9a379c678e5262b9f5783f547 (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.9
Unaffected: 0 , < 3.9 (semver)
Unaffected: 5.10.270 , ≤ 5.10.* (semver)
Unaffected: 5.15.221 , ≤ 5.15.* (semver)
Unaffected: 6.1.188 , ≤ 6.1.* (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.109 , ≤ 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": [
            "drivers/md/persistent-data/dm-array.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "35cd3b278448c79614f65ab6bbc9ed348d847df9",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "a8237cb8fa0a628d903e76635bfdeae4202036b9",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "a530a9a419a7c5fdb7dae55ffa2dd7a130631842",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "522fa26da24ccaa298ebe3c1c97395d2d63dfc21",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "ac4a5eb8b002a0742c938fc98b922e243f53573a",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "cb409b38b0232ee4385ef55cddcd6fbdd011a8a2",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            },
            {
              "lessThan": "4538a287bdf5d0f9a379c678e5262b9f5783f547",
              "status": "affected",
              "version": "6513c29f44f2cc970c0e9fecfe5a6526c3e73025",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/md/persistent-data/dm-array.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.9"
            },
            {
              "lessThan": "3.9",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.270",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.221",
              "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.109",
              "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": "5.10.270",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.221",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.188",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm array: reject an array block whose value size is not the caller\u0027s\n\narray_block_check() can only compare the header against itself, so a block\nwith value_size 4 and max_entries 1018 is internally consistent and passes.\ndm-cache keeps two arrays -- mappings at 8 bytes and hints at 4 -- and the\nroots for both live in the superblock. Point the mappings root at a hint\nblock and __load_mappings() walks it through an info whose value size is 8,\nso element_at() strides 8 bytes over 4-byte entries and reaches offset 8160\nof a 4096-byte block.\n\nget_ablock() and __shadow_ablock() are the two places that hold the block\nand the caller at once. Reject there when the two value sizes disagree.\nArrays only ever read their own blocks, so this fires on crafted metadata\nonly."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is reached when device-mapper loads crafted dm-cache/dm-era array metadata through the local DM ioctl path (table load and resume) or LVM autoactivation of a cache/era target; it is not processed from network packets or a USB host/gadget driver.\nAC:L - The attacker fully controls the on-disk superblock roots and array headers, so pointing the 8-byte mappings root at a valid 4-byte hint block makes __load_mappings() deterministically stride off the 4096-byte bufio buffer; no race or layout outside the attacker\u0027s control is required.\nPR:L - Planting the metadata only requires write access to the cache/era backing store (loop file, removable disk, iSCSI/NBD, or a container/VM-exposed block device), not init-namespace CAP_SYS_ADMIN on /dev/mapper/control; user namespaces cannot pass capable(CAP_SYS_ADMIN), but an unprivileged writer of that store is enough.\nUI:N - Activation of a dm-cache/dm-era target is routine device management (udev/LVM autoactivation, boot, or reattachment of the metadata device) and does not require a separate victim to mount a filesystem or otherwise opt in once the crafted metadata is in place.\nS:U - The out-of-bounds access stays inside kernel dm-bufio metadata buffers and cache policy state in the same kernel security authority; it is not a VM escape, IOMMU bypass, or other cross-authority boundary.\nC:H - element_at() multiplies the caller\u0027s value size by the on-disk nr_entries, so the cursor reads thousands of bytes past the 4K dm-bufio page (offset 8160 of a 4096-byte block), leaking adjacent kernel memory into mapping, hint, and bitset values.\nI:H - The type-confused walk treats attacker-controlled hint bytes as 8-byte mappings and can shadow/fill the wrong-sized block, corrupting cache policy and subsequent origin/cache writeback; this is kernel memory unsafety with an out-of-bounds/type-confused write primitive, so integrity is high.\nA:H - Walking off the mapped 4K bufio page into unmapped or invalid memory oopses the kernel, and a mismatched on-disk nr_entries versus the caller\u0027s max_entries can hit BUG_ON() in fill_ablock()/trim_ablock() on resize."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T12:01:06.500Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/35cd3b278448c79614f65ab6bbc9ed348d847df9"
        },
        {
          "url": "https://git.kernel.org/stable/c/a8237cb8fa0a628d903e76635bfdeae4202036b9"
        },
        {
          "url": "https://git.kernel.org/stable/c/a530a9a419a7c5fdb7dae55ffa2dd7a130631842"
        },
        {
          "url": "https://git.kernel.org/stable/c/522fa26da24ccaa298ebe3c1c97395d2d63dfc21"
        },
        {
          "url": "https://git.kernel.org/stable/c/7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c"
        },
        {
          "url": "https://git.kernel.org/stable/c/ac4a5eb8b002a0742c938fc98b922e243f53573a"
        },
        {
          "url": "https://git.kernel.org/stable/c/cb409b38b0232ee4385ef55cddcd6fbdd011a8a2"
        },
        {
          "url": "https://git.kernel.org/stable/c/4538a287bdf5d0f9a379c678e5262b9f5783f547"
        }
      ],
      "title": "dm array: reject an array block whose value size is not the caller\u0027s",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89573",
    "datePublished": "2026-09-11T19:44:41.851Z",
    "dateReserved": "2026-09-11T19:38:34.727Z",
    "dateUpdated": "2026-09-14T12:01:06.500Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89573",
      "date": "2026-09-15",
      "epss": "0.00129",
      "percentile": "0.02887"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-14T14:55:06.000Z",
      "cve": "CVE-2026-89573",
      "id": "msrc_CVE-2026-89573",
      "initial_release_date": "2026-09-13T01:08:25.000Z",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "dm array: reject an array block whose value size is not the caller\u0027s",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-89573.json",
      "version": "2"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89573\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:41.390\",\"lastModified\":\"2026-09-14T13:19:11.893\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndm array: reject an array block whose value size is not the caller\u0027s\\n\\narray_block_check() can only compare the header against itself, so a block\\nwith value_size 4 and max_entries 1018 is internally consistent and passes.\\ndm-cache keeps two arrays -- mappings at 8 bytes and hints at 4 -- and the\\nroots for both live in the superblock. Point the mappings root at a hint\\nblock and __load_mappings() walks it through an info whose value size is 8,\\nso element_at() strides 8 bytes over 4-byte entries and reaches offset 8160\\nof a 4096-byte block.\\n\\nget_ablock() and __shadow_ablock() are the two places that hold the block\\nand the caller at once. Reject there when the two value sizes disagree.\\nArrays only ever read their own blocks, so this fires on crafted metadata\\nonly.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/md/persistent-data/dm-array.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"35cd3b278448c79614f65ab6bbc9ed348d847df9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"a8237cb8fa0a628d903e76635bfdeae4202036b9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"a530a9a419a7c5fdb7dae55ffa2dd7a130631842\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"522fa26da24ccaa298ebe3c1c97395d2d63dfc21\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"ac4a5eb8b002a0742c938fc98b922e243f53573a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"cb409b38b0232ee4385ef55cddcd6fbdd011a8a2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6513c29f44f2cc970c0e9fecfe5a6526c3e73025\",\"lessThan\":\"4538a287bdf5d0f9a379c678e5262b9f5783f547\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/md/persistent-data/dm-array.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.9\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.9\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.270\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.221\",\"lessThanOrEqual\":\"5.15.*\",\"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.109\",\"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:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/35cd3b278448c79614f65ab6bbc9ed348d847df9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4538a287bdf5d0f9a379c678e5262b9f5783f547\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/522fa26da24ccaa298ebe3c1c97395d2d63dfc21\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7bf4b5cb42a4e27f36bcbc6209d82a5da9c0168c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a530a9a419a7c5fdb7dae55ffa2dd7a130631842\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a8237cb8fa0a628d903e76635bfdeae4202036b9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ac4a5eb8b002a0742c938fc98b922e243f53573a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cb409b38b0232ee4385ef55cddcd6fbdd011a8a2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-13T06:58:08+00:00",
      "cve": "CVE-2026-89573",
      "id": "CVE-2026-89573",
      "initial_release_date": "2026-09-11T19:44:41.851000+00:00",
      "product_status:known_affected": "2",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Linux kernel: dm array memory corruption from crafted metadata",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89573.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T00:58:23Z",
      "cve": "CVE-2026-89573",
      "id": "CVE-2026-89573",
      "initial_release_date": "2026-09-12T16:25:50Z",
      "product_status:known_affected": "349",
      "product_status:known_not_affected": "4",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89573",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89573.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…

Loading…