← Back to CVE List

CVE-2022-49127

Published: 2025-02-26T07:00Z
Last Modified: 2025-03-25T16:19Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ref_tracker: implement use-after-free detection Whenever ref_tracker_dir_init() is called, mark the struct ref_tracker_dir as dead. Test the dead status from ref_tracker_alloc() and ref_tracker_free() This should detect buggy dev_put()/dev_hold() happening too late in netdevice dismantle process. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt