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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
17 Sep 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-09-17 17:16
Updated : 2026-09-17 17:16
NVD link : CVE-2026-90056
Mitre link : CVE-2026-90056
CVE.ORG link : CVE-2026-90056
JSON object : View
Products Affected
No product.
CWE
No CWE.
