CVE-2026-90056: net: fec: only stop PTP if it was initialized

Published Sep 17, 2026
·
Updated

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

net: fec: only stop PTP if it was initialized

fecptpinit() is only called when fep->bufdescex is available. However, fecprobe() unconditionally calls fecptpstop() on the failedinit path, and fecdrvremove() unconditionally calls fecptpstop() during device removal.

Check fep->bufdescex before calling fecptpstop() in both paths to avoid stopping PTP when it was not initialized.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:05 PM
Data Sourced
via MITRE·04:05 PM
Description

Frequently Asked Questions

1

When can the vulnerable cleanup path be reached?

It can be reached if FEC device initialization fails and follows the failed_init path, or when the FEC driver is removed. In both cases, affected code can call fec_ptp_stop() even though PTP initialization did not occur.

2

What condition makes a system susceptible to the incorrect PTP stop call?

The issue applies when fep->bufdesc_ex is not available. Under that condition fec_ptp_init() is not called, so PTP must not be stopped during cleanup or driver removal.

3

What mitigation is available if the fix cannot be applied immediately?

The provided data identifies no workaround. The correction is to guard calls to fec_ptp_stop() with a check that fep->bufdesc_ex is available.

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