CVE-2026-46158
Last modified
CVE-2026-46158 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: always decrease sk refcount When an ADD_ADDR is retransmitted, the sk is held in sk_reset_timer(). It should then be released in all cases at the end. Some (unlikely) checks were returning directly instead of calling sock_put() to decrease the refcount. Jump to a new 'exit' label to call __sock_put() (which will become sock_put() in the next commit) to fix this potential leak. While at it, drop the '!msk' check which cannot happen because it is never reset, and explicitly mark the remaining one as "unlikely".. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: always decrease sk refcount When an ADD_ADDR is retransmitted, the sk is held in sk_reset_timer(). It should then be released in all cases at the end. Some (unlikely) checks were returning directly instead of calling sock_put() to decrease the refcount. Jump to a new 'exit' label to call __sock_put() (which will become sock_put() in the next commit) to fix this potential leak. While at it, drop the '!msk' check which cannot happen because it is never reset, and explicitly mark the remaining one as "unlikely".
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 | >= 5.10, < 6.6.142 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.92 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46158?
How severe is CVE-2026-46158?
How do I fix CVE-2026-46158?
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-46152In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-46153In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46154In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-46155In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-46156In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46157In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46159In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-4616A security flaw has been discovered in bolo-blog up to 2.6.4…2.4
- CVE-2026-46160In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46161In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46162In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46163In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46158?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
