Entreprise d'experts en Sécurité Informatique : Audits et conseils en cybersécurité
Entreprise française de cybersécurité depuis 2004
☎ 03 60 47 09 81 - info@securiteinfo.com


CVE-2024-50127

Description

In the Linux kernel, the following vulnerability has been resolved:net: sched: fix use-after-free in taprio_change()In 'taprio_change()', 'admin' pointer may become dangling due to schedswitch / removal caused by 'advance_sched()', and critical sectionprotected by 'q->current_entry_lock' is too small to prevent from sucha scenario (which causes use-after-free detected by KASAN). Fix thisby prefer 'rcu_replace_pointer()' over 'rcu_assign_pointer()' to update'admin' immediately before an attempt to schedule freeing.

POC

Reference

No PoCs from references.

Github

- https://github.com/fkie-cad/nvd-json-data-feeds

- https://github.com/w4zu/Debian_security