CVE-2026-74401
Last modified
CVE-2026-74401 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dlm: fix add msg handle in send_queue ordered In a benchmark scenario triggering a lot of requests that triggers a lot of DLM messages on the network it can be that the mh->seq is not ordered according the oldest seq number. This ordering is required by dlm_receive_ack as "before(mh->seq, seq)" will stop to check for older sequence numbers that are ordered in the tail of "node->send_queue". The side effects of not having it correct ordered regarding "before(mh->seq, seq)" are refcounting issues and use-after free. I only was able to reproduce this issue in a experimental DLM branch and a user space DLM benchmark that uses io_uring. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dlm: fix add msg handle in send_queue ordered In a benchmark scenario triggering a lot of requests that triggers a lot of DLM messages on the network it can be that the mh->seq is not ordered according the oldest seq number. This ordering is required by dlm_receive_ack as "before(mh->seq, seq)" will stop to check for older sequence numbers that are ordered in the tail of "node->send_queue". The side effects of not having it correct ordered regarding "before(mh->seq, seq)" are refcounting issues and use-after free. I only was able to reproduce this issue in a experimental DLM branch and a user space DLM benchmark that uses io_uring. After changing this I don't experienced any refcounting with the sending buffer issues anymore.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/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 | >= 489d8e559c6596eb08e16447d9830bc39afbe54e, < ae9e534e502a0f48c12baf83608c5de0ff0eab11; >= 489d8e559c6596eb08e16447d9830bc39afbe54e, < 6369619f1b665f12d8c99cc6ff733c64eb08b22e; >= 489d8e559c6596eb08e16447d9830bc39afbe54e, < 712714f818d83373847874ab0f8e426be79296cf; >= 489d8e559c6596eb08e16447d9830bc39afbe54e, < 4d45250b1d22960f86d83245be188b16e456218b; >= 489d8e559c6596eb08e16447d9830bc39afbe54e, < d2248cb70c070f8f04762872772e155b59016f17 |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74401?
How severe is CVE-2026-74401?
How do I fix CVE-2026-74401?
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-74395In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74396In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74397In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74398In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74399In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74400In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74402In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74403In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74404In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74405In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74406In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74407In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-74401?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
