CVE-2022-49643
Linux Kernel vulnerability analysis and mitigation

Overview

In the Linux kernel, a potential integer overflow vulnerability (CVE-2022-49643) was identified in the ima_appraise_measurement function. The vulnerability was discovered when the ima-modsig feature is enabled, where a negative value passed to evm_verifyxattr() could trigger an integer overflow condition (Kernel Commit).

Technical details

The vulnerability exists in the Linux kernel's Integrity Measurement Architecture (IMA) subsystem. Specifically, when ima-modsig is enabled, the rc parameter passed to evm_verifyxattr() function could be negative, potentially causing an integer overflow. This vulnerability is related to the module-style appended signatures implementation (Kernel Commit).

Impact

An integer overflow in the IMA subsystem could potentially lead to security verification bypass or system instability in Linux systems where ima-modsig is enabled (Kernel Commit).

Mitigation and workarounds

The vulnerability has been patched by modifying the ima_appraise_measurement function to ensure that negative rc values are handled correctly by passing 0 instead of the negative value to evm_verifyxattr(). The fix was implemented in the Linux kernel through a patch that adds a check 'rc < 0 ? 0 : rc' (Kernel Commit).

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-71142N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-core
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • rv
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-debug
NoYesJan 14, 2026

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