Bug 2355493 (CVE-2023-53019) - CVE-2023-53019 kernel: net: mdio: validate parameter addr in mdiobus_get_phy()
Summary: CVE-2023-53019 kernel: net: mdio: validate parameter addr in mdiobus_get_phy()
Keywords:
Status: NEW
Alias: CVE-2023-53019
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-27 17:04 UTC by OSIDB Bzimport
Modified: 2025-04-01 04:16 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-27 17:04:13 UTC
In the Linux kernel, the following vulnerability has been resolved:

net: mdio: validate parameter addr in mdiobus_get_phy()

The caller may pass any value as addr, what may result in an out-of-bounds
access to array mdio_map. One existing case is stmmac_init_phy() that
may pass -1 as addr. Therefore validate addr before using it.


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