Bug 2418827 (CVE-2025-40239) - CVE-2025-40239 kernel: net: phy: micrel: always set shared->phydev for LAN8814
Summary: CVE-2025-40239 kernel: net: phy: micrel: always set shared->phydev for LAN8814
Keywords:
Status: NEW
Alias: CVE-2025-40239
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-04 16:02 UTC by OSIDB Bzimport
Modified: 2025-12-05 16:05 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-04 16:02:45 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: phy: micrel: always set shared->phydev for LAN8814

Currently, during the LAN8814 PTP probe shared->phydev is only set if PTP
clock gets actually set, otherwise the function will return before setting
it.

This is an issue as shared->phydev is unconditionally being used when IRQ
is being handled, especially in lan8814_gpio_process_cap and since it was
not set it will cause a NULL pointer exception and crash the kernel.

So, simply always set shared->phydev to avoid the NULL pointer exception.


Note You need to log in before you can comment on or make changes to this bug.