CVE-2026-72060: net: ethernet: ti: icssg: guard PA stat lookups

Published Aug 15, 2026
·
Updated

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

net: ethernet: ti: icssg: guard PA stat lookups

icssgndogetstats64() unconditionally calls emacgetstatbyname() with FW PA stat names regardless of whether the PA stats block is present on the hardware. emacgetstatbyname() already guards the PA stats lookup with if (emac->prueth->pastats); when that pointer is NULL the lookup falls through to netdeverr() and returns -EINVAL. Because ndogetstats64 is polled regularly by the networking stack this produces thousands of log entries of the form:

icssg-prueth icssg1-eth end0: Invalid stats FWRXERROR

A secondary consequence is that the int(-EINVAL) return value is implicitly widened to a near-ULLONGMAX unsigned value when accumulated into the u64 fields of rtnllinkstats64, silently corrupting the rxerrors, rxdropped and txdropped counters reported by ip -s link.

Every other PA-aware code path in the driver is already guarded with the same if (emac->prueth->pastats) check. Apply the same guard here.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 15, 2026
CVE Published
via MITRE·05:52 AM
Data Sourced
via MITRE·05:52 AM
Description
Data Sourced
via NVD·06:21 AM
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-72060?

CVE-2026-72060 has been assigned a risk score of 12, indicating a high severity vulnerability.

2

How do I fix CVE-2026-72060?

Fixing CVE-2026-72060 involves updating to the latest stable Linux kernel version that includes the patch addressing this vulnerability.

3

What impact does CVE-2026-72060 have on system security?

CVE-2026-72060 can lead to potential denial of service or system instability if the PA stats block is not present on the hardware.

4

Is CVE-2026-72060 specific to certain Linux kernel versions?

Yes, CVE-2026-72060 affects specific versions of the Linux kernel that utilize the icssg driver for Ethernet communications.

5

How can administrators check if they are affected by CVE-2026-72060?

Administrators can verify their kernel version and configuration to see if they utilize the affected icssg driver related to CVE-2026-72060.

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