CVE-2026-23416
Last modified
CVE-2026-23416 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mm/mseal: update VMA end correctly on merge Previously we stored the end of the current VMA in curr_end, and then upon iterating to the next VMA updated curr_start to curr_end to advance to the next VMA. However, this doesn't take into account the fact that a VMA might be updated due to a merge by vma_modify_flags(), which can result in curr_end being stale and thus, upon setting curr_start to curr_end, ending up with an incorrect curr_start on the next iteration. Resolve the issue by setting curr_end to vma->vm_end unconditionally to ensure this value remains updated should this occur. While we're here, eliminate this entire class of bug by simply setting const curr_[start/end] to be clamped to the input range and VMAs, which also happens to simplify the logic.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/mseal: update VMA end correctly on merge Previously we stored the end of the current VMA in curr_end, and then upon iterating to the next VMA updated curr_start to curr_end to advance to the next VMA. However, this doesn't take into account the fact that a VMA might be updated due to a merge by vma_modify_flags(), which can result in curr_end being stale and thus, upon setting curr_start to curr_end, ending up with an incorrect curr_start on the next iteration. Resolve the issue by setting curr_end to vma->vm_end unconditionally to ensure this value remains updated should this occur. While we're here, eliminate this entire class of bug by simply setting const curr_[start/end] to be clamped to the input range and VMAs, which also happens to simplify the logic.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.17.1, < 6.18.21 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.11 | — |
| Linux | Linux Kernel | 6.17 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23416?
How severe is CVE-2026-23416?
How do I fix CVE-2026-23416?
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-23410In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23411In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23412In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23413In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23414In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23415In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23417In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23418In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23419In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2342Improper neutralization of input during web page generation …9.3
- CVE-2026-23420In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23421In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23416?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
