Bug 2355446 (CVE-2023-53025) - CVE-2023-53025 kernel: NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Summary: CVE-2023-53025 kernel: NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Keywords:
Status: NEW
Alias: CVE-2023-53025
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-27 17:01 UTC by OSIDB Bzimport
Modified: 2025-05-27 22:47 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-27 17:01:54 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.