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-2025-22044

7.1 · HIGH
Published Apr 16, 2025 linux CWE-704 EPSS 0.21% (11th pctl)

Overview

CVE-2025-22044 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. 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:

acpi: nfit: fix narrowing conversion in acpi_nfit_ctl

Syzkaller has reported a warning in to_nfit_bus_uuid(): "only secondary

bus families can be translated". This warning is emited if the argument

is equal to NVDIMM_BUS_FAMILY_NFIT == 0. Function acpi_nfit_ctl() first

verifies that a user-provided value call_pkg->nd_family of type u64 is

not equal to 0. Then the value is converted to int, and only after that

is compared to NVDIMM_BUS_FAMILY_MAX. This can lead to passing an invalid

argument to acpi_nfit_ctl(), if call_pkg->nd_family is non-zero, while

the lower 32 bits are zero.

Furthermore, it is best to return EINVAL immediately upon seeing the

invalid user input. The WARNING is insufficient to prevent further

undefined behavior based on other invalid user input.

All checks of the input value should be applied to the original variable

call_pkg->nd_family.

[iweiny: update commit message]

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 >= 5.9, < 5.10.236 Affected

Frequently Asked Questions

What is CVE-2025-22044?

CVE-2025-22044 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2025-22044?

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

How do I fix or remediate CVE-2025-22044?

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-2025-22044?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-22044 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.