In the Linux kernel, the following vulnerability has been resolved:
tee: shm: fix shm leak in register_shm_helper()
register_shm_helper() allocates shm before calling
iov_iter_npages(). If iov_iter_npages() returns 0, the function
jumps to err_ctx_put and leaks shm.
This can be triggered by TEE_IOC_SHM_REGISTER with
struct tee_ioctl_shm_register_data where length is 0.
Jump to err_free_shm instead.
References
Configurations
Configuration 1 (hide)
|
History
02 Jul 2026, 20:54
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/26682f5efc276e3ad96d102019472bfbf03833b2 - Patch | |
| References | () https://git.kernel.org/stable/c/4277759906b44d923a38c8f59f5576501b187b0d - Patch | |
| References | () https://git.kernel.org/stable/c/c10c9c48b2903f41ed4c532043b0576e86228236 - Patch | |
| References | () https://git.kernel.org/stable/c/dbf779db927414f5b37c1f666013e9b48a88cfde - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
25 Jun 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 09:16
Updated : 2026-07-02 20:54
NVD link : CVE-2026-53210
Mitre link : CVE-2026-53210
CVE.ORG link : CVE-2026-53210
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
