CVE-2026-68175: tracing: Fix resource leak on mmiotrace trace_pipe close

Published Aug 10, 2026
·
Updated

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

tracing: Fix resource leak on mmiotrace tracepipe close

The mmiotrace tracer was added May 12th 2008. At that time, resources created in pipeopen() could not be freed because there was not pipeclose function pointer of the tracer. The pipeclose function pointer was added in December 7th, 2009, but the mmiotrace tracer was not updated.

mmiopipeopen() allocates a headeriter and takes a pcidev reference when tracepipe is opened. mmioclose() frees them, but it was only wired to the tracer's .close callback.

tracingreleasepipe() invokes .pipeclose, not .close, when the tracepipe file is released. As a result, closing tracepipe with the mmiotrace tracer active leaked the headeriter allocation and left a stale pcidev reference.

Set .pipeclose to mmioclose, matching how functiongraph wires both callbacks to the same handler.

Note, if the tracepipe is read to completion, it will clean up the resources, but if one were to run:

# head -n 1 /sys/kernel/tracing/tracepipe VERSION 20070824

Over and over again, it would trigger a massive leak.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 10, 2026
CVE Published
via MITRE·11:59 AM
Data Sourced
via MITRE·11:59 AM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68175?

The severity of CVE-2026-68175 is rated at 17.

2

How do I fix CVE-2026-68175?

To fix CVE-2026-68175, ensure that your Linux kernel is updated to a version that includes the patch addressing this vulnerability.

3

What is the impact of CVE-2026-68175?

CVE-2026-68175 can lead to a resource leak in the mmiotrace feature of the Linux kernel.

4

Is CVE-2026-68175 exploitable remotely?

CVE-2026-68175 does not have remote exploitability as it pertains to kernel-level resource management.

5

When was CVE-2026-68175 published?

CVE-2026-68175 was published on August 10, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203