CVE-2022-49433

Source
https://cve.org/CVERecord?id=CVE-2022-49433
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49433.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49433
Downstream
Related
Published
2025-02-26T02:12:50.553Z
Modified
2026-03-12T03:25:12.735642Z
Summary
RDMA/hfi1: Prevent use of lock before it is initialized
Details

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

RDMA/hfi1: Prevent use of lock before it is initialized

If there is a failure during probe of hfi1 before the sdmamaplock is initialized, the call to hfi1freedevdata() will attempt to use a lock that has not been initialized. If the locking correctness validator is on then an INFO message and stack trace resembling the following may be seen:

INFO: trying to register non-static key. The code is fine but needs lockdep annotation, or maybe you didn't initialize this object before use? turning off the locking correctness validator. Call Trace: registerlockclass+0x11b/0x880 __lockacquire+0xf3/0x7930 lockacquire+0xff/0x2d0 rawspinlockirq+0x46/0x60 sdmaclean+0x42a/0x660 [hfi1] hfi1freedevdata+0x3a7/0x420 [hfi1] initone+0x867/0x11a0 [hfi1] pcideviceprobe+0x40e/0x8d0

The use of sdmamaplock in sdmaclean() is for freeing the sdmamap memory, and sdmamap is not allocated/initialized until after sdmamaplock has been initialized. This code only needs to be run if sdmamap is not NULL, and so checking for that condition will avoid trying to use the lock before it is initialized.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49433.json",
    "cna_assigner": "Linux"
}
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
7724105686e718ac476a6ad3304fea2fbcfcffde
Fixed
66090815a24ce14cf51ef5453fc0218fe8a39bc2
Fixed
addb192000d8819c0b1553453994df9bb54c28db
Fixed
fc0750e659db7b315bf6348902cc8ca3cdd4b8d8
Fixed
ca55150bff5817af4f857a746ecab9862c23e12a
Fixed
30eb275e7ed588270ae159cc590a96658e0cfd8f
Fixed
288d198f50434f29b4a26a9de4394ae2305ad8af
Fixed
05c03dfd09c069c4ffd783b47b2da5dcc9421f2c

Database specific

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