CVE-2022-49697
Last modified
CVE-2022-49697 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix request_sock leak in sk lookup helpers A customer reported a request_socket leak in a Calico cloud environment. We found that a BPF program was doing a socket lookup with takes a refcnt on the socket and that it was finding the request_socket but returning the parent LISTEN socket via sk_to_full_sk() without decrementing the child request socket 1st, resulting in request_sock slab object leak. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix request_sock leak in sk lookup helpers A customer reported a request_socket leak in a Calico cloud environment. We found that a BPF program was doing a socket lookup with takes a refcnt on the socket and that it was finding the request_socket but returning the parent LISTEN socket via sk_to_full_sk() without decrementing the child request socket 1st, resulting in request_sock slab object leak. This patch retains the existing behaviour of returning full socks to the caller but it also decrements the child request_socket if one is present before doing so to prevent the leak. Thanks to Curtis Taylor for all the help in diagnosing and testing this. And thanks to Antoine Tenart for the reproducer and patch input. v2 of this patch contains, refactor as per Daniel Borkmann's suggestions to validate RCU flags on the listen socket so that it balances with bpf_sk_release() and update comments as per Martin KaFai Lau's suggestion. One small change to Daniels suggestion, put "sk = sk2" under "if (sk2 != sk)" to avoid an extra instruction.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.2, < 5.4.202 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.127 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.51 | — |
| Linux | Linux Kernel | >= 5.16, < 5.18.8 | — |
| Linux | Linux Kernel | 5.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49697?
How severe is CVE-2022-49697?
How do I fix CVE-2022-49697?
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-49691In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49692In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49693In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49694In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49695In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49696In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49698In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49699In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49700In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49701In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49702In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49703In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49697?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
