LiveActive security incident?Get immediate response
CVE Record

CVE-2024-49936: net/xen-netback: prevent UAF in xenvif_flush_hash()

In the Linux kernel, the following vulnerability has been resolved: net/xen-netback: prevent UAF in xenvif_flush_hash() During the list_for_each_entry_rcu iteration call of xenvif_flush_hash, kfree_rcu does not exist inside the rcu read critical section, so if kfree_rcu is called when the rcu grace period ends during the iteration, UAF occurs when accessing head->next after the entry becomes free. Therefore, to solve this, you need to change it to list_for_each_entry_safe.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A memory-safety flaw in the Linux Xen network backend can access freed memory during hash cleanup. On affected systems using this component, a local low-privileged user may be able to cause serious confidentiality, integrity, or availability impact. The supplied CVSS score is 8.8.

Executive priority

Treat as a high-priority infrastructure update for Xen environments, especially multi-user or less-trusted workloads. Exposure requires local access according to CVSS, so prioritize internet-facing workload hosts, shared platforms, and systems where untrusted users can obtain accounts.

Technical view

xenvif_flush_hash() used an RCU list iterator while entries could be released by kfree_rcu after a grace period. Accessing head->next after an entry was freed could cause a use-after-free. The kernel fix changes the traversal to a safe list iterator.

Likely exposure

Prioritize Linux systems using the Xen network backend and an affected kernel revision. Systems not using xen-netback are less likely exposed. The bundle lists affected releases and multiple stable-branch fixes, but does not provide sufficiently clear version-range semantics for definitive package-level conclusions.

Exploitation context

The CVSS vector describes local access, low complexity, low privileges, no user interaction, and potential cross-scope impact. The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit.

Researcher notes

The failure is a concurrency-related use-after-free during RCU list traversal. Multiple stable-kernel commits are referenced, indicating branch-specific backports. The supplied data does not establish exploit reliability, affected configuration details, or complete package mappings; validate against the relevant kernel or distribution advisory.

Mitigation direction

  • Install a vendor-supported kernel containing the applicable stable-branch fix.
  • Review Linux distribution security guidance for the exact package and release.
  • Prioritize Xen hosts where the affected network backend is actively used.
  • Apply relevant Debian LTS updates where those advisories govern deployed systems.

Validation and detection

  • Inventory systems running Linux with the Xen network backend present or active.
  • Compare each running kernel package against its vendor advisory and fixed revision.
  • Confirm systems booted into the updated kernel after installation.
  • Re-scan affected assets and document any systems awaiting maintenance.
Prepared
Confidence
medium
Sources
6

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-49936 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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
2ADP providers
11Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H26Linux

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2024-49936Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0, 40d8abdee806d496a60ee607a6d01b1cd7fabaf0unaffected
LinuxLinux4.7, 0, 5.4.290, 5.10.227, 5.15.168, 6.1.113, 6.6.55, 6.10.14, 6.11.3, 6.12affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.