CVE-2026-23217

Source
https://cve.org/CVERecord?id=CVE-2026-23217
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23217.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23217
Downstream
Related
Published
2026-02-18T14:21:54.878Z
Modified
2026-04-02T13:12:15.324901Z
Summary
riscv: trace: fix snapshot deadlock with sbi ecall
Details

In the Linux kernel, the following vulnerability has been resolved:

riscv: trace: fix snapshot deadlock with sbi ecall

If sbi_ecall.c's functions are traceable,

echo "_sbiecall:snapshot" > /sys/kernel/tracing/setftracefilter

may get the kernel into a deadlock.

(Functions in sbiecall.c are excluded from tracing if CONFIGRISCVALTERNATIVEEARLY is set.)

__sbi_ecall triggers a snapshot of the ringbuffer. The snapshot code raises an IPI interrupt, which results in another call to _sbiecall and another snapshot...

All it takes to get into this endless loop is one initial _sbiecall. On RISC-V systems without SSTC extension, the clock events in timer-riscv.c issue periodic sbi ecalls, making the problem easy to trigger.

Always exclude the sbi_ecall.c functions from tracing to fix the potential deadlock.

sbi ecalls can easiliy be logged via trace events, excluding ecall functions from function tracing is not a big limitation.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23217.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1ff95eb2bebda50c4c5406caaf201e0fcb24cc8f
Fixed
b1f8285bc8e3508c1fde23b5205f1270215d4984
Fixed
b0d7f5f0c9f05f1b6d4ee7110f15bef9c11f9df0
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
82f134ddd4f5da11c277bd1aa02e2a733179725a

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23217.json"