CVE-2023-53241
Last modified
CVE-2023-53241 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| 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 | — |
| Linux | Linux Kernel | 6.3 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53241?
How severe is CVE-2023-53241?
How do I fix CVE-2023-53241?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53236In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53237In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53238In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53239In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5324A vulnerability has been found in eeroOS up to 6.16.4-11 and…6.5
- CVE-2023-53240In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53242In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53243In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53244In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53245In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53246In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53247In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-53241?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
