CVE-2026-80614

Linux · Kernel

A null pointer dereference in the Linux kernel emac driver during the probe process can be triggered by an early interrupt, leading to a system crash.

Executive summary

A null pointer dereference vulnerability in the Linux kernel emac driver may allow an unauthenticated attacker to cause a denial of service through system instability.

Vulnerability

The vulnerability exists in the emac_probe function due to improper ordering of initialization steps. An unauthenticated attacker could potentially trigger an early interrupt that accesses an unmapped memory pointer, resulting in a kernel panic.

Business impact

The exploitation of this flaw leads to a denial of service, causing the affected system to crash and become unavailable. With a CVSS score of 7.5, this high severity vulnerability poses a significant risk to system uptime and operational continuity for any infrastructure relying on the affected emac network driver.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.40, 7.1.5, or later, as these releases incorporate the necessary fix to ensure memory is mapped prior to interrupt registration.

Proactive Monitoring: Monitor system logs for kernel oops or panic messages specifically related to the emac driver probe process.

Compensating Controls: Restrict access to systems utilizing the affected hardware driver to trusted network segments to reduce the likelihood of remote triggering of the probe sequence.

Exploitation status

Public Exploit Available: No

Analyst recommendation

This vulnerability represents a significant risk to stability for systems utilizing the affected emac network hardware. Administrators must prioritize kernel updates to the specified patched versions to prevent potential denial of service attacks. If immediate patching is not possible, ensure that the affected systems are isolated from untrusted network traffic.

More Linux CVEs

Sources