LiveActive security incident?Get immediate response
CVE Record

CVE-2024-46799: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX If number of TX queues are set to 1 we get a NULL pointer dereference during XDP_TX. ~# ethtool -L eth0 tx 1 ~# ./xdp-trafficgen udp -A <ipv6-src> -a <ipv6-dst> eth0 -t 2 Transmitting on eth0 (ifindex 2) [ 241.135257] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000030 Fix this by using actual TX queues instead of max TX queues when picking the TX channel in am65_cpsw_ndo_xdp_xmit().

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in Linux’s Texas Instruments AM65 CPSW Ethernet driver can crash the kernel when XDP transmits traffic while only one transmit queue is configured. The documented impact is service disruption, not data theft or modification. Systems without this driver and configuration are unlikely to be exposed.

Executive priority

Treat this as high priority for availability-critical appliances or embedded systems using the affected TI driver and XDP_TX configuration. Other Linux systems have substantially lower likely exposure. Establish applicability first, then schedule the vendor-supported kernel update promptly; emergency action is not supported solely by the supplied exploitation evidence.

Technical view

The am65_cpsw_ndo_xdp_xmit() path selected a transmit channel using the maximum queue count instead of the active queue count. With one active TX queue, this can select a NULL channel and cause a kernel NULL-pointer dereference. The linked kernel changes correct the selection logic to use actual TX queues.

Likely exposure

Exposure is concentrated in Linux systems using the TI AM65 CPSW Ethernet driver, XDP_TX, and a single active TX queue. The bundle lists Linux 6.10, 6.10.10, and 6.11-related version markers, but does not provide enough structured detail to state precise vulnerable build boundaries confidently.

Exploitation context

The CVSS vector describes network reachability without privileges or user interaction. However, the supplied evidence demonstrates the crash only after configuring one TX queue and exercising XDP_TX. It does not establish that arbitrary remote traffic alone can trigger the flaw. CISA KEV status is false, and no active exploitation evidence is supplied.

Researcher notes

The failure condition and corrected queue-selection logic are clearly described, but the bundle’s flattened version data is ambiguous. Researchers should map the two stable commits to distributor builds before declaring exposure. The evidence supports denial of service through a NULL dereference; it does not support confidentiality loss, integrity impact, code execution, or confirmed exploitation.

Mitigation direction

  • Install a vendor-supported kernel containing the applicable linked fix.
  • Confirm patched-build availability and exact affected versions through your Linux distributor or hardware vendor.
  • As an interim precaution, avoid one-TX-queue configurations on affected interfaces where operationally safe.
  • Prioritize externally reachable or availability-critical systems using XDP_TX.

Validation and detection

  • Inventory systems using the TI AM65 CPSW Ethernet driver.
  • Identify interfaces configured with one active transmit queue.
  • Determine whether deployed kernels include either applicable linked stable fix.
  • Review kernel crash records for NULL dereferences associated with XDP_TX and this driver.
  • Perform any regression testing in an isolated environment, not production.
Prepared
Confidence
medium
Sources
4

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-46799 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
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
1ADP providers
3Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Linux

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux8acacc40f7337527ff84cd901ed2ef0a2b95b2b6, 8acacc40f7337527ff84cd901ed2ef0a2b95b2b6unaffected
LinuxLinux6.10, 0, 6.10.10, 6.11affected
Weakness

CWE details

No CWE listed

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