CVE-2022-49779
Last modified
CVE-2022-49779 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case In __unregister_kprobe_top(), if the currently unregistered probe has post_handler but other child probes of the aggrprobe do not have post_handler, the post_handler of the aggrprobe is cleared. If this is a ftrace-based probe, there is a problem. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case In __unregister_kprobe_top(), if the currently unregistered probe has post_handler but other child probes of the aggrprobe do not have post_handler, the post_handler of the aggrprobe is cleared. If this is a ftrace-based probe, there is a problem. In later calls to disarm_kprobe(), we will use kprobe_ftrace_ops because post_handler is NULL. But we're armed with kprobe_ipmodify_ops. This triggers a WARN in __disarm_kprobe_ftrace() and may even cause use-after-free: Failed to disarm kprobe-ftrace at kernel_clone+0x0/0x3c0 (error -2) WARNING: CPU: 5 PID: 137 at kernel/kprobes.c:1135 __disarm_kprobe_ftrace.isra.21+0xcf/0xe0 Modules linked in: testKprobe_007(-) CPU: 5 PID: 137 Comm: rmmod Not tainted 6.1.0-rc4-dirty #18 [...] Call Trace: <TASK> __disable_kprobe+0xcd/0xe0 __unregister_kprobe_top+0x12/0x150 ? mutex_lock+0xe/0x30 unregister_kprobes.part.23+0x31/0xa0 unregister_kprobe+0x32/0x40 __x64_sys_delete_module+0x15e/0x260 ? do_user_addr_fault+0x2cd/0x6b0 do_syscall_64+0x3a/0x90 entry_SYSCALL_64_after_hwframe+0x63/0xcd [...] For the kprobe-on-ftrace case, we keep the post_handler setting to identify this aggrprobe armed with kprobe_ipmodify_ops. This way we can disarm it correctly.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4, < 5.4.225 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.156 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.80 | — |
| Linux | Linux Kernel | >= 5.16, < 6.0.10 | — |
| Linux | Linux Kernel | 6.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49779?
How severe is CVE-2022-49779?
How do I fix CVE-2022-49779?
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-49773In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49774In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49775In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49776In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49777In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49778In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4978Remote Control Server, maintained by Steppschuh, 3.1.1.12 al…9.3
- CVE-2022-49780In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49781In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-49782In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49783In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49784In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49779?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
