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

CVE-2026-43344 (GCVE-0-2026-43344)

Vulnerability from cvelistv5 – Published: 2026-05-08 13:39 – Updated: 2026-09-14 11:58
VLAI
Title
perf/x86/intel/uncore: Fix die ID init and look up bugs
Summary
In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix die ID init and look up bugs In snbep_pci2phy_map_init(), in the nr_node_ids > 8 path, uncore_device_to_die() may return -1 when all CPUs associated with the UBOX device are offline. Remove the WARN_ON_ONCE(die_id == -1) check for two reasons: - The current code breaks out of the loop. This is incorrect because pci_get_device() does not guarantee iteration in domain or bus order, so additional UBOX devices may be skipped during the scan. - Returning -EINVAL is incorrect, since marking offline buses with die_id == -1 is expected and should not be treated as an error. Separately, when NUMA is disabled on a NUMA-capable platform, pcibus_to_node() returns NUMA_NO_NODE, causing uncore_device_to_die() to return -1 for all PCI devices. As a result, spr_update_device_location(), used on Intel SPR and EMR, ignores the corresponding PMON units and does not add them to the RB tree. Fix this by using uncore_pcibus_to_dieid(), which retrieves topology from the UBOX GIDNIDMAP register and works regardless of whether NUMA is enabled in Linux. This requires snbep_pci2phy_map_init() to be added in spr_uncore_pci_init(). Keep uncore_device_to_die() only for the nr_node_ids > 8 case, where NUMA is expected to be enabled.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 9a7832ce3d920426a36cdd78eda4b3568d4d09e3 , < 184870af0e73f8ea2577c751fa098681465249f2 (git)
Affected: 9a7832ce3d920426a36cdd78eda4b3568d4d09e3 , < bdb35811ff41a1678620a407056b6372f350028a (git)
Affected: 9a7832ce3d920426a36cdd78eda4b3568d4d09e3 , < c79ef3342632e71ac8612a2a1cc17ac84dd258b4 (git)
Affected: 9a7832ce3d920426a36cdd78eda4b3568d4d09e3 , < 6a5dc3ee97581da2907fc7acd62853f07184de67 (git)
Affected: 9a7832ce3d920426a36cdd78eda4b3568d4d09e3 , < a16d1ec4dd0cdcf689f324adde6067083bce9099 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.12
Unaffected: 0 , < 5.12 (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.109 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 6.19.14 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (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/events/intel/uncore.c",
            "arch/x86/events/intel/uncore_snbep.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "184870af0e73f8ea2577c751fa098681465249f2",
              "status": "affected",
              "version": "9a7832ce3d920426a36cdd78eda4b3568d4d09e3",
              "versionType": "git"
            },
            {
              "lessThan": "bdb35811ff41a1678620a407056b6372f350028a",
              "status": "affected",
              "version": "9a7832ce3d920426a36cdd78eda4b3568d4d09e3",
              "versionType": "git"
            },
            {
              "lessThan": "c79ef3342632e71ac8612a2a1cc17ac84dd258b4",
              "status": "affected",
              "version": "9a7832ce3d920426a36cdd78eda4b3568d4d09e3",
              "versionType": "git"
            },
            {
              "lessThan": "6a5dc3ee97581da2907fc7acd62853f07184de67",
              "status": "affected",
              "version": "9a7832ce3d920426a36cdd78eda4b3568d4d09e3",
              "versionType": "git"
            },
            {
              "lessThan": "a16d1ec4dd0cdcf689f324adde6067083bce9099",
              "status": "affected",
              "version": "9a7832ce3d920426a36cdd78eda4b3568d4d09e3",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/events/intel/uncore.c",
            "arch/x86/events/intel/uncore_snbep.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.12"
            },
            {
              "lessThan": "5.12",
              "status": "unaffected",
              "version": "0",
              "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": "6.19.*",
              "status": "unaffected",
              "version": "6.19.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.14",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/intel/uncore: Fix die ID init and look up bugs\n\nIn snbep_pci2phy_map_init(), in the nr_node_ids \u003e 8 path,\nuncore_device_to_die() may return -1 when all CPUs associated\nwith the UBOX device are offline.\n\nRemove the WARN_ON_ONCE(die_id == -1) check for two reasons:\n\n- The current code breaks out of the loop. This is incorrect because\n  pci_get_device() does not guarantee iteration in domain or bus order,\n  so additional UBOX devices may be skipped during the scan.\n\n- Returning -EINVAL is incorrect, since marking offline buses with\n  die_id == -1 is expected and should not be treated as an error.\n\nSeparately, when NUMA is disabled on a NUMA-capable platform,\npcibus_to_node() returns NUMA_NO_NODE, causing uncore_device_to_die()\nto return -1 for all PCI devices.  As a result,\nspr_update_device_location(), used on Intel SPR and EMR, ignores the\ncorresponding PMON units and does not add them to the RB tree.\n\nFix this by using uncore_pcibus_to_dieid(), which retrieves topology\nfrom the UBOX GIDNIDMAP register and works regardless of whether NUMA\nis enabled in Linux.  This requires snbep_pci2phy_map_init() to be\nadded in spr_uncore_pci_init().\n\nKeep uncore_device_to_die() only for the nr_node_ids \u003e 8 case, where\nNUMA is expected to be enabled."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T11:58:20.422Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/184870af0e73f8ea2577c751fa098681465249f2"
        },
        {
          "url": "https://git.kernel.org/stable/c/bdb35811ff41a1678620a407056b6372f350028a"
        },
        {
          "url": "https://git.kernel.org/stable/c/c79ef3342632e71ac8612a2a1cc17ac84dd258b4"
        },
        {
          "url": "https://git.kernel.org/stable/c/6a5dc3ee97581da2907fc7acd62853f07184de67"
        },
        {
          "url": "https://git.kernel.org/stable/c/a16d1ec4dd0cdcf689f324adde6067083bce9099"
        }
      ],
      "title": "perf/x86/intel/uncore: Fix die ID init and look up bugs",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43344",
    "datePublished": "2026-05-08T13:39:30.537Z",
    "dateReserved": "2026-05-01T14:12:56.003Z",
    "dateUpdated": "2026-09-14T11:58:20.422Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-43344",
      "date": "2026-09-15",
      "epss": "0.00116",
      "percentile": "0.01817"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-09T01:50:10.000Z",
      "cve": "CVE-2026-43344",
      "id": "msrc_CVE-2026-43344",
      "initial_release_date": "2026-05-09T01:02:52.000Z",
      "product_status:known_affected": "7",
      "product_status:under_investigation": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "perf/x86/intel/uncore: Fix die ID init and look up bugs",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-43344.json",
      "version": "10"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43344\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T14:16:44.433\",\"lastModified\":\"2026-09-14T12:17:41.427\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nperf/x86/intel/uncore: Fix die ID init and look up bugs\\n\\nIn snbep_pci2phy_map_init(), in the nr_node_ids \u003e 8 path,\\nuncore_device_to_die() may return -1 when all CPUs associated\\nwith the UBOX device are offline.\\n\\nRemove the WARN_ON_ONCE(die_id == -1) check for two reasons:\\n\\n- The current code breaks out of the loop. This is incorrect because\\n  pci_get_device() does not guarantee iteration in domain or bus order,\\n  so additional UBOX devices may be skipped during the scan.\\n\\n- Returning -EINVAL is incorrect, since marking offline buses with\\n  die_id == -1 is expected and should not be treated as an error.\\n\\nSeparately, when NUMA is disabled on a NUMA-capable platform,\\npcibus_to_node() returns NUMA_NO_NODE, causing uncore_device_to_die()\\nto return -1 for all PCI devices.  As a result,\\nspr_update_device_location(), used on Intel SPR and EMR, ignores the\\ncorresponding PMON units and does not add them to the RB tree.\\n\\nFix this by using uncore_pcibus_to_dieid(), which retrieves topology\\nfrom the UBOX GIDNIDMAP register and works regardless of whether NUMA\\nis enabled in Linux.  This requires snbep_pci2phy_map_init() to be\\nadded in spr_uncore_pci_init().\\n\\nKeep uncore_device_to_die() only for the nr_node_ids \u003e 8 case, where\\nNUMA is expected to be enabled.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"arch/x86/events/intel/uncore.c\",\"arch/x86/events/intel/uncore_snbep.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"9a7832ce3d920426a36cdd78eda4b3568d4d09e3\",\"lessThan\":\"184870af0e73f8ea2577c751fa098681465249f2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9a7832ce3d920426a36cdd78eda4b3568d4d09e3\",\"lessThan\":\"bdb35811ff41a1678620a407056b6372f350028a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9a7832ce3d920426a36cdd78eda4b3568d4d09e3\",\"lessThan\":\"c79ef3342632e71ac8612a2a1cc17ac84dd258b4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9a7832ce3d920426a36cdd78eda4b3568d4d09e3\",\"lessThan\":\"6a5dc3ee97581da2907fc7acd62853f07184de67\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9a7832ce3d920426a36cdd78eda4b3568d4d09e3\",\"lessThan\":\"a16d1ec4dd0cdcf689f324adde6067083bce9099\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"arch/x86/events/intel/uncore.c\",\"arch/x86/events/intel/uncore_snbep.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.12\",\"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\":\"6.19.14\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.12\",\"versionEndExcluding\":\"6.19.14\",\"matchCriteriaId\":\"3AFC09FA-6A85-42DB-870D-F9FED11BBC07\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"02259FDA-961B-47BC-AE7F-93D7EC6E90C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"58A9FEFF-C040-420D-8F0A-BFDAAA1DF258\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2315C0-D46F-4F85-9754-F9E5E11374A6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"512EE3A8-A590-4501-9A94-5D4B268D6138\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/184870af0e73f8ea2577c751fa098681465249f2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6a5dc3ee97581da2907fc7acd62853f07184de67\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a16d1ec4dd0cdcf689f324adde6067083bce9099\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bdb35811ff41a1678620a407056b6372f350028a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c79ef3342632e71ac8612a2a1cc17ac84dd258b4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-28T07:37:02+00:00",
      "cve": "CVE-2026-43344",
      "id": "CVE-2026-43344",
      "initial_release_date": "2026-05-08T00:00:00+00:00",
      "product_status:known_affected": "232",
      "product_status:known_not_affected": "42",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: perf/x86/intel/uncore: Fix die ID init and look up bugs",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43344.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T01:18:29Z",
      "cve": "CVE-2026-43344",
      "id": "CVE-2026-43344",
      "initial_release_date": "2026-05-13T03:35:05Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "245",
      "product_status:known_not_affected": "125",
      "product_status:recommended": "145",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-43344",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43344.json",
      "version": "6"
    }
  }
}



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…