In the Linux kernel, the following vulnerability has been resolved:
drm/xe/reg_sr: Fix leak on xa_store failure
Free the newly allocated entry when xa_store() fails to avoid a memory
leak on the error path.
v2: use goto fail_free. (Bala)
(cherry picked from commit 6bc6fec71ac45f52db609af4e62bdb96b9f5fadb)
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-04-03 14:16
Updated : 2026-07-24 21:10
NVD link : CVE-2026-23418
Mitre link : CVE-2026-23418
CVE.ORG link : CVE-2026-23418
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
