NONE · 0

CVE-2026-90056

In the Linux kernel, the following vulnerability has been resolved: net: fec: only stop PTP if it was initialized fec_ptp_init() is only called when fep->bufdesc_ex is available. However, fec_probe(...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net: fec: only stop PTP if it was initialized fec_ptp_init() is only called when fep->bufdesc_ex is available. However, fec_probe() unconditionally calls fec_ptp_stop() on the failed_init path, and fec_drv_remove() unconditionally calls fec_ptp_stop() during device removal. Check fep->bufdesc_ex before calling fec_ptp_stop() in both paths to avoid stopping PTP when it was not initialized.

References

FAQ

What is CVE-2026-90056?

CVE-2026-90056 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: fec: only stop PTP if it was initialized fec_ptp_init() is only called when fep->bufdesc_ex is available. However, fec_probe(...

How severe is CVE-2026-90056?

CVSS scoring is not yet available for CVE-2026-90056. Check NVD for updates.

Is there a patch for CVE-2026-90056?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.