mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.0 KiB
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.