CVE-2022-48714
Last modified
CVE-2022-48714 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Use VM_MAP instead of VM_ALLOC for ringbuf After commit 2fd3fb0be1d1 ("kasan, vmalloc: unpoison VM_ALLOC pages after mapping"), non-VM_ALLOC mappings will be marked as accessible in __get_vm_area_node() when KASAN is enabled. But now the flag for ringbuf area is VM_ALLOC, so KASAN will complain out-of-bound access after vmap() returns. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Use VM_MAP instead of VM_ALLOC for ringbuf After commit 2fd3fb0be1d1 ("kasan, vmalloc: unpoison VM_ALLOC pages after mapping"), non-VM_ALLOC mappings will be marked as accessible in __get_vm_area_node() when KASAN is enabled. But now the flag for ringbuf area is VM_ALLOC, so KASAN will complain out-of-bound access after vmap() returns. Because the ringbuf area is created by mapping allocated pages, so use VM_MAP instead. After the change, info in /proc/vmallocinfo also changes from [start]-[end] 24576 ringbuf_map_alloc+0x171/0x290 vmalloc user to [start]-[end] 24576 ringbuf_map_alloc+0x171/0x290 vmap user
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.8, < 5.10.99 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.22 | — |
| Linux | Linux Kernel | >= 5.16, < 5.16.8 | — |
| Linux | Linux Kernel | 5.17 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-48714?
How severe is CVE-2022-48714?
How do I fix CVE-2022-48714?
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-48709In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4871A vulnerability classified as problematic was found in ummmm…7.2
- CVE-2022-48710In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48711In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48712In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48713In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48715In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48716In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48717In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48718In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48719In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4872The Chained Products WordPress plugin before 2.12.0 does not…4.3
Are you affected by CVE-2022-48714?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
