An issue was discovered in the Linux kernel before 6.6.8. do_vcc_ioctl in net/atm/ioctl.c has a use-after-free because of a vcc_recvmsg race condition.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://github.com/torvalds/linux/commit/24e90b9e34f9e039f56b5f25f6e6eb92cdd8f4b3 | patch |
https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.8 | release notes |
https://lists.debian.org/debian-lts-announce/2024/01/msg00004.html | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2024/01/msg00005.html | third party advisory mailing list |
https://security.netapp.com/advisory/ntap-20240419-0001/ |