Bug 2401499 (CVE-2023-53533) - CVE-2023-53533 kernel: Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe
Summary: CVE-2023-53533 kernel: Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe
Keywords:
Status: NEW
Alias: CVE-2023-53533
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-10-04 16:04 UTC by OSIDB Bzimport
Modified: 2025-11-26 12:03 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-04 16:04:07 UTC
In the Linux kernel, the following vulnerability has been resolved:

Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe

rpi_firmware_get() take reference, we need to release it in error paths
as well. Use devm_rpi_firmware_get() helper to handling the resources.
Also remove the existing rpi_firmware_put().


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