PT-2025-18426 · Linux+4 · Linux Kernel+4
Published
2025-03-03
·
Updated
2026-04-20
·
CVE-2025-37745
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A deadlock vulnerability has been identified in the Linux kernel, specifically in the
hibernate compressor param set() function. This issue arises when attempting to acquire the system transition mutex under param lock, resulting in a deadlock. The conflict occurs between the write operation to "/sys/module/hibernate/parameters/compressor" and the registration of the ieee80211 device. To resolve this, the hibernate compressor param set() function has been modified to use mutex trylock() for attempting to acquire system transition mutex, returning -EBUSY when it fails.Recommendations
To avoid this deadlock, consider applying the patch that changes
hibernate compressor param set() to use mutex trylock() for attempting to acquire system transition mutex and return -EBUSY when it fails. As a temporary workaround, consider disabling the hibernate compressor param set() function until a patch is available. Restrict access to the /sys/module/hibernate/parameters/compressor module to minimize the risk of exploitation.Exploit
Fix
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Astra Linux
Debian
Linuxmint
Linux Kernel
Ubuntu