CVE-2022-50865
Last modified
CVE-2022-50865 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcp_add_backlog() The type of sk_rcvbuf and sk_sndbuf in struct sock is int, and in tcp_add_backlog(), the variable limit is caculated by adding sk_rcvbuf, sk_sndbuf and 64 * 1024, it may exceed the max value of int and overflow. This patch reduces the limit budget by halving the sndbuf to solve this issue since ACK packets are much smaller than the payload.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcp_add_backlog() The type of sk_rcvbuf and sk_sndbuf in struct sock is int, and in tcp_add_backlog(), the variable limit is caculated by adding sk_rcvbuf, sk_sndbuf and 64 * 1024, it may exceed the max value of int and overflow. This patch reduces the limit budget by halving the sndbuf to solve this issue since ACK packets are much smaller than the payload.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c9c3321257e1b95be9b375f811fb250162af8d39, < 9d04b4d0feee12bce6bfe37f30d8e953d3c30368; >= c9c3321257e1b95be9b375f811fb250162af8d39, < 4f23cb2be530785db284a685d1b1c30224d8a538; >= c9c3321257e1b95be9b375f811fb250162af8d39, < a85d39f14aa8a71e29cfb5eb5de02878a8779898; >= c9c3321257e1b95be9b375f811fb250162af8d39, < 28addf029417d53b1df062b4c87feb7bc033cb5f; >= c9c3321257e1b95be9b375f811fb250162af8d39, < ec791d8149ff60c40ad2074af3b92a39c916a03f |
| Linux | Linux | 4.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50865?
How severe is CVE-2022-50865?
How do I fix CVE-2022-50865?
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 2022
- CVE-2022-50859In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50860In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50861In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2022-50862In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50863In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50864In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50866In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50867In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50868In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50869In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50870In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50871In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2022-50865?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
