CVE-2026-68418
Last modified
CVE-2026-68418 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp->iwpbl if the user-provided req.user_wqe_bufs field was non-zero. The problem is that iwqp->iwpbl is unconditionally dereferenced later on in irdma_setup_virt_qp. While there was a check for iwqp->iwpbl != NULL, this check would only occur if req.user_wqe_bufs was non-zero.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp->iwpbl if the user-provided req.user_wqe_bufs field was non-zero. The problem is that iwqp->iwpbl is unconditionally dereferenced later on in irdma_setup_virt_qp. While there was a check for iwqp->iwpbl != NULL, this check would only occur if req.user_wqe_bufs was non-zero. The end result is that a user could send a zero user_wqe_bufs value and trigger a null ptr deref. Fix this by unconditionally calling irdma_get_pbl and bailing if it fails, similar to the CQ and SRQ paths.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < ec675b4cdfd378d8c9dd8c93126c024f2469bd79; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < 728211c815f6eef28dd3df2a5b6297483185aa20; >= b48c24c2d710cf34810c555dcef883a3d35a9c08, < b9b0889071569d43623c260074e159cd8f26adb1 |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68418?
How severe is CVE-2026-68418?
How do I fix CVE-2026-68418?
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-68412In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68413In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68414In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68415In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68416In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68417In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68419In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6842A flaw was found in nano. In environments with permissive um…2.5
- CVE-2026-68420In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68421In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68422In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68423In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68418?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
