cve/2024/CVE-2024-58092.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-58092

Description

In the Linux kernel, the following vulnerability has been resolved:nfsd: fix legacy client tracking initializationGet rid of the nfsd4_legacy_tracking_ops->init() call incheck_for_legacy_methods(). That will be handled in the caller(nfsd4_client_tracking_init()). Otherwise, we'll wind up callingnfsd4_legacy_tracking_ops->init() twice, and the second time we'lltrigger the BUG_ON() in nfsd4_init_recdir().

POC

Reference

No PoCs from references.

Github