CVE-2022-49279
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49279 is a vulnerability in the Linux kernel's NFSD (Network File System daemon) component, specifically affecting 32-bit systems. The vulnerability was discovered and disclosed on February 26, 2025, and involves an integer overflow vulnerability in the handling of array operations. The issue affects various Linux kernel versions and distributions, including Ubuntu and Red Hat systems (NVD).

Technical details

The vulnerability occurs in the Linux kernel's NFSD component where the operation len * sizeof(*p) can result in an integer overflow on 32-bit systems. This issue is present in the xdr_stream_decode_uint32_array function within the include/linux/sunrpc/xdr.h file. The vulnerability was patched by adding a size check to prevent the overflow condition, specifically by adding the check if (len > SIZE_MAX / sizeof(*p)) before performing the multiplication operation (Kernel Patch).

Impact

The integer overflow vulnerability in NFSD could potentially lead to memory corruption or system instability on affected 32-bit Linux systems. While the specific impact details are not fully documented, integer overflow vulnerabilities typically can result in buffer overflows, which could potentially be exploited to cause denial of service or possibly execute arbitrary code (Ubuntu Security).

Mitigation and workarounds

The vulnerability has been patched in the Linux kernel, with fixes being backported to various stable kernel versions. Ubuntu and other distributions have released updates to address this vulnerability. Users are advised to update their systems to the latest kernel version that includes the fix. For Ubuntu 18.04 LTS, the fix is included in version 5.4.0-1078.84~18.04.1 of the linux-aws package (Ubuntu Security).

Additional resources


SourceThis report was generated using AI

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