PT-2025-4338 · Linux · Linux Kernel
Published
2025-01-08
·
Updated
2025-10-15
·
CVE-2025-21657
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
The issue is related to the sched ext component in the Linux kernel, where the function scx ops bypass() iterates over all CPUs to re-enqueue scx tasks. It acquires a lock using
rq lock() regardless of whether a CPU is offline or running a task in a higher scheduler class. This may trigger an unnecessary warning in rq pin lock(). The fix involves replacing rq lock() with raw spin rq lock() in scx ops bypass(). Without this change, a warning is observed.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel