First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds In the function init_conns(), after the create_con() and create_cm() for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory because cid is set to clt_path->s.con_num. This commits resets the cid to clt_path->s.con_num - 1, to stay in bounds in the cleanup loop later.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.8<5.15.168 | |
Linux Kernel | >=5.16<6.1.113 | |
Linux Kernel | >=6.2<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47695 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-47695, update to the patched version of the Linux kernel, specifically versions 6.1.123-1, 6.1.128-1, 6.12.12-1, or later.
CVE-2024-47695 affects Linux kernel versions from 5.8 to 6.11.2, including several specific subversions within that range.
CVE-2024-47695 is considered to have potential remote exploitation vectors, especially in environments utilizing RDMA.
CVE-2024-47695 specifically affects the RDMA/rtrs-clt component of the Linux kernel.