← Back to CVE List

CVE-2022-49280

Published: 2025-02-26T07:01Z
Last Modified: 2025-04-14T20:09Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvc_decode_writeargs() Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to unsigned to prevent this issue. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt