NONE · 0

CVE-2026-63839

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 ret...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-63839?

CVE-2026-63839 is a documented vulnerability. 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 ret...

How severe is CVE-2026-63839?

CVSS scoring is not yet available for CVE-2026-63839. Check NVD for updates.

Is there a patch for CVE-2026-63839?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.