First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: NFSD: fix use-after-free in nfsd4_ssc_setup_dul() If signal_pending() returns true, schedule_timeout() will not be executed, causing the waiting task to remain in the wait queue. Fixed by adding a call to finish_wait(), which ensures that the waiting task will always be removed from the wait queue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.14<5.15.91 | |
Linux Kernel | >=5.16<6.1.9 | |
Linux Kernel | =6.2-rc1 | |
Linux Kernel | =6.2-rc2 | |
Linux Kernel | =6.2-rc3 | |
Linux Kernel | =6.2-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53025 has a high severity due to the potential for a use-after-free vulnerability in the Linux kernel.
To resolve CVE-2023-53025, update your Linux kernel to the patched version that addressed this vulnerability.
CVE-2023-53025 affects various versions of the Linux kernel, particularly those that utilize the nfsd4_ssc_setup_dul() function.
CVE-2023-53025 is classified as a use-after-free vulnerability.
Yes, CVE-2023-53025 has the potential to be exploited for remote code execution if successfully leveraged.