In the Linux kernel, the following vulnerability has been resolved:
sched/fair: Fix NEXT_BUDDY
Adam reports that enabling NEXT_BUDDY insta triggers a WARN in
pick_next_entity().
Moving clear_buddies() up before the delayed dequeue bits ensures
no ->next buddy becomes delayed. Further ensure no new ->next buddy
ever starts as delayed.
Security readout for executives and security teams
Plain-English summary
A Linux scheduler flaw can trigger an internal warning when the NEXT_BUDDY behavior is enabled. The supplied CVSS assessment indicates potentially serious confidentiality, integrity, and availability consequences, but the sources do not describe a demonstrated attack or specific business impact. Exploitation requires local, low-privileged access and high complexity.
Executive priority
Treat as a high-priority kernel maintenance issue, especially on shared or locally accessible systems. Promptly establish exposure and schedule vendor-supported updates. Emergency response is not supported by the current evidence because active exploitation is unconfirmed and exploitation is rated high complexity.
Technical view
The fair scheduler could retain or assign a next-buddy entity while that entity was in delayed-dequeue state, violating an invariant in pick_next_entity(). The kernel fix moves clear_buddies() before delayed-dequeue handling and prevents delayed entities from becoming the next buddy. The supplied record scores this CVSS 3.1 at 7.0.
Likely exposure
Potential exposure is limited to Linux kernel versions marked affected in the supplied record, including listed 6.12-series and 6.13 entries. Exact range semantics and distribution backports are unclear. Risk requires local access and may depend on NEXT_BUDDY-related scheduler behavior, so validate deployed vendor kernels individually.
Exploitation context
The CVSS vector indicates local access, high attack complexity, low privileges, and no user interaction. CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. The practical path from the reported scheduler warning to the assessed confidentiality, integrity, and availability impacts is not documented.
Researcher notes
The record identifies an invariant failure involving next-buddy selection and delayed dequeue. Two upstream stable commits are provided, but the bundle does not include a CWE, reproducer, affected-configuration details, distribution mappings, or evidence connecting the warning to reliable security impact. Avoid inferring exploitability beyond the supplied CVSS vector.
Mitigation direction
Apply a vendor-supported kernel containing the referenced upstream stable fixes.
Check distribution security advisories for backported fixes and exact affected package versions.
Prioritize multi-user systems where untrusted users can obtain local accounts.
Use normal maintenance and rollback procedures when deploying the kernel update.
Validation and detection
Inventory running kernel versions across Linux hosts and compare them with vendor advisories.
Confirm whether each vendor kernel includes either referenced stable fix or an equivalent backport.
After updating, verify hosts booted into the corrected kernel.
Review kernel logs for scheduler warnings associated with pick_next_entity().
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-49573 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
3Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.