CVE-2022-49771
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49771 is a vulnerability discovered in the Linux kernel's device mapper (dm) ioctl functionality. The issue was disclosed on May 1, 2025, affecting the Linux kernel's listversions operation when module loading takes place. This vulnerability specifically relates to a race condition that occurs during the listversions operation (NVD, Wiz).

Technical details

The vulnerability stems from a race condition between two dmtargetiterate calls where no lock is held, allowing target modules to be loaded during this interval. The first call estimates required space using dmtargetiterate(listversiongetneeded, &needed), followed by a second call to fill the space using dmtargetiterate(listversiongetinfo, &iter_info). While the code attempts to handle buffer overflow situations, the implementation is incorrect, potentially leading to data truncation. The vulnerability has been assigned a CVSS v3.1 Base Score of 5.5 with attack vector: Local (Red Hat).

Impact

When exploited, this vulnerability can result in partial truncation of results due to incorrect buffer size calculations. The issue affects the kernel's device mapper functionality, potentially impacting systems that rely on device mapping operations (Wiz).

Mitigation and workarounds

The vulnerability has been fixed by modifying the buffer handling logic to ensure proper space allocation and implementing correct overflow handling. The fix involves setting iterinfo.end = (char *)vers + needed to guarantee that the second dmtargetiterate call will only write up to the needed buffer size. Additionally, a fix for listversiongetneeded was implemented to add strlen(tt->name) + 1 to the needed size instead of just strlen(tt->name) (NVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40343MEDIUM6.4
  • Linux KernelLinux Kernel
  • linux-gcp-5.15
NoYesDec 09, 2025
CVE-2025-40342MEDIUM6.4
  • Linux KernelLinux Kernel
  • kernel-64k-debug-core
NoYesDec 09, 2025
CVE-2025-40340MEDIUM6.4
  • Linux KernelLinux Kernel
  • kernel-rt-debug-kvm
NoYesDec 09, 2025
CVE-2025-40341MEDIUM5.1
  • Linux KernelLinux Kernel
  • kernel-64k
NoYesDec 09, 2025
CVE-2025-40344N/AN/A
  • Linux KernelLinux Kernel
  • linux-azure-fde-6.14
NoYesDec 09, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management