CVE-2023-53474 (GCVE-0-2023-53474)

Vulnerability from cvelistv5 – Published: 2025-10-01 11:42 – Updated: 2026-08-05 09:14
VLAI
Title
x86/MCE/AMD: Use an u64 for bank_map
Summary
In the Linux kernel, the following vulnerability has been resolved: x86/MCE/AMD: Use an u64 for bank_map Thee maximum number of MCA banks is 64 (MAX_NR_BANKS), see a0bc32b3cacf ("x86/mce: Increase maximum number of banks to 64"). However, the bank_map which contains a bitfield of which banks to initialize is of type unsigned int and that overflows when those bit numbers are >= 32, leading to UBSAN complaining correctly: UBSAN: shift-out-of-bounds in arch/x86/kernel/cpu/mce/amd.c:1365:38 shift exponent 32 is too large for 32-bit type 'int' Change the bank_map to a u64 and use the proper BIT_ULL() macro when modifying bits in there. [ bp: Rewrite commit message. ]
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: a0bc32b3cacf194dc479b342f006203fd1e1941a , < a9b9ea0e63a0ec5e97bf1219ab6dcbd55e362f83 (git)
Affected: a0bc32b3cacf194dc479b342f006203fd1e1941a , < 11c58a0c1937c157dbdf82d5ab634d68c99f3098 (git)
Affected: a0bc32b3cacf194dc479b342f006203fd1e1941a , < ba8ffb1251eb629c2ec35220e3896cf4f7b888a7 (git)
Affected: a0bc32b3cacf194dc479b342f006203fd1e1941a , < 9669fa17287c3af2bbd4868d4c8fdd9e57f8332e (git)
Affected: a0bc32b3cacf194dc479b342f006203fd1e1941a , < 67bb7521b6420d81dab7538c0686f18f7d6d09f4 (git)
Affected: a0bc32b3cacf194dc479b342f006203fd1e1941a , < 4c1cdec319b9aadb65737c3eb1f5cb74bd6aa156 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.10
Unaffected: 0 , < 5.10 (semver)
Unaffected: 5.10.180 , ≤ 5.10.* (semver)
Unaffected: 5.15.111 , ≤ 5.15.* (semver)
Unaffected: 6.1.28 , ≤ 6.1.* (semver)
Unaffected: 6.2.15 , ≤ 6.2.* (semver)
Unaffected: 6.3.2 , ≤ 6.3.* (semver)
Unaffected: 6.4 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/kernel/cpu/mce/amd.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a9b9ea0e63a0ec5e97bf1219ab6dcbd55e362f83",
              "status": "affected",
              "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
              "versionType": "git"
            },
            {
              "lessThan": "11c58a0c1937c157dbdf82d5ab634d68c99f3098",
              "status": "affected",
              "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
              "versionType": "git"
            },
            {
              "lessThan": "ba8ffb1251eb629c2ec35220e3896cf4f7b888a7",
              "status": "affected",
              "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
              "versionType": "git"
            },
            {
              "lessThan": "9669fa17287c3af2bbd4868d4c8fdd9e57f8332e",
              "status": "affected",
              "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
              "versionType": "git"
            },
            {
              "lessThan": "67bb7521b6420d81dab7538c0686f18f7d6d09f4",
              "status": "affected",
              "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
              "versionType": "git"
            },
            {
              "lessThan": "4c1cdec319b9aadb65737c3eb1f5cb74bd6aa156",
              "status": "affected",
              "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/kernel/cpu/mce/amd.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.180",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.111",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.28",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.*",
              "status": "unaffected",
              "version": "6.2.15",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.4",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.180",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.111",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.28",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.15",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.2",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/MCE/AMD: Use an u64 for bank_map\n\nThee maximum number of MCA banks is 64 (MAX_NR_BANKS), see\n\n  a0bc32b3cacf (\"x86/mce: Increase maximum number of banks to 64\").\n\nHowever, the bank_map which contains a bitfield of which banks to\ninitialize is of type unsigned int and that overflows when those bit\nnumbers are \u003e= 32, leading to UBSAN complaining correctly:\n\n  UBSAN: shift-out-of-bounds in arch/x86/kernel/cpu/mce/amd.c:1365:38\n  shift exponent 32 is too large for 32-bit type \u0027int\u0027\n\nChange the bank_map to a u64 and use the proper BIT_ULL() macro when\nmodifying bits in there.\n\n  [ bp: Rewrite commit message. ]"
        }
      ],
      "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 affected code is x86 AMD machine-check bank initialization, reached only during local CPU identification and the CPU-hotplug online callback (`mce_cpu_online()`), plus the local threshold sysfs/LVT interrupt paths. There is no network-facing or adjacent-network path, and KVM caps guests at 32 MCA banks so the condition is not reachable from a guest.\nAC:L - On an affected system (AMD CPU whose MCG_CAP reports more than 32 MCA banks, as MAX_NR_BANKS=64 was raised to support), the out-of-range shift is hit deterministically on every CPU bring-up with no race, timing window, or memory-layout dependency. Consistent with the scoring of other hardware-model-specific arch/x86/kernel/cpu defects, the platform precondition is treated as the vulnerable configuration rather than as added complexity.\nPR:L - The buggy bitmap handling executes during boot with no privileges at all, and the misprogrammed threshold banks/MSR addresses it produces are subsequently exercised through the low-privilege local surface; re-triggering it deliberately via CPU offline/online needs only local access to the machine. A basic local user is the lowest-privileged actor on such a system, so PR:L rather than PR:H.\nUI:N - The defect is triggered automatically by kernel CPU initialization and the hotplug/thresholding paths; no victim has to open a file, mount anything, or take any other action.\nS:U - The corruption is confined to the kernel\u0027s own per-CPU MCE bookkeeping and MSR programming within the same security authority. No VM, IOMMU, or sandbox boundary is crossed \u2014 the KVM MCE bank limit of 32 rules out a guest-to-host angle.\nC:H - The aliased `smca_misc_banks_map` makes `smca_get_block_address()` hand back MISCy MSR addresses for banks that have no such registers, and `allocate_threshold_blocks()` recurses over and reads those out-of-range MCA register addresses, exposing hardware state that belongs to unrelated banks through the threshold block objects. Undefined shift behaviour additionally lets the compiler assume `bank \u003c 32`, so the resulting indexing is not reliably bounded.\nI:H - `threshold_restart_bank()` performs an unguarded `wrmsr()` on the mis-derived `b-\u003eaddress`, so MCA threshold, LVT-offset and control registers of the wrong bank get overwritten, and the aliased `bank_map` enables/disables thresholding and deferred-error reporting for banks other than the intended ones. This is attacker-influenceable kernel-controlled machine state written to the wrong target.\nA:H - The same mis-derived address reaches the unguarded `rdmsr()`/`wrmsr()` in `threshold_restart_bank()`, where a non-existent MSR raises an unhandled `#GP` in kernel context and panics the machine, and with `CONFIG_UBSAN_TRAP=y` the shift-out-of-bounds itself traps during CPU bring-up. Beyond the crash, the corrupted `bank_map` breaks MCA thresholding for banks \u226532 so genuine uncorrectable hardware errors are misconfigured or unhandled."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T09:14:15.723Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a9b9ea0e63a0ec5e97bf1219ab6dcbd55e362f83"
        },
        {
          "url": "https://git.kernel.org/stable/c/11c58a0c1937c157dbdf82d5ab634d68c99f3098"
        },
        {
          "url": "https://git.kernel.org/stable/c/ba8ffb1251eb629c2ec35220e3896cf4f7b888a7"
        },
        {
          "url": "https://git.kernel.org/stable/c/9669fa17287c3af2bbd4868d4c8fdd9e57f8332e"
        },
        {
          "url": "https://git.kernel.org/stable/c/67bb7521b6420d81dab7538c0686f18f7d6d09f4"
        },
        {
          "url": "https://git.kernel.org/stable/c/4c1cdec319b9aadb65737c3eb1f5cb74bd6aa156"
        }
      ],
      "title": "x86/MCE/AMD: Use an u64 for bank_map",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53474",
    "datePublished": "2025-10-01T11:42:43.798Z",
    "dateReserved": "2025-10-01T11:39:39.401Z",
    "dateUpdated": "2026-08-05T09:14:15.723Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53474",
      "date": "2026-09-25",
      "epss": "0.00164",
      "percentile": "0.04992"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "arch/x86/kernel/cpu/mce/amd.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "a9b9ea0e63a0ec5e97bf1219ab6dcbd55e362f83",
                    "status": "affected",
                    "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "11c58a0c1937c157dbdf82d5ab634d68c99f3098",
                    "status": "affected",
                    "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "ba8ffb1251eb629c2ec35220e3896cf4f7b888a7",
                    "status": "affected",
                    "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "9669fa17287c3af2bbd4868d4c8fdd9e57f8332e",
                    "status": "affected",
                    "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "67bb7521b6420d81dab7538c0686f18f7d6d09f4",
                    "status": "affected",
                    "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "4c1cdec319b9aadb65737c3eb1f5cb74bd6aa156",
                    "status": "affected",
                    "version": "a0bc32b3cacf194dc479b342f006203fd1e1941a",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "arch/x86/kernel/cpu/mce/amd.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "5.10"
                  },
                  {
                    "lessThan": "5.10",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.10.*",
                    "status": "unaffected",
                    "version": "5.10.180",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.15.*",
                    "status": "unaffected",
                    "version": "5.15.111",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.1.*",
                    "status": "unaffected",
                    "version": "6.1.28",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.2.*",
                    "status": "unaffected",
                    "version": "6.2.15",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.3.*",
                    "status": "unaffected",
                    "version": "6.3.2",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "6.4",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "configurations": [
          {
            "nodes": [
              {
                "cpeMatch": [
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "096DA06C-349D-4644-941B-A5877497A9B4",
                    "versionEndExcluding": "5.10.180",
                    "versionStartIncluding": "5.10",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "2B9DD776-7F17-4F72-B94F-54BFCBC692DD",
                    "versionEndExcluding": "5.15.111",
                    "versionStartIncluding": "5.11",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "08F855F4-7188-4EE1-BD79-D4B6C7E2EF54",
                    "versionEndExcluding": "6.1.28",
                    "versionStartIncluding": "5.16",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "3844A90B-940D-46C3-8D7B-9FF63F1AFC2F",
                    "versionEndExcluding": "6.2.15",
                    "versionStartIncluding": "6.2",
                    "vulnerable": true
                  },
                  {
                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "matchCriteriaId": "38F6F330-91A0-4675-8B90-6F950471A7CC",
                    "versionEndExcluding": "6.3.2",
                    "versionStartIncluding": "6.3",
                    "vulnerable": true
                  }
                ],
                "negate": false,
                "operator": "OR"
              }
            ]
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/MCE/AMD: Use an u64 for bank_map\n\nThee maximum number of MCA banks is 64 (MAX_NR_BANKS), see\n\n  a0bc32b3cacf (\"x86/mce: Increase maximum number of banks to 64\").\n\nHowever, the bank_map which contains a bitfield of which banks to\ninitialize is of type unsigned int and that overflows when those bit\nnumbers are \u003e= 32, leading to UBSAN complaining correctly:\n\n  UBSAN: shift-out-of-bounds in arch/x86/kernel/cpu/mce/amd.c:1365:38\n  shift exponent 32 is too large for 32-bit type \u0027int\u0027\n\nChange the bank_map to a u64 and use the proper BIT_ULL() macro when\nmodifying bits in there.\n\n  [ bp: Rewrite commit message. ]"
          }
        ],
        "id": "CVE-2023-53474",
        "lastModified": "2026-08-04T10:19:07.830",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            },
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 5.5,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "NONE",
                "integrityImpact": "NONE",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 3.6,
              "source": "nvd@nist.gov",
              "type": "Primary"
            }
          ]
        },
        "published": "2025-10-01T12:15:49.687",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/11c58a0c1937c157dbdf82d5ab634d68c99f3098"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/4c1cdec319b9aadb65737c3eb1f5cb74bd6aa156"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/67bb7521b6420d81dab7538c0686f18f7d6d09f4"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/9669fa17287c3af2bbd4868d4c8fdd9e57f8332e"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/a9b9ea0e63a0ec5e97bf1219ab6dcbd55e362f83"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "tags": [
              "Patch"
            ],
            "url": "https://git.kernel.org/stable/c/ba8ffb1251eb629c2ec35220e3896cf4f7b888a7"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Modified",
        "weaknesses": [
          {
            "description": [
              {
                "lang": "en",
                "value": "CWE-190"
              }
            ],
            "source": "nvd@nist.gov",
            "type": "Primary"
          }
        ]
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-04T22:55:23+00:00",
      "cve": "CVE-2023-53474",
      "id": "CVE-2023-53474",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:known_affected": "156",
      "product_status:known_not_affected": "118",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: x86/MCE/AMD: Use an u64 for bank_map",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53474.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-29T02:07:15Z",
      "cve": "CVE-2023-53474",
      "id": "CVE-2023-53474",
      "initial_release_date": "2025-10-01T23:30:34Z",
      "product_status:known_affected": "344",
      "product_status:known_not_affected": "395",
      "product_status:recommended": "206",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53474",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53474.json",
      "version": "21"
    }
  }
}



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…

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…