In the Linux kernel, the following vulnerability has been resolved:
openrisc: traps: Don't send signals to kernel mode threads
OpenRISC exception handling sends signals to user processes on floating
point exceptions and trap instructions (for debugging) among others.
There is a bug where the trap handling logic may send signals to kernel
threads, we should not send these signals to kernel threads, if that
happens we treat it as an error.
This patch adds conditions to die if the kernel receives these
exceptions in kernel mode code.
Metrics
Affected Vendors & Products
References
History
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-19T13:56:14.753Z
Updated: 2024-11-05T09:30:59.188Z
Reserved: 2024-06-18T19:36:34.944Z
Link: CVE-2024-38614
Vulnrichment
Updated: 2024-08-02T04:12:25.973Z
NVD
Status : Awaiting Analysis
Published: 2024-06-19T14:15:21.240
Modified: 2024-06-20T12:43:25.663
Link: CVE-2024-38614
Redhat