NONE · 0

CVE-2026-68176

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->de...

Vulnerability 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.

References

FAQ

What is CVE-2026-68176?

CVE-2026-68176 is a documented vulnerability. 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->de...

How severe is CVE-2026-68176?

CVSS scoring is not yet available for CVE-2026-68176. Check NVD for updates.

Is there a patch for CVE-2026-68176?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.