Bug 2482565 (CVE-2026-46239) - CVE-2026-46239 kernel: media: i2c: ov5647: Fix runtime PM refcount leak in s_ctrl
Summary: CVE-2026-46239 kernel: media: i2c: ov5647: Fix runtime PM refcount leak in s_...
Keywords:
Status: NEW
Alias: CVE-2026-46239
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-05-28 11:03 UTC by OSIDB Bzimport
Modified: 2026-05-29 13:57 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-28 11:03:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: i2c: ov5647: Fix runtime PM refcount leak in s_ctrl

Three control cases (AUTOGAIN, EXPOSURE_AUTO, ANALOGUE_GAIN) directly
return without calling pm_runtime_put(), causing runtime PM reference
count leaks.

Change these cases from 'return' to 'ret = ... break' pattern to ensure
pm_runtime_put() is always called before function exit.


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