CVE-2026-72028
Last modified
CVE-2026-72028 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: riscv: probes: save original sp in rethook trampoline Reading a word from the stack in a kretprobe crashes a risc-v kernel. $ cd /sys/kernel/tracing/ $ echo 'r n_tty_write $stack0' > dynamic_events $ echo 1 > events/kprobes/enable Unable to handle kernel paging request at virtual address 0000000200000128 ... [<ffffffff80016d16>] regs_get_kernel_stack_nth+0x26/0x38 [<ffffffff80177196>] process_fetch_insn+0x3ee/0x760 [<ffffffff80177836>] kretprobe_trace_func+0x116/0x1f0 [<ffffffff8017795a>] kretprobe_dispatcher+0x4a/0x58 [<ffffffff8013572e>] kretprobe_rethook_handler+0x5e/0x90 [<ffffffff80180838>] rethook_trampoline_handler+0x70/0x108 [<ffffffff8001ba32>] arch_rethook_trampoline_callback+0x12/0x1c [<ffffffff8001ba84>] arch_rethook_trampoline+0x48/0x94 [<ffffffff8067872a>] tty_write+0x1a/0x30 In regs_get_kernel_stack_nth, regs->sp contains an arbitrary value. arch_rethook_trampoline saves the registers from the probed function in a struct pt_regs. sp is not saved. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: riscv: probes: save original sp in rethook trampoline Reading a word from the stack in a kretprobe crashes a risc-v kernel. $ cd /sys/kernel/tracing/ $ echo 'r n_tty_write $stack0' > dynamic_events $ echo 1 > events/kprobes/enable Unable to handle kernel paging request at virtual address 0000000200000128 ... [<ffffffff80016d16>] regs_get_kernel_stack_nth+0x26/0x38 [<ffffffff80177196>] process_fetch_insn+0x3ee/0x760 [<ffffffff80177836>] kretprobe_trace_func+0x116/0x1f0 [<ffffffff8017795a>] kretprobe_dispatcher+0x4a/0x58 [<ffffffff8013572e>] kretprobe_rethook_handler+0x5e/0x90 [<ffffffff80180838>] rethook_trampoline_handler+0x70/0x108 [<ffffffff8001ba32>] arch_rethook_trampoline_callback+0x12/0x1c [<ffffffff8001ba84>] arch_rethook_trampoline+0x48/0x94 [<ffffffff8067872a>] tty_write+0x1a/0x30 In regs_get_kernel_stack_nth, regs->sp contains an arbitrary value. arch_rethook_trampoline saves the registers from the probed function in a struct pt_regs. sp is not saved. Instead, sp is decremented for arch_rethook_trampoline's local stack. Fix this crash and save the original sp along with the other registers. Use a0 as a temporary register, it is overwritten anyway. [pjw@kernel.org: added Fixes tag; cc'ed stable]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c22b0bcb1dd024cb9caad9230e3a387d8b061df5, < 5da5cf48a432e30ded8d58087854e5383a36eff1; >= c22b0bcb1dd024cb9caad9230e3a387d8b061df5, < c386e1c591d72eab58ee2e69105c8cbc70928857; >= c22b0bcb1dd024cb9caad9230e3a387d8b061df5, < 2faf0198168d2017cb528a79f76c560fda3b6e94; >= c22b0bcb1dd024cb9caad9230e3a387d8b061df5, < 91b4d76dd07f1a1f20f73dfebb42ba04ac911a56; >= c22b0bcb1dd024cb9caad9230e3a387d8b061df5, < bc7b086a45521a986a49045907f017e3e46c763e |
| Linux | Linux | 5.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72028?
How severe is CVE-2026-72028?
How do I fix CVE-2026-72028?
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-72022In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72023In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72024In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72025In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72026In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72027In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72029In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7203A vulnerability was found in Totolink A8000RU 7.1cu.643_b202…9.8
- CVE-2026-72030In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72031In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72032In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72033In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72028?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
