Bug 2502288 (CVE-2026-63839) - CVE-2026-63839 kernel: platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmi_dev_evaluate_int()
Summary: CVE-2026-63839 kernel: platform/x86: lenovo-wmi-helpers: Fix memory leak in l...
Keywords:
Status: NEW
Alias: CVE-2026-63839
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-07-19 15:02 UTC by OSIDB Bzimport
Modified: 2026-07-20 17:01 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 15:02:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmi_dev_evaluate_int()

lwmi_dev_evaluate_int() leaks output.pointer when retval == NULL (found
by sashiko.dev [1]).

Fix it by moving `ret_obj = output.pointer' outside of the `if (retval)'
block so that it is always freed by the __free cleanup callback.

No functional change intended.


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