CVE-2024-50127 Vulnerability Details

  /     /     /  

CVE-2024-50127 Metadata Quick Info

CVE Published: 05/11/2024 | CVE Updated: 19/11/2024 | CVE Year: 2024
Source: Linux | Vendor: Linux | Product: Linux
Status : PUBLISHED

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 sched switch / removal caused by \'advance_sched()\', and critical section protected by \'q->current_entry_lock\' is too small to prevent from such a scenario (which causes use-after-free detected by KASAN). Fix this by prefer \'rcu_replace_pointer()\' over \'rcu_assign_pointer()\' to update \'admin\' immediately before an attempt to schedule freeing.

Metrics

CVSS Version: 3.1 | Base Score: n/a
Vector: n/a

l➤ Exploitability Metrics:
    Attack Vector (AV)*
    Attack Complexity (AC)*
    Privileges Required (PR)*
    User Interaction (UI)*
    Scope (S)*

l➤ Impact Metrics:
    Confidentiality Impact (C)*
    Integrity Impact (I)*
    Availability Impact (A)*

Weakness Enumeration (CWE)

CWE-ID:
CWE Name:
Source: Linux

Common Attack Pattern Enumeration and Classification (CAPEC)

CAPEC-ID:
CAPEC Description:


Source: NVD (National Vulnerability Database).