cve/2024/CVE-2024-53217.md
2025-09-29 16:08:36 +00:00

833 B

CVE-2024-53217

Description

In the Linux kernel, the following vulnerability has been resolved:NFSD: Prevent NULL dereference in nfsd4_process_cb_update()@ses is initialized to NULL. If __nfsd4_find_backchannel() finds noavailable backchannel session, setup_callback_client() will try todereference @ses and segfault.

POC

Reference

No PoCs from references.

Github