4 matches found
Linux Distros Unpatched Vulnerability : CVE-2026-90104
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NFSv4.1: zero referring call lists before decoding decodecbsequenceargs allocates csarclists with kmallocobjs, so each referringcalllist starts uninitialized...
EUVD-2026-81697
In the Linux kernel, the following vulnerability has been resolved: NFSv4.1: zero referring call lists before decoding decodecbsequenceargs allocates csarclists with kmallocobjs, so each referringcalllist starts uninitialized. decoderclist assigns rclrefcalls only when rclnrefcalls is nonzero. A...
CVE-2026-90104 NFSv4.1: zero referring call lists before decoding
In the Linux kernel, the following vulnerability has been resolved: NFSv4.1: zero referring call lists before decoding decodecbsequenceargs allocates csarclists with kmallocobjs, so each referringcalllist starts uninitialized. decoderclist assigns rclrefcalls only when rclnrefcalls is nonzero. A...
CVE-2026-90104
CVE-2026-90104 affects the Linux kernel's NFSv4.1 callback handling. In decode_cb_sequence_args(), the csa_rclists array is allocated with kmalloc_objs(), leaving referring_call_list entries uninitialized. Because decode_rc_list() only assigns rcl_refcalls when the list is non-empty, a valid empt...