cbcvebase.
CVE-2025-38212
published 2025-07-04

CVE-2025-38212: In the Linux kernel, the following vulnerability has been resolved: ipc: fix to protect IPCS lookups using RCU syzbot reported that it discovered a…

high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
In the Linux kernel, the following vulnerability has been resolved: ipc: fix to protect IPCS lookups using RCU syzbot reported that it discovered a use-after-free vulnerability, [0] [0]: https://lore.kernel.org/all/[email protected]/ idr_for_each() is protected by rwsem, but this is not enough. If it is not protected by RCU read-critical region, when idr_for_each() calls radix_tree_node_free() through call_rcu() to free the radix_tree_node structure, the node will be freed immediately, and when reading the next node in radix_tree_for_each_slot(), the already freed memory may be read. Therefore, we need to add code to make sure that idr_for_each() is protected within the RCU read-critical region when we call it in shm_destroy_orphaned().

Affected

36 ranges· showing 25
VendorProductVersion rangeFixed in
debiandebian_linux
debianlinux< linux 6.1.147-1 (bookworm)linux 6.1.147-1 (bookworm)
debianlinux-6.1< linux 6.1.147-1 (bookworm)linux 6.1.147-1 (bookworm)
linuxlinux
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < 5f1e1573bf103303944fd7225559de5d8297539c5f1e1573bf103303944fd7225559de5d8297539c
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < b968ba8bfd9f90914957bbbd815413bf6a98eca7b968ba8bfd9f90914957bbbd815413bf6a98eca7
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < 74bc813d11c30e28fc5261dc877cca662ccfac6874bc813d11c30e28fc5261dc877cca662ccfac68
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < 78297d53d3878d43c1d627d20cd09f611fa4b91d78297d53d3878d43c1d627d20cd09f611fa4b91d
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < 5180561afff8e0f029073c8c8117c95c6512d1f95180561afff8e0f029073c8c8117c95c6512d1f9
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < 68c173ea138b66d7dd1fd980c9bc578a18e1188468c173ea138b66d7dd1fd980c9bc578a18e11884
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < b0b6bf90ce2699a574b3683e22c44d0dcdd7a057b0b6bf90ce2699a574b3683e22c44d0dcdd7a057
linuxlinux>= b34a6b1da371ed8af1221459a18c67970f7e3d53 < d66adabe91803ef34a8b90613c81267b5ded1472d66adabe91803ef34a8b90613c81267b5ded1472
linuxlinux_kernel>= 0 < 5.10.244-15.10.244-1
linuxlinux_kernel>= 0 < 6.1.147-16.1.147-1
linuxlinux_kernel>= 0 < 6.12.35-16.12.35-1
linuxlinux_kernel>= 0 < 6.12.35-16.12.35-1
linuxlinux_kernel>= 0 < 5.15.0-156.1665.15.0-156.166
linuxlinux_kernel>= 0 < 6.8.0-100.1006.8.0-100.100
linuxlinux_kernel>= 3.1 < 5.4.2955.4.295
linuxlinux_kernel>= 5.11 < 5.15.1865.15.186
linuxlinux_kernel>= 5.16 < 6.1.1426.1.142
linuxlinux_kernel>= 5.5 < 5.10.2395.10.239
linuxlinux_kernel>= 6.13 < 6.15.46.15.4
linuxlinux_kernel>= 6.2 < 6.6.956.6.95
linuxlinux_kernel>= 6.7 < 6.12.356.12.35

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH