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

5.5 · MEDIUM
Published Feb 26, 2025 linux CWE-476 EPSS 0.32% (24th pctl)

Overview

CVE-2022-49526 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:

md/bitmap: don't set sb values if can't pass sanity check

If bitmap area contains invalid data, kernel will crash then mdadm

triggers "Segmentation fault".

This is cluster-md speical bug. In non-clustered env, mdadm will

handle broken metadata case. In clustered array, only kernel space

handles bitmap slot info. But even this bug only happened in clustered

env, current sanity check is wrong, the code should be changed.

How to trigger: (faulty injection)

dd if=/dev/zero bs=1M count=1 oflag=direct of=/dev/sda

dd if=/dev/zero bs=1M count=1 oflag=direct of=/dev/sdb

mdadm -C /dev/md0 -b clustered -e 1.2 -n 2 -l mirror /dev/sda /dev/sdb

mdadm -Ss

echo aaa > magic.txt

== below modifying slot 2 bitmap data ==

dd if=magic.txt of=/dev/sda seek=16384 bs=1 count=3 <== destroy magic

dd if=/dev/zero of=/dev/sda seek=16436 bs=1 count=4 <== ZERO chunksize

mdadm -A /dev/md0 /dev/sda /dev/sdb

== kernel crashes. mdadm outputs "Segm

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 >= 0, < 4.19.247 Affected

Frequently Asked Questions

What is CVE-2022-49526?

CVE-2022-49526 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-49526?

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

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

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