Bug 2432353 (CVE-2025-71145) - CVE-2025-71145 kernel: usb: phy: isp1301: fix non-OF device reference imbalance
Summary: CVE-2025-71145 kernel: usb: phy: isp1301: fix non-OF device reference imbalance
Keywords:
Status: NEW
Alias: CVE-2025-71145
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: 2026-01-23 14:01 UTC by OSIDB Bzimport
Modified: 2026-01-23 15:30 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-23 14:01:13 UTC
In the Linux kernel, the following vulnerability has been resolved:

usb: phy: isp1301: fix non-OF device reference imbalance

A recent change fixing a device reference leak in a UDC driver
introduced a potential use-after-free in the non-OF case as the
isp1301_get_client() helper only increases the reference count for the
returned I2C device in the OF case.

Increment the reference count also for non-OF so that the caller can
decrement it unconditionally.

Note that this is inherently racy just as using the returned I2C device
is since nothing is preventing the PHY driver from being unbound while
in use.


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