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: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a null pointer dereference in the Linux kernel's tracing subsystem. When mmio_pipe_open fails to locate a PCI device, the hiter->dev pointer is assigned NULL. The mmiotrace read() function still dereferences hiter->dev if hiter exists, which can trigger a kernel panic and cause a system crash. This weakness is listed as CWE-476 and results in a denial of service.

Affected Systems

The vulnerability affects all Linux kernel builds that have not yet incorporated the upstream patch. Vendors labeled under Linux:Linux that are running kernel versions prior to the fix remain vulnerable. No specific kernel versions are enumerated, so any system with a kernel lacking the patch is at risk.

Risk and Exploitability

The EPSS score is < 1% and the vulnerability is not listed in CISA KEV, indicating no confirmed exploit in the wild at the time of publishing. The CVSS score of 4.4 denotes low severity. The flaw resides in kernel code; if an attacker can invoke mmio_pipe_open, the NULL pointer dereference can trigger a kernel panic and cause a system crash. Based on the description, it is inferred that an attacker would need local access to invoke mmio_pipe_open, which would result in denial of service. No public exploit has been documented, but the crash can impact availability.

Generated by OpenCVE AI on August 13, 2026 at 08:13 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 13, 2026 at 08:13 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

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


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

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


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-19T16:30:41.982Z

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

Link: CVE-2026-68176

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:04.490

Modified: 2026-08-19T17:20:34.080

Link: CVE-2026-68176

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T11:59:47Z

Links: CVE-2026-68176 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses