CVE-2026-97978: eth: ice: don't dereference pointers from TP_printk()

Published Sep 25, 2026
·
Updated

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

eth: ice: don't dereference pointers from TPprintk()

After forwarding net-next during the v7.3 merge window we started seeing:

TRACE EVENT ERROR: Event icetxdimwork has double dereference in TPprintk: REC->qvector->tx.txring->qindex WARNING: kernel/trace/traceevents.c:420 at testdoubledereference.cold+0x39/0x4b

this is due to extra checks added in tracing subsystem in commit b5cc230af5e5 ("tracing: Warn when an event dereferences a pointer in TPprintk()").

Printing happens long after the event was recorded, by which point the pointers may be invalid (the ring or the dim instance). Copy the eight scalars into the event instead.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Copy the eight scalar values into the ice_tx_dim_work event when it is recorded, and have TP_printk use those scalars instead of dereferencing REC->q_vector->tx.tx_ring->q_index or other pointers.

    Linux kernel eth: ice trace event ice_tx_dim_work TP_printk pointer dereferences = eight scalar fields copied into the event

Event History

Sep 25, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

What conditions are required for this issue to occur?

The issue involves the ice_tx_dim_work trace event and occurs when its TP_printk() expression dereferences pointers after the event has been recorded. The referenced ring or DIM instance may no longer be valid when tracing later formats the event.

2

How can I determine whether a system is encountering this problem?

Affected systems may report a trace event error stating that ice_tx_dim_work has a double dereference in TP_printk, referencing REC->q_vector->tx.tx_ring->q_index. The report may also include a warning from kernel/trace/trace_events.c at test_double_dereference.cold.

3

What does the fix change?

The fix avoids dereferencing recorded pointers from TP_printk() by copying eight scalar values into the trace event instead. This ensures formatting does not depend on the continued validity of the ring or DIM pointers.

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