IT

Tracker / CVE-2023-53241

CVE-2023-53241

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: nfsd: call op_release, even when op_func returns an error For ops with "trivial" replies, nfsd4_encode_operation will shortcut most of the encoding work and skip to just marshalling up the status. One of the things it skips is calling op_release. This could cause a memory leak in the layoutget codepath if there is an error at an inopportune time. Have the compound processing engine always call op_release, even when op_func sets an error in op->status. With this change, we also need nfsd4_block_get_device_info_scsi to set the gd_device pointer to NULL on error to avoid a double free.

Affected products and versions

linux linux_kernel
linux linux_kernel · 4.14 → 5.10.220
linux linux_kernel · 5.11 → 5.15.154
linux linux_kernel · 5.16 → 6.1.24
linux linux_kernel · 6.2 → 6.2.11

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References