Bug 2393179 (CVE-2025-38726) - CVE-2025-38726 kernel: net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect
Summary: CVE-2025-38726 kernel: net: ftgmac100: fix potential NULL pointer access in f...
Keywords:
Status: NEW
Alias: CVE-2025-38726
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-04 16:03 UTC by OSIDB Bzimport
Modified: 2025-11-26 07:31 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-04 16:03:15 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect

After the call to phy_disconnect() netdev->phydev is reset to NULL.
So fixed_phy_unregister() would be called with a NULL pointer as argument.
Therefore cache the phy_device before this call.


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