CVE-2026-45881

In the Linux kernel, the following vulnerability has been resolved: soc: mediatek: svs: Fix memory leak in svs_enable_debug_write() In svs_enable_debug_write(), the buf allocated by memdup_user_nul() is leaked if kstrtoint() fails. Fix this by using __free(kfree) to automatically free buf, eliminating the need for explicit kfree() calls and preventing leaks. [Angelo: Added missing cleanup.h inclusion]
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

25 Jun 2026, 21:12

Type Values Removed Values Added
First Time Linux linux Kernel
Linux
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/06195456c4e4de3826c4ca60eca941c472f991d0 - () https://git.kernel.org/stable/c/06195456c4e4de3826c4ca60eca941c472f991d0 - Patch
References () https://git.kernel.org/stable/c/0f6498077faa9cd89bb787bcc57063494a6f0601 - () https://git.kernel.org/stable/c/0f6498077faa9cd89bb787bcc57063494a6f0601 - Patch
References () https://git.kernel.org/stable/c/47a3e372f7d68776adb749a27c0ec9058ff1b4fd - () https://git.kernel.org/stable/c/47a3e372f7d68776adb749a27c0ec9058ff1b4fd - Patch
References () https://git.kernel.org/stable/c/6259094ee806fb813ca95894c65fb80e2ec98bf1 - () https://git.kernel.org/stable/c/6259094ee806fb813ca95894c65fb80e2ec98bf1 - Patch
References () https://git.kernel.org/stable/c/6bb10466e0884b4a68d4a1f3f4bb87eeb471c18a - () https://git.kernel.org/stable/c/6bb10466e0884b4a68d4a1f3f4bb87eeb471c18a - Patch
References () https://git.kernel.org/stable/c/a58c97828911c0b6e25d6b556789da974003efda - () https://git.kernel.org/stable/c/a58c97828911c0b6e25d6b556789da974003efda - Patch
CWE CWE-401
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5

27 May 2026, 14:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-27 14:17

Updated : 2026-06-25 21:12


NVD link : CVE-2026-45881

Mitre link : CVE-2026-45881

CVE.ORG link : CVE-2026-45881


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime