Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-49433

5.5 · MEDIUM
Published Feb 26, 2025 linux CWE-908 EPSS 0.26% (18th pctl)

Overview

CVE-2022-49433 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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 sdma_map_lock is

initialized, the call to hfi1_free_devdata() 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:

register_lock_class+0x11b/0x880

__lock_acquire+0xf3/0x7930

lock_acquire+0xff/0x2d0

_raw_spin_lock_irq+0x46/0x60

sdma_clean+0x42a/0x660 [hfi1]

hfi1_free_devdata+0x3a7/0x420 [hfi1]

init_one+0x867/0x11a0 [hfi1]

pci_device_probe+0x40e/0x8d0

The use of sdma_map_lock in sdma_clean() is for freeing the sdma_map

memory, and sdma_map is not allocated/initiali

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.3, < 4.19.247 Affected

Frequently Asked Questions

What is CVE-2022-49433?

CVE-2022-49433 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49433?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-49433?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-49433?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49433 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.