Bug 2347902 (CVE-2022-49149)
Summary: | CVE-2022-49149 kernel: rxrpc: Fix call timer start racing with call destruction | ||
---|---|---|---|
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: |
CVE-2022-49149 is a vulnerability in the Linux kernel's RxRPC (Remote Execution RPC) subsystem, which is used for remote procedure calls over the network. The issue stems from a race condition in the handling of call timers within the rxrpc_call structure. Specifically, when packet input routines operate in softirq mode with only a Read-Copy-Update (RCU) read lock held, a timer associated with a call can be started while the call is simultaneously being destroyed. This situation can lead to the timer being restarted after it has been deallocated, resulting in a null pointer dereference and potentially causing a system crash.
|
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-26 03:10:45 UTC
Upstream advisory: https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2022-49149-a2ed@gregkh/T |