CVE-2026-74377
Last modified
CVE-2026-74377 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Copy WQE to local buffer in non-SRQ receive path For non-SRQ QPs, the responder reads WQE fields directly from the shared queue buffer mapped into userspace. This allows a malicious user to modify fields like num_sge or sge entries while the kernel is processing the WQE, leading to out-of-bounds reads in rxe_resp_check_length() and copy_data(). Introduce get_recv_wqe() that validates num_sge and copies the WQE to a kernel-local buffer before processing, matching the approach already used for SRQ WQEs in get_srq_wqe(). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Copy WQE to local buffer in non-SRQ receive path For non-SRQ QPs, the responder reads WQE fields directly from the shared queue buffer mapped into userspace. This allows a malicious user to modify fields like num_sge or sge entries while the kernel is processing the WQE, leading to out-of-bounds reads in rxe_resp_check_length() and copy_data(). Introduce get_recv_wqe() that validates num_sge and copies the WQE to a kernel-local buffer before processing, matching the approach already used for SRQ WQEs in get_srq_wqe(). The srq_wqe buffer is reused since SRQ and non-SRQ paths are mutually exclusive per QP.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < 2e60378fb3c8b51c94103bb40014c4fe38fa5033; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < fc72fd61cc8b2e2e3e92ae4c0e9cc30c9a7ecb78; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < 9fa785137303f7109c23dea779b8dedc67c9b531; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < 5420eebf3b3c162bfaf965f30e61cd1d689e5732; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < a211b7904aed365e4e4f08a48ec6e6dd1ea7b16b; >= 8700e3e7c4857d28ebaa824509934556da0b3e76, < d6ab440240a04b8737ee4c7bb21af9182e451733 |
| Linux | Linux | 4.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74377?
How severe is CVE-2026-74377?
How do I fix CVE-2026-74377?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74371In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74372In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74373In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74374In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74375In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74376In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74378In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74379In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74380In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74381In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74382In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74383In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-74377?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
