CVE-2025-38350 Vulnerability Analysis & Exploit Details

CVE-2025-38350
Vulnerability Scoring

7.8
/10
Very High Risk

Highly exploitable, CVE-2025-38350 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2025-38350 Details

Status: Analyzed

Last updated: 🕠 16 Dec 2025, 17:34 UTC
Originally published on: 🕖 19 Jul 2025, 07:15 UTC

Time between publication and last update: 150 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVE-2025-38350 Vulnerability Summary

CVE-2025-38350: In the Linux kernel, the following vulnerability has been resolved: net/sched: Always pass notifications when child class becomes empty Certain classful qdiscs may invoke their classes' dequeue handler on an enqueue operation. This may unexpectedly empty the child qdisc and thus make an in-flight class passive via qlen_notify(). Most qdiscs do not expect such behaviour at this point in time and may re-activate the class eventually anyways which will lead to a use-after-free. The referenced fix commit attempted to fix this behavior for the HFSC case by moving the backlog accounting around, though this turned out to be incomplete since the parent's parent may run into the issue too. The following reproducer demonstrates this use-after-free: tc qdisc add dev lo root handle 1: drr tc filter add dev lo parent 1: basic classid 1:1 tc class add dev lo parent 1: classid 1:1 drr tc qdisc add dev lo parent 1:1 handle 2: hfsc def 1 tc class add dev lo parent 2: classid 2:1 hfsc rt m1 8 d 1 m2 0 tc qdisc add dev lo parent 2:1 handle 3: netem tc qdisc add dev lo parent 3:1 handle 4: blackhole echo 1 | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888 tc class delete dev lo classid 1:1 echo 1 | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888 Since backlog accounting issues leading to a use-after-frees on stale class pointers is a recurring pattern at this point, this patch takes a different approach. Instead of trying to fix the accounting, the patch ensures that qdisc_tree_reduce_backlog always calls qlen_notify when the child qdisc is empty. This solves the problem because deletion of qdiscs always involves a call to qdisc_reset() and / or qdisc_purge_queue() which ultimately resets its qlen to 0 thus causing the following qdisc_tree_reduce_backlog() to report to the parent. Note that this may call qlen_notify on passive classes multiple times. This is not a problem after the recent patch series that made all the classful qdiscs qlen_notify() handlers idempotent.

Assessing the Risk of CVE-2025-38350

Access Complexity Graph

The exploitability of CVE-2025-38350 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2025-38350

CVE-2025-38350 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2025-38350, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2025-38350, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2025-38350 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2025-38350 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2025-38350 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2025-38350 References

External References

CWE Common Weakness Enumeration

CWE-416

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:5.4.294:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.4.294:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4.295:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.4.295:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.10.238:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.238:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.10.239:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.10.239:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.185:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.185:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.186:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.186:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.141:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.141:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.142:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.142:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.143:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.143:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.93:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.93:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.94:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.94:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.95:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.95:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6.96:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.6.96:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.31:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.31:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.32:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.32:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.33:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.33:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.34:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.34:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.35:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.35:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.12.36:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.12.36:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.14:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.14:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2025-38350: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-7782 – The WP JobHunt plugin for WordPress, used by the JobCareer theme, is vulnerable to unauthorized modification of data due to a missing capability ch...
  • CVE-2025-7733 – The WP JobHunt plugin for WordPress, used by the JobCareer theme, is vulnerable to Insecure Direct Object Reference in all versions up to, and incl...
  • CVE-2025-14298 – The FiboSearch – Ajax Search for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `thegem_te_search` ...
  • CVE-2025-12492 – The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerab...
  • CVE-2025-13619 – The Flex Store Users plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.1.0. This is due to the 'fs...