CVE-2022-49446

Source
https://cve.org/CVERecord?id=CVE-2022-49446
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49446.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49446
Downstream
Related
Published
2025-02-26T02:12:57Z
Modified
2026-08-12T03:51:13Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
nvdimm: Fix firmware activation deadlock scenarios
Details

In the Linux kernel, the following vulnerability has been resolved:

nvdimm: Fix firmware activation deadlock scenarios

Lockdep reports the following deadlock scenarios for CXL root device power-management, device_prepare(), operations, and device_shutdown() operations for 'nd_region' devices:

Chain exists of: &nvdimm_region_key --> &nvdimm_bus->reconfig_mutex --> system_transition_mutex

Possible unsafe locking scenario:

    CPU0                    CPU1
    ----                    ----

lock(system_transition_mutex); lock(&nvdimm_bus->reconfig_mutex); lock(system_transition_mutex); lock(&nvdimm_region_key);

Chain exists of: &cxl_nvdimm_bridge_key --> acpi_scan_lock --> &cxl_root_key

Possible unsafe locking scenario:

    CPU0                    CPU1
    ----                    ----

lock(&cxl_root_key); lock(acpi_scan_lock); lock(&cxl_root_key); lock(&cxl_nvdimm_bridge_key);

These stem from holding nvdimm_bus_lock() over hibernate_quiet_exec() which walks the entire system device topology taking device_lock() along the way. The nvdimm_bus_lock() is protecting against unregistration, multiple simultaneous ops callers, and preventing activate_show() from racing activate_store(). For the first 2, the lock is redundant. Unregistration already flushes all ops users, and sysfs already prevents multiple threads to be active in an ops handler at the same time. For the last userspace should already be waiting for its last activate_store() to complete, and does not need activate_show() to flush the write side, so this lock usage can be deleted in these attributes.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49446.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
48001ea50d17f3eb06a552e9ecf21f7fc01b25da
Fixed
641649f31e20df630310f5c22f26c071acc676d4
Fixed
2f97ebc58d5fc83ca1528cd553fa725472ab3ca8
Fixed
ceb924ee16b2c8e48dcac3d9ad6be01c40b5a228
Fixed
2fd853fdb40afc052de338693df1372f2ead7be7
Fixed
e6829d1bd3c4b58296ee9e412f7ed4d6cb390192

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49446.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.9.0
Fixed
5.10.121
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.46
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.17.14
Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
5.18.3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49446.json"