CVE Catalog

CVE-2022-43945

High
Published: Translated: NVD NIST

Summary

The NFSD implementation in the Linux kernel prior to versions 5.19.17 and 6.0.2 is vulnerable to buffer overflow. A client can force the send buffer to shrink by sending an RPC message with garbage data, leading to writes beyond the allocated buffer space.

Risk Assessment

Buffer overflow can lead to system crashes or allow a remote attacker to execute malicious code. This poses a serious threat to the integrity and availability of the system.

Recommendation

It is recommended to update the Linux kernel to versions 5.19.17 or 6.0.2 to mitigate this vulnerability. Additionally, systems should be monitored for unauthorized access attempts.

Other vulnerabilities in Linux kernel NFSD

See all
Original NVD description (English source)

The Linux kernel NFSD implementation prior to versions 5.19.17 and 6.0.2 are vulnerable to buffer overflow. NFSD tracks the number of pages held by each NFSD thread by combining the receive and send buffers of a remote procedure call (RPC) into a single array of pages. A client can force the send buffer to shrink by sending an RPC message over TCP with garbage data added at the end of the message. The RPC message with garbage data is still correctly formed according to the specification and is passed forward to handlers. Vulnerable code in NFSD is not expecting the oversized request and writes beyond the allocated buffer space. CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Vulnerability data from NVD (NIST) · CISA KEV · EPSS