LiveActive security incident?Get immediate response
CVE Record

CVE-2025-38545: net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info While transitioning from netdev_alloc_ip_align() to build_skb(), memory for the "skb_shared_info" member of an "skb" was not allocated. Fix this by allocating "PAGE_SIZE" as the skb length, accounting for the packet length, headroom and tailroom, thereby including the required memory space for skb_shared_info.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux Ethernet driver can create network packet buffers without reserving required bookkeeping space. On systems using the affected Texas Instruments AM65 CPSW NUSS driver, network activity may cause a crash or service disruption. The supplied assessment rates this high because triggering requires no privileges or user interaction and primarily threatens availability.

Executive priority

Prioritize affected embedded, industrial, or appliance systems exposed to untrusted networks, especially where downtime has operational consequences. Patch through supported vendor channels promptly. Systems without the relevant TI driver and hardware are unlikely to be exposed, so confirm applicability before emergency-wide deployment.

Technical view

The am65-cpsw-nuss driver’s transition from netdev_alloc_ip_align() to build_skb() omitted allocation space for skb_shared_info. The referenced fixes allocate PAGE_SIZE for the skb backing area, covering packet data, headroom, tailroom, and shared metadata. The supplied CVSS 3.1 score is 7.5, with network reachability and availability impact only.

Likely exposure

Exposure is limited to Linux systems using the affected TI am65-cpsw-nuss Ethernet driver and relevant hardware. The bundle identifies 6.10, 6.12.39, 6.15.7, and 6.16 as affected, but also contains ambiguous version data. Confirm exposure using vendor package information and referenced fix commits, not version numbers alone.

Exploitation context

The CVSS vector describes remote, low-complexity, unauthenticated triggering without user interaction. However, the supplied sources provide no evidence of public exploitation, and this CVE is not listed as KEV in the bundle. Treat it as a remotely reachable denial-of-service risk, not confirmed active exploitation.

Researcher notes

The core defect is an undersized skb backing allocation after adopting build_skb(), specifically excluding space required for skb_shared_info. The source bundle does not document a proof of concept, observed attacks, confidentiality impact, or integrity impact. Its affected-version metadata is internally unclear, making commit-level or vendor-package verification important.

Mitigation direction

  • Apply a vendor-supported kernel release containing the applicable referenced stable fix.
  • Check Linux distribution or device-vendor advisories for exact fixed package versions.
  • Prioritize systems whose TI am65-cpsw-nuss interface processes untrusted network traffic.
  • Where updates are delayed, follow vendor guidance and restrict unnecessary network exposure.

Validation and detection

  • Identify systems with the TI am65-cpsw-nuss driver enabled and relevant hardware present.
  • Record each system’s running kernel build and distribution package revision.
  • Verify package changelogs or kernel sources include the applicable referenced fix commit.
  • After updating, test network operation and monitor for crashes or abnormal resets.
Prepared
Confidence
medium
Sources
5

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-2025-38545 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
0ADP providers
4Source 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.

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-2025-38545Attack 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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux8acacc40f7337527ff84cd901ed2ef0a2b95b2b6, 8acacc40f7337527ff84cd901ed2ef0a2b95b2b6, 8acacc40f7337527ff84cd901ed2ef0a2b95b2b6unaffected
LinuxLinux6.10, 0, 6.12.39, 6.15.7, 6.16affected
Weakness

CWE details

No CWE listed

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