3 matches found
Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fixed a segmentation fault in rxecompqueuepkt. In rxecompqueuepkt, an incoming response packet is enqueued into the resppkts queue. Then, it is decided whether to run the completer task inline or schedule it. Finally, t...
kernel: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
A flaw was found in the Linux kernel's Remote Direct Memory Access RDMA subsystem, specifically within the rxecompqueuepkt function of the rxe component. A race condition can occur where a socket buffer skb is prematurely freed while still being referenced, leading to a segmentation fault. This...
SUSE CVE-2024-38544
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxecompqueuepkt In rxecompqueuepkt an incoming response packet skb is enqueued to the resppkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb ...