CVE-2026-68425
Last modified
CVE-2026-68425 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: IB/mad: Drop unmatched RMPP responses before reassembly Kernel-handled RMPP receive processing starts reassembly for active DATA responses before the response is matched to an outstanding send. The normal match happens later, after ib_process_rmpp_recv_wc() has either assembled a complete message or consumed the segment. That ordering lets an unsolicited response that routes to a kernel RMPP agent by the high TID bits allocate or extend RMPP receive state before the full TID and source address are checked against a real request. A reordered burst can therefore reach the receive-side insertion path even though the response would not match any send. For kernel-handled RMPP DATA responses, require the existing ib_find_send_mad() match before entering RMPP reassembly.
Description
In the Linux kernel, the following vulnerability has been resolved: IB/mad: Drop unmatched RMPP responses before reassembly Kernel-handled RMPP receive processing starts reassembly for active DATA responses before the response is matched to an outstanding send. The normal match happens later, after ib_process_rmpp_recv_wc() has either assembled a complete message or consumed the segment. That ordering lets an unsolicited response that routes to a kernel RMPP agent by the high TID bits allocate or extend RMPP receive state before the full TID and source address are checked against a real request. A reordered burst can therefore reach the receive-side insertion path even though the response would not match any send. For kernel-handled RMPP DATA responses, require the existing ib_find_send_mad() match before entering RMPP reassembly. The matcher already checks the full TID, management class and source address/GID against the agent wait, backlog and in-flight send lists. If there is no match, drop the response without creating RMPP state. This leaves the RMPP window behavior unchanged and only rejects responses that have no corresponding request.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fa619a77046bef30478697aba0553991033afb8e, < dfa535c94406c03d3f0c869ef3ba5528e395737c; >= fa619a77046bef30478697aba0553991033afb8e, < 6e1bd7f590b0ccfee07f7fe1d48b92059bd37d72; >= fa619a77046bef30478697aba0553991033afb8e, < 98d2d468b4faa1fdc68c0c6c238389906ee3490c; >= fa619a77046bef30478697aba0553991033afb8e, < ad9c9ad3204f63a46f0f7de29687a8e512f05e29; >= fa619a77046bef30478697aba0553991033afb8e, < d2e52d610b9b09694261632340b801a421e0b0c5 |
| Linux | Linux | 2.6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68425?
How severe is CVE-2026-68425?
How do I fix CVE-2026-68425?
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-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…
- CVE-2026-68424In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68426In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68427In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68429In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6843A flaw was found in nano. A local user could exploit a forma…5.5
- CVE-2026-68430In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68425?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
