copy_params in drivers/md/dm-ioctl.c in the Linux kernel through 6.7.1 can attempt to allocate more than INT_MAX bytes, and crash, because of a missing param_kernel->data_size check. This is related to ctl_ioctl.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://www.spinics.net/lists/dm-devel/msg56574.html | mailing list third party advisory |
https://www.spinics.net/lists/dm-devel/msg56694.html | mailing list third party advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZOU3745CWCDZ7EMKMXB2OEEIB5Q3IWM/ | vendor advisory |
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html | mailing list |
https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html | mailing list |