Description
In the Linux kernel, the following vulnerability has been resolved:

serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms

Commit b1b4efea05a5 ("serial: 8250_mid: Disable DMA for selected
platforms") replaced the dnv_board setup and exit callbacks with
PTR_IF(false, ...), which evaluates to NULL. However, the three call
sites in mid8250_probe() and mid8250_remove() unconditionally
dereference these function pointers without NULL checks, causing a NULL
pointer dereference (kernel oops) on any Denverton (DNV), Ice Lake Xeon
D (ICX-D/CDF), or Snowridge (SNR) platform.

Fix this by adding the missing NULL checks before calling the setup and
exit callbacks.
Published: 2026-08-12
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A NULL function pointer dereference in the 8250_mid driver can trigger a kernel oops on DNV, Ice Lake Xeon D, and Snowridge platforms. This flaw arises because setup and exit callbacks are set to NULL and are later dereferenced without checks, causing a crash and potential denial of service. The weakness is a standard NULL pointer dereference (CWE‑476).

Affected Systems

All Linux kernel implementations that include the 8250_mid driver on Denverton (DNV), Ice Lake Xeon D (ICX‑D/CDF), or Snowridge (SNR) hardware, prior to the inclusion of commit b1b4efea05a5.

Risk and Exploitability

The EPSS score is <1%, indicating a very low exploitation probability. The CVSS score of 5.5 indicates a moderate severity. The flaw is not yet catalogued in the CISA KEV list, and no public exploit is known. Based on the description, it is inferred that a successful exploit would require local or privileged access to the system, as the failure occurs in kernel space. In practice, the risk profile is moderate–low, focusing primarily on denial of service when the driver is exercised.

Generated by OpenCVE AI on August 13, 2026 at 14:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that includes commit b1b4efea05a5.
  • Reboot the affected systems to load the updated 8250_mid driver.
  • If a kernel upgrade cannot be applied immediately, check the vendor’s kernel release notes or security advisories for the latest patches and follow general kernel maintenance best practices.

Generated by OpenCVE AI on August 13, 2026 at 14:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 12 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms Commit b1b4efea05a5 ("serial: 8250_mid: Disable DMA for selected platforms") replaced the dnv_board setup and exit callbacks with PTR_IF(false, ...), which evaluates to NULL. However, the three call sites in mid8250_probe() and mid8250_remove() unconditionally dereference these function pointers without NULL checks, causing a NULL pointer dereference (kernel oops) on any Denverton (DNV), Ice Lake Xeon D (ICX-D/CDF), or Snowridge (SNR) platform. Fix this by adding the missing NULL checks before calling the setup and exit callbacks.
Title serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-23T12:46:23.299Z

Reserved: 2026-07-30T09:28:09.393Z

Link: CVE-2026-68434

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T00:17:43.520

Modified: 2026-08-23T13:16:36.980

Link: CVE-2026-68434

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-12T00:00:00Z

Links: CVE-2026-68434 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T14:15:05Z

Weaknesses