CVE-2022-49451
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49451 affects the Linux kernel's firmware ARM SCMI (System Control and Management Interface) base protocol implementation. The vulnerability was discovered in the protocol enumeration functionality where an improper validation check could be bypassed due to integer overflow. The issue specifically occurs when enumerating protocols implemented by the SCMI platform using BASE_DISCOVER_LIST_PROTOCOLS (Kernel Git).

Technical details

The vulnerability stems from an improper validation check in the base protocol implementation. The check employs a sum between unsigned integers that could overflow and cause the validation to be silently bypassed if the returned value 'loop_num_ret' is large enough. The vulnerable code was using the expression 'tot_num_ret + loop_num_ret > MAX_PROTOCOLS_IMP' which could be circumvented due to integer overflow (Kernel Git).

Impact

If exploited, this vulnerability could allow the validation check to be bypassed, potentially leading to buffer overflows or other memory-related issues when processing SCMI protocols. This could affect systems using the ARM SCMI interface for firmware communication (NVD).

Mitigation and workarounds

The issue has been fixed by modifying the validation check to avoid the addition operation that could overflow. The new check uses the expression 'loop_num_ret > MAX_PROTOCOLS_IMP - tot_num_ret' which prevents the integer overflow condition. Users should update to a patched version of the Linux kernel that includes this fix (Kernel Git).

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-zfcpdump-modules-core
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • kernel-doc
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-abi-stablelists
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-modules
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