CVE-2026-80993: net: phylink: correctly validate returned PCS in phylink_inband_caps

Published Sep 11, 2026
·
Updated

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

net: phylink: correctly validate returned PCS in phylinkinbandcaps

In phylinkinbandcaps(), the PCS returned by macselectpcs is only checked if NULL but macselectpcs can also return an error pointer.

This can cause a kernel panic as phylinkpcsinbandcaps() only checks if passed PCS is not NULL and directly dereference ops from the phylinkpcs struct.

Use the ISERRORNULL macro to address both case where the returned PCS can be NULL or an error pointer and prevent a kernel panic.

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the kernel panic?

A MAC driver's mac_select_pcs callback must return an error pointer rather than a valid PCS or NULL while phylink_inband_caps() is handling it. The vulnerable code then passes that error pointer to phylink_pcs_inband_caps(), which dereferences it.

2

Are systems affected when mac_select_pcs returns NULL?

No, the existing code already checks for NULL. The missing validation is specifically for error-pointer returns from mac_select_pcs.

3

What can be done if the fix cannot be applied immediately?

The provided data does not identify a configuration workaround. Mitigation would require avoiding the driver or execution path in which mac_select_pcs returns an error pointer until the corrected kernel code is deployed.

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