In the Linux kernel, the following vulnerability has been resolved:
xen/evtchn: avoid WARN() when unbinding an event channel
When unbinding a user event channel, the related handler might be
called a last time in case the kernel was built with
CONFIG_DEBUG_SHIRQ. This might cause a WARN() in the handler.
Avoid that by adding an "unbinding" flag to struct user_event which
will short circuit the handler.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-01 13:15
Updated : 2025-09-18 16:55
NVD link : CVE-2024-27067
Mitre link : CVE-2024-27067
CVE.ORG link : CVE-2024-27067
JSON object : View
Products Affected
linux
- linux_kernel
CWE
