CVE-2023-53694
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's RISCV architecture involves the ftrace function and how it handles kernel preemption. Specifically, the use of an AUIPC + JALR instruction pair to encode a jump over 4K can cause errors if kernel preemption is enabled. If a task is switched out during the AUIPC instruction and the ftrace function is changed before the task switches back, the jump address may become corrupted by mixing bits from the updated function and previous state, potentially causing a kernel panic. The fix involves disabling preemption to avoid this issue.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic in systems running the RISCV Linux kernel with ftrace and kernel preemption enabled. A kernel panic leads to a system crash, causing downtime and potential data loss or service interruption.