CISA-2023-53241
Reported by Linux · Published September 15, 2025
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 34b1744c91ccd44811005822106945fa80ecbff2, 34b1744c91ccd44811005822106945fa80ecbff2, 34b1744c91ccd44811005822106945fa80ecbff2 |
| Linux | Linux | 4.14, 0, 5.10.220 |
| Linux | Linux | *, 34b1744c91ccd44811005822106945fa80ecbff2, 34b1744c91ccd44811005822106945fa80ecbff2 |
| linux | linux_kernel | 4.14, 4.14, 4.14 |
Timeline
- Sep 15, 2025 CVE Published
- Jan 14, 2026 CVE Updated