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

tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev

If the mmio_pipe_open() fails to find a PCI device, the hiter->dev
will be assigned to NULL. The mmiotrace read() function dereferences the
hiter->dev if hiter exists.

Change the test of the read to not only check hiter being NULL, but also
the hiter->dev before dereferencing it.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a NULL pointer dereference in the tracing subsystem of the Linux kernel. When mmio_pipe_open fails to locate a PCI device, the hiter->dev pointer is set to NULL, yet the mmiotrace read() still dereferences it. This can crash the kernel, causing a panic and resulting in a denial of service. The weakness is a classic null dereference (CWE‑476).

Affected Systems

The vulnerability affects the Linux kernel for all vendors labeled under Linux:Linux. Specific kernel versions are not enumerated in the advisory, so any system running a kernel build that has not yet incorporated the upstream patch remains vulnerable.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in CISA KEV, indicating no confirmed exploit in the wild at the time of publishing. Nevertheless, the flaw resides in kernel code; an attacker with local access could trigger a crash, potentially escalating privileges if other kernel vulnerabilities exist (the local access requirement is inferred). The lack of a public exploit does not diminish the need for patching, as the crash allows service interruption.

Generated by OpenCVE AI on August 10, 2026 at 18:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patched kernel version from the vendor’s official repository or apply the upstream patch that fixes the null dereference in mmiotrace.
  • If an immediate kernel upgrade is not feasible, disable or restrict access to the mmiotrace interface so that untrusted users cannot invoke mmio_pipe_open.
  • Configure a watchdog or high‑availability mechanism to automatically reboot or recover the system in the event of a kernel crash.

Generated by OpenCVE AI on August 10, 2026 at 18:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev If the mmio_pipe_open() fails to find a PCI device, the hiter->dev will be assigned to NULL. The mmiotrace read() function dereferences the hiter->dev if hiter exists. Change the test of the read to not only check hiter being NULL, but also the hiter->dev before dereferencing it.
Title tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev
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-10T11:59:47.298Z

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

Link: CVE-2026-68176

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T18:45:17Z

Weaknesses