
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-50127 is a use-after-free vulnerability discovered in the Linux kernel's network scheduler component, specifically in the taprio_change() function. The vulnerability was reported on November 5, 2024, and affects Linux kernel versions from 5.2 through 6.12-rc4. The issue occurs when the 'admin' pointer becomes dangling due to schedule switch or removal caused by 'advance_sched()', with the critical section protected by 'q->current_entry_lock' being insufficient to prevent such a scenario (NVD).
The vulnerability exists in the taprio_change() function where the critical section protected by q->current_entry_lock is too small to prevent a use-after-free condition. The issue is triggered when the 'admin' pointer becomes dangling due to schedule switch or removal caused by advance_sched(). The vulnerability was detected by KASAN (Kernel Address Sanitizer). The fix involves replacing rcu_assign_pointer() with rcu_replace_pointer() to update the 'admin' pointer immediately before attempting to schedule freeing. The vulnerability has been assigned a CVSS v3.1 base score of 7.8 (HIGH) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability could potentially lead to system compromise through a use-after-free condition in the Linux kernel's network scheduler. The high CVSS score of 7.8 indicates significant potential impact on system confidentiality, integrity, and availability if exploited (NVD).
The vulnerability has been fixed in multiple Linux kernel versions. The fix involves using rcu_replace_pointer() instead of rcu_assign_pointer() to update the 'admin' pointer. Updates are available for various kernel versions including 5.15.170, 6.1.115, 6.6.59, and 6.11.6. Users are advised to update their kernel to the latest patched version (Debian).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."