Back to overview

CVE-2026-53210

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

Metadata

CVE ID
CVE-2026-53210
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-25 08:39 UTC
Last updated
2026-06-25 08:39 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 7bdee41575919773818e525ea19e54eb817770af < 4277759906b44d923a38c8f59f5576501b187b0d, 7bdee41575919773818e525ea19e54eb817770af < c10c9c48b2903f41ed4c532043b0576e86228236, 7bdee41575919773818e525ea19e54eb817770af < dbf779db927414f5b37c1f666013e9b48a88cfde, 7bdee41575919773818e525ea19e54eb817770af < 26682f5efc276e3ad96d102019472bfbf03833b2
Linux Linux 6.8, 0 < 6.8, 6.12.94 ≤ 6.12.*, 6.18.36 ≤ 6.18.* …
Back to overview