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-49900

7.8 · HIGH
Published May 1, 2025 linux CWE-415 EPSS 0.20% (10th pctl)

Overview

CVE-2022-49900 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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:

i2c: piix4: Fix adapter not be removed in piix4_remove()

In piix4_probe(), the piix4 adapter will be registered in:

piix4_probe()

piix4_add_adapters_sb800() / piix4_add_adapter()

i2c_add_adapter()

Based on the probed device type, piix4_add_adapters_sb800() or single

piix4_add_adapter() will be called.

For the former case, piix4_adapter_count is set as the number of adapters,

while for antoher case it is not set and kept default *zero*.

When piix4 is removed, piix4_remove() removes the adapters added in

piix4_probe(), basing on the piix4_adapter_count value.

Because the count is zero for the single adapter case, the adapter won't

be removed and makes the sources allocated for adapter leaked, such as

the i2c client and device.

These sources can still be accessed by i2c or bus and cause problems.

An easily reproduced case is that if a new adapter is registered, i2c

will get the leaked adapter and try

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.4, < 5.10.154 Affected

Frequently Asked Questions

What is CVE-2022-49900?

CVE-2022-49900 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-49900?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-2022-49900?

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-49900?

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