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

CVE-2026-80614 (GCVE-0-2026-80614)

Vulnerability from cvelistv5 – Published: 2026-08-28 06:48 – Updated: 2026-08-29 06:21
VLAI
Title
net: emac: Fix NULL pointer dereference in emac_probe
Summary
In the Linux kernel, the following vulnerability has been resolved: net: emac: Fix NULL pointer dereference in emac_probe Move devm_request_irq() after devm_platform_ioremap_resource() so that dev->emacp is mapped before the interrupt handler can fire. An early interrupt hitting emac_irq() would dereference the NULL dev->emacp and crash. Also remove redundant error message. devm_platform_ioremap_resource() already returns an error message with dev_err_probe().
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: dcc34ef7c83473222027f475014a2bf8ab798372 , < a103cdb0681e7185d1b0a12ce6a7c5416c208ccd (git)
Affected: dcc34ef7c83473222027f475014a2bf8ab798372 , < 44068b6863fbda78fc810921ddf61642c377b3ca (git)
Affected: dcc34ef7c83473222027f475014a2bf8ab798372 , < f623d38fe6c4e8c40b23f42cc6fe6963fa49997b (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.12
Unaffected: 0 , < 6.12 (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (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/net/ethernet/ibm/emac/core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a103cdb0681e7185d1b0a12ce6a7c5416c208ccd",
              "status": "affected",
              "version": "dcc34ef7c83473222027f475014a2bf8ab798372",
              "versionType": "git"
            },
            {
              "lessThan": "44068b6863fbda78fc810921ddf61642c377b3ca",
              "status": "affected",
              "version": "dcc34ef7c83473222027f475014a2bf8ab798372",
              "versionType": "git"
            },
            {
              "lessThan": "f623d38fe6c4e8c40b23f42cc6fe6963fa49997b",
              "status": "affected",
              "version": "dcc34ef7c83473222027f475014a2bf8ab798372",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/ibm/emac/core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.12"
            },
            {
              "lessThan": "6.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: emac: Fix NULL pointer dereference in emac_probe\n\nMove devm_request_irq() after devm_platform_ioremap_resource() so that\ndev-\u003eemacp is mapped before the interrupt handler can fire.  An early\ninterrupt hitting emac_irq() would dereference the NULL dev-\u003eemacp and\ncrash.\n\nAlso remove redundant error message. devm_platform_ioremap_resource()\nalready returns an error message with dev_err_probe()."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - IBM EMAC error IRQs are raised by the on-chip Ethernet controller from wire-side events; a remote attacker on the attached network can send Ethernet traffic during emac_probe to assert interrupts that invoke emac_irq() before dev-\u003eemacp is ioremap\u0027d.\nAC:L - Once devm_request_irq() registers emac_irq(), any EMAC interrupt fires immediately; an attacker can sustain Ethernet flooding throughout boot/probe, and firmware often leaves the controller active with pending IRQs that hit the narrow pre-ioremap window reliably.\nPR:N - Triggering EMAC hardware interrupts requires only the ability to send Ethernet frames on the connected network segment during driver probe, not local shell access, capabilities, or authenticated sessions.\nUI:N - Exploitation occurs during automatic platform-driver probe at kernel boot or module initialization; no discretionary user action is required beyond the device powering on with its Ethernet port connected.\nS:U - A NULL pointer dereference in the EMAC hard-IRQ handler causes a local kernel oops or panic only; it does not cross VM, container, or IOMMU security boundaries.\nC:N - The bug dereferences a NULL dev-\u003eemacp when reading ISR registers via in_be32(), causing an immediate kernel fault with no attacker-controlled memory disclosure or out-of-bounds read.\nI:N - Impact is limited to a NULL pointer fault in hardirq context; there is no heap corruption, arbitrary write, or control-flow hijack primitive beyond the crash itself.\nA:H - A NULL pointer dereference in emac_irq() hard interrupt context causes a kernel oops or panic, rendering the entire system unavailable on affected PowerPC embedded platforms."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-29T06:21:22.838Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a103cdb0681e7185d1b0a12ce6a7c5416c208ccd"
        },
        {
          "url": "https://git.kernel.org/stable/c/44068b6863fbda78fc810921ddf61642c377b3ca"
        },
        {
          "url": "https://git.kernel.org/stable/c/f623d38fe6c4e8c40b23f42cc6fe6963fa49997b"
        }
      ],
      "title": "net: emac: Fix NULL pointer dereference in emac_probe",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80614",
    "datePublished": "2026-08-28T06:48:35.720Z",
    "dateReserved": "2026-08-26T14:34:25.773Z",
    "dateUpdated": "2026-08-29T06:21:22.838Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80614",
      "date": "2026-09-17",
      "epss": "0.00432",
      "percentile": "0.36803"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80614\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-28T08:16:45.430\",\"lastModified\":\"2026-08-29T07:16:46.267\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: emac: Fix NULL pointer dereference in emac_probe\\n\\nMove devm_request_irq() after devm_platform_ioremap_resource() so that\\ndev-\u003eemacp is mapped before the interrupt handler can fire.  An early\\ninterrupt hitting emac_irq() would dereference the NULL dev-\u003eemacp and\\ncrash.\\n\\nAlso remove redundant error message. devm_platform_ioremap_resource()\\nalready returns an error message with dev_err_probe().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/ibm/emac/core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"dcc34ef7c83473222027f475014a2bf8ab798372\",\"lessThan\":\"a103cdb0681e7185d1b0a12ce6a7c5416c208ccd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dcc34ef7c83473222027f475014a2bf8ab798372\",\"lessThan\":\"44068b6863fbda78fc810921ddf61642c377b3ca\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dcc34ef7c83473222027f475014a2bf8ab798372\",\"lessThan\":\"f623d38fe6c4e8c40b23f42cc6fe6963fa49997b\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/ibm/emac/core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.12\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"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:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/44068b6863fbda78fc810921ddf61642c377b3ca\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a103cdb0681e7185d1b0a12ce6a7c5416c208ccd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f623d38fe6c4e8c40b23f42cc6fe6963fa49997b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-31T12:15:36+00:00",
      "cve": "CVE-2026-80614",
      "id": "CVE-2026-80614",
      "initial_release_date": "2026-08-28T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: net: emac: Fix NULL pointer dereference in emac_probe",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80614.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-16T00:06:25Z",
      "cve": "CVE-2026-80614",
      "id": "CVE-2026-80614",
      "initial_release_date": "2026-08-28T16:36:21Z",
      "product_status:known_not_affected": "353",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80614",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80614.json",
      "version": "7"
    }
  }
}



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…