CVE-2026-63875 (GCVE-0-2026-63875)

Vulnerability from cvelistv5 – Published: 2026-07-19 14:54 – Updated: 2026-07-20 13:41
VLAI
Title
arm64: tlb: Flush walk cache when unsharing PMD tables
Summary
In the Linux kernel, the following vulnerability has been resolved: arm64: tlb: Flush walk cache when unsharing PMD tables When huge_pmd_unshare() is called to unshare a PMD table, the tlb_unshare_pmd_ptdesc() function sets tlb->unshared_tables=true but the aarch64 tlb_flush() only checked tlb->freed_tables to determine whether to use TLBF_NONE (vae1is, invalidates walk cache) or TLBF_NOWALKCACHE (vale1is, leaf-only). This caused the stale PMD page table entry to remain in the walk cache after unshare, potentially leading to incorrect page table walks. Fix by including unshared_tables in the check, so that when unsharing tables, TLBF_NONE is used and the walk cache is properly invalidated. Here is the detailed distinction between vae1is and vale1is: | Instruction Combination | Actual Invalidation Scope | | ------------------------ | --------------------------------------------------| | `VAE1IS` + TTL=`0` | All entries at all levels (full invalidation) | | `VAE1IS` + TTL=`2` (L2) | Non-leaf at Level 0/1 + leaf at Level 2 | | `VALE1IS` + TTL=`0` | Leaf entries at all levels (non-leaf not cleared) | | `VALE1IS` + TTL=`2` (L2) | Leaf entry at Level 2 only |
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 6495204f8219a57859669d618b25d06176d5a872 , < dced308d7d6a0de1c09d2058f38f1aaaf5cbb914 (git)
Affected: ce4cf24761467756462c0e1dbe4a5e9c9eb520fc , < 47490bbb05c8c0e09cc3cfd237d8934ffc340583 (git)
Affected: daa6707b71a2da23a82979fa21f788aeb706f1a2 , < 0199c9d57861f17b556b6cba1f765c7cce79745b (git)
Affected: ff37dd18ce7739a26aab0cc2d31006a45e6bde63 , < d766a49d9b55705c4737cd8bb5d3faa2d31330fd (git)
Affected: da06bb0ca45b1ca6f1ab55023e34e61a520337f3 , < 8ca7284da0e67b3e71d90ec17f08286774245ad9 (git)
Affected: 9b671f6f432be07c0ddd66e437d6d0e0db684f83 , < fe93e907b1af03cc229a80aa64a570a103d2b279 (git)
Affected: 8ce720d5bd91e9dc16db3604aa4b1bf76770a9a1 , < 48125cd9c55cbe297b59fd1f9bda48b0960bd181 (git)
Affected: 8ce720d5bd91e9dc16db3604aa4b1bf76770a9a1 , < c2ff4764e03e7a8d758352f4aceb8fe1be6ac971 (git)
Affected: 5.10.253 , < 5.10.259 (semver)
Affected: 5.15.203 , < 5.15.210 (semver)
Affected: 6.1.167 , < 6.1.176 (semver)
Affected: 6.6.127 , < 6.6.143 (semver)
Affected: 6.12.74 , < 6.12.93 (semver)
Affected: 6.18.13 , < 6.18.35 (semver)
Create a notification for this product.
Linux Linux Affected: 6.19
Unaffected: 0 , < 6.19 (semver)
Unaffected: 5.10.259 , ≤ 5.10.* (semver)
Unaffected: 5.15.210 , ≤ 5.15.* (semver)
Unaffected: 6.1.176 , ≤ 6.1.* (semver)
Unaffected: 6.6.143 , ≤ 6.6.* (semver)
Unaffected: 6.12.93 , ≤ 6.12.* (semver)
Unaffected: 6.18.35 , ≤ 6.18.* (semver)
Unaffected: 7.0.12 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/arm64/include/asm/tlb.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "dced308d7d6a0de1c09d2058f38f1aaaf5cbb914",
              "status": "affected",
              "version": "6495204f8219a57859669d618b25d06176d5a872",
              "versionType": "git"
            },
            {
              "lessThan": "47490bbb05c8c0e09cc3cfd237d8934ffc340583",
              "status": "affected",
              "version": "ce4cf24761467756462c0e1dbe4a5e9c9eb520fc",
              "versionType": "git"
            },
            {
              "lessThan": "0199c9d57861f17b556b6cba1f765c7cce79745b",
              "status": "affected",
              "version": "daa6707b71a2da23a82979fa21f788aeb706f1a2",
              "versionType": "git"
            },
            {
              "lessThan": "d766a49d9b55705c4737cd8bb5d3faa2d31330fd",
              "status": "affected",
              "version": "ff37dd18ce7739a26aab0cc2d31006a45e6bde63",
              "versionType": "git"
            },
            {
              "lessThan": "8ca7284da0e67b3e71d90ec17f08286774245ad9",
              "status": "affected",
              "version": "da06bb0ca45b1ca6f1ab55023e34e61a520337f3",
              "versionType": "git"
            },
            {
              "lessThan": "fe93e907b1af03cc229a80aa64a570a103d2b279",
              "status": "affected",
              "version": "9b671f6f432be07c0ddd66e437d6d0e0db684f83",
              "versionType": "git"
            },
            {
              "lessThan": "48125cd9c55cbe297b59fd1f9bda48b0960bd181",
              "status": "affected",
              "version": "8ce720d5bd91e9dc16db3604aa4b1bf76770a9a1",
              "versionType": "git"
            },
            {
              "lessThan": "c2ff4764e03e7a8d758352f4aceb8fe1be6ac971",
              "status": "affected",
              "version": "8ce720d5bd91e9dc16db3604aa4b1bf76770a9a1",
              "versionType": "git"
            },
            {
              "lessThan": "5.10.259",
              "status": "affected",
              "version": "5.10.253",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.210",
              "status": "affected",
              "version": "5.15.203",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.176",
              "status": "affected",
              "version": "6.1.167",
              "versionType": "semver"
            },
            {
              "lessThan": "6.6.143",
              "status": "affected",
              "version": "6.6.127",
              "versionType": "semver"
            },
            {
              "lessThan": "6.12.93",
              "status": "affected",
              "version": "6.12.74",
              "versionType": "semver"
            },
            {
              "lessThan": "6.18.35",
              "status": "affected",
              "version": "6.18.13",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/arm64/include/asm/tlb.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.19"
            },
            {
              "lessThan": "6.19",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.259",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.210",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.176",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.143",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.93",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.35",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.259",
                  "versionStartIncluding": "5.10.253",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.210",
                  "versionStartIncluding": "5.15.203",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.176",
                  "versionStartIncluding": "6.1.167",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.143",
                  "versionStartIncluding": "6.6.127",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.93",
                  "versionStartIncluding": "6.12.74",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.35",
                  "versionStartIncluding": "6.18.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.12",
                  "versionStartIncluding": "6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: tlb: Flush walk cache when unsharing PMD tables\n\nWhen huge_pmd_unshare() is called to unshare a PMD table, the\ntlb_unshare_pmd_ptdesc() function sets tlb-\u003eunshared_tables=true\nbut the aarch64 tlb_flush() only checked tlb-\u003efreed_tables to\ndetermine whether to use TLBF_NONE (vae1is, invalidates walk\ncache) or TLBF_NOWALKCACHE (vale1is, leaf-only).\n\nThis caused the stale PMD page table entry to remain in the walk cache\nafter unshare, potentially leading to incorrect page table walks.\n\nFix by including unshared_tables in the check, so that when\nunsharing tables, TLBF_NONE is used and the walk cache is properly\ninvalidated.\n\nHere is the detailed distinction between vae1is and vale1is:\n\n| Instruction Combination  | Actual Invalidation Scope                         |\n| ------------------------ | --------------------------------------------------|\n| `VAE1IS`  + TTL=`0`      | All entries at all levels (full invalidation)     |\n| `VAE1IS`  + TTL=`2` (L2) | Non-leaf at Level 0/1 + leaf at Level 2           |\n| `VALE1IS` + TTL=`0`      | Leaf entries at all levels (non-leaf not cleared) |\n| `VALE1IS` + TTL=`2` (L2) | Leaf entry at Level 2 only                        |"
        }
      ],
      "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"
          }
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-20T13:41:06.339Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/dced308d7d6a0de1c09d2058f38f1aaaf5cbb914"
        },
        {
          "url": "https://git.kernel.org/stable/c/47490bbb05c8c0e09cc3cfd237d8934ffc340583"
        },
        {
          "url": "https://git.kernel.org/stable/c/0199c9d57861f17b556b6cba1f765c7cce79745b"
        },
        {
          "url": "https://git.kernel.org/stable/c/d766a49d9b55705c4737cd8bb5d3faa2d31330fd"
        },
        {
          "url": "https://git.kernel.org/stable/c/8ca7284da0e67b3e71d90ec17f08286774245ad9"
        },
        {
          "url": "https://git.kernel.org/stable/c/fe93e907b1af03cc229a80aa64a570a103d2b279"
        },
        {
          "url": "https://git.kernel.org/stable/c/48125cd9c55cbe297b59fd1f9bda48b0960bd181"
        },
        {
          "url": "https://git.kernel.org/stable/c/c2ff4764e03e7a8d758352f4aceb8fe1be6ac971"
        }
      ],
      "title": "arm64: tlb: Flush walk cache when unsharing PMD tables",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-63875",
    "datePublished": "2026-07-19T14:54:48.842Z",
    "dateReserved": "2026-07-19T07:54:57.017Z",
    "dateUpdated": "2026-07-20T13:41:06.339Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-63875",
      "date": "2026-07-21",
      "epss": "0.00164",
      "percentile": "0.06006"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-63875\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-19T16:17:04.357\",\"lastModified\":\"2026-07-20T15:16:53.247\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\narm64: tlb: Flush walk cache when unsharing PMD tables\\n\\nWhen huge_pmd_unshare() is called to unshare a PMD table, the\\ntlb_unshare_pmd_ptdesc() function sets tlb-\u003eunshared_tables=true\\nbut the aarch64 tlb_flush() only checked tlb-\u003efreed_tables to\\ndetermine whether to use TLBF_NONE (vae1is, invalidates walk\\ncache) or TLBF_NOWALKCACHE (vale1is, leaf-only).\\n\\nThis caused the stale PMD page table entry to remain in the walk cache\\nafter unshare, potentially leading to incorrect page table walks.\\n\\nFix by including unshared_tables in the check, so that when\\nunsharing tables, TLBF_NONE is used and the walk cache is properly\\ninvalidated.\\n\\nHere is the detailed distinction between vae1is and vale1is:\\n\\n| Instruction Combination  | Actual Invalidation Scope                         |\\n| ------------------------ | --------------------------------------------------|\\n| `VAE1IS`  + TTL=`0`      | All entries at all levels (full invalidation)     |\\n| `VAE1IS`  + TTL=`2` (L2) | Non-leaf at Level 0/1 + leaf at Level 2           |\\n| `VALE1IS` + TTL=`0`      | Leaf entries at all levels (non-leaf not cleared) |\\n| `VALE1IS` + TTL=`2` (L2) | Leaf entry at Level 2 only                        |\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"arch/arm64/include/asm/tlb.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6495204f8219a57859669d618b25d06176d5a872\",\"lessThan\":\"dced308d7d6a0de1c09d2058f38f1aaaf5cbb914\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ce4cf24761467756462c0e1dbe4a5e9c9eb520fc\",\"lessThan\":\"47490bbb05c8c0e09cc3cfd237d8934ffc340583\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"daa6707b71a2da23a82979fa21f788aeb706f1a2\",\"lessThan\":\"0199c9d57861f17b556b6cba1f765c7cce79745b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ff37dd18ce7739a26aab0cc2d31006a45e6bde63\",\"lessThan\":\"d766a49d9b55705c4737cd8bb5d3faa2d31330fd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"da06bb0ca45b1ca6f1ab55023e34e61a520337f3\",\"lessThan\":\"8ca7284da0e67b3e71d90ec17f08286774245ad9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9b671f6f432be07c0ddd66e437d6d0e0db684f83\",\"lessThan\":\"fe93e907b1af03cc229a80aa64a570a103d2b279\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8ce720d5bd91e9dc16db3604aa4b1bf76770a9a1\",\"lessThan\":\"48125cd9c55cbe297b59fd1f9bda48b0960bd181\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8ce720d5bd91e9dc16db3604aa4b1bf76770a9a1\",\"lessThan\":\"c2ff4764e03e7a8d758352f4aceb8fe1be6ac971\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.10.253\",\"lessThan\":\"5.10.259\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.15.203\",\"lessThan\":\"5.15.210\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.167\",\"lessThan\":\"6.1.176\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.127\",\"lessThan\":\"6.6.143\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.12.74\",\"lessThan\":\"6.12.93\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.18.13\",\"lessThan\":\"6.18.35\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"arch/arm64/include/asm/tlb.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.19\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.19\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.259\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.210\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.176\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.143\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.93\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.35\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.12\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"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/0199c9d57861f17b556b6cba1f765c7cce79745b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/47490bbb05c8c0e09cc3cfd237d8934ffc340583\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/48125cd9c55cbe297b59fd1f9bda48b0960bd181\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8ca7284da0e67b3e71d90ec17f08286774245ad9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c2ff4764e03e7a8d758352f4aceb8fe1be6ac971\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d766a49d9b55705c4737cd8bb5d3faa2d31330fd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dced308d7d6a0de1c09d2058f38f1aaaf5cbb914\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fe93e907b1af03cc229a80aa64a570a103d2b279\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}



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…