Bug 2436752 (CVE-2026-23065) - CVE-2026-23065 kernel: platform/x86/amd: Fix memory leak in wbrf_record()
Summary: CVE-2026-23065 kernel: platform/x86/amd: Fix memory leak in wbrf_record()
Keywords:
Status: NEW
Alias: CVE-2026-23065
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-02-04 17:01 UTC by OSIDB Bzimport
Modified: 2026-02-05 08:25 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-02-04 17:01:38 UTC
In the Linux kernel, the following vulnerability has been resolved:

platform/x86/amd: Fix memory leak in wbrf_record()

The tmp buffer is allocated using kcalloc() but is not freed if
acpi_evaluate_dsm() fails. This causes a memory leak in the error path.

Fix this by explicitly freeing the tmp buffer in the error handling
path of acpi_evaluate_dsm().


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