Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of ACPI wakeup events for LoongArch architecture can lead to warnings during S3 suspend. The issue arises because the function 'enable_gpe_wakeup()' calls 'acpi_enable_all_wakeup_gpes()', which may trigger a thread switch, leaving the CPU in an interrupt-enabled state. This can cause a warning related to timekeeping functions, indicating a potential mishandling of sleep states. The root cause is linked to the use of a mutex in the ACPI wakeup handling, which can disrupt the S3 wakeup process. The vulnerability has been addressed by modifying the wakeup handling to avoid these warnings.
The vulnerability can cause warnings during the S3 suspend process, indicating a potential issue with how wakeup events are managed, which could disrupt normal power management operations.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.