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.
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.
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.
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.