Bug 2348553 (CVE-2025-21767)
Summary: | CVE-2025-21767 kernel: clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | dfreiber, drow, jburrell, vkumar |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
A vulnerability was found in the Linux kernel's clocksource subsystem, specifically affecting systems running with the PREEMPT_RT (Real-Time) patch. In real-time kernels, certain locks used within the random number generation functions, are implemented as sleeping locks. Calling these functions in an atomic context—where sleeping is not allowed—can lead to kernel warnings or crashes. The issue occurs when the get_random_u32() function is called within an atomic context, which is not permissible in real-time kernels due to the use of sleeping locks in the random number generation code.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
OSIDB Bzimport
2025-02-27 03:02:59 UTC
|