Bug 2425147 (CVE-2023-54109) - CVE-2023-54109 kernel: media: rcar_fdp1: Fix refcount leak in probe and remove function
Summary: CVE-2023-54109 kernel: media: rcar_fdp1: Fix refcount leak in probe and remov...
Keywords:
Status: NEW
Alias: CVE-2023-54109
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-12-24 14:06 UTC by OSIDB Bzimport
Modified: 2026-06-29 20:02 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 14:06:25 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: rcar_fdp1: Fix refcount leak in probe and remove function

rcar_fcp_get() take reference, which should be balanced with
rcar_fcp_put(). Add missing rcar_fcp_put() in fdp1_remove and
the error paths of fdp1_probe() to fix this.

[hverkuil: resolve merge conflict, remove() is now void]


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