Skip to main content

Sonos Tract CVE-2026-75093

| EUVDEUVD-2026-60565 LOW
Incorrect Calculation of Buffer Size (CWE-131)
2026-08-18 VulDB GHSA-xjfr-6qjc-v5rw
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
4.3 MEDIUM

Remote delivery of a malicious ONNX model requires user/operator interaction to load it (UI:R); impact is crash-only with no confidentiality or integrity loss (C:N/I:N/A:L).

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

5
Severity Changed
Aug 18, 2026 - 02:22 NVD
MEDIUM LOW
CVSS changed
Aug 18, 2026 - 02:22 NVD
5.3 (MEDIUM) 2.1 (LOW)
Source Code Evidence Fetched
Aug 18, 2026 - 02:16 vuln.today
Analysis Generated
Aug 18, 2026 - 02:16 vuln.today
CVE Published
Aug 18, 2026 - 01:30 cve.org
MEDIUM 5.3

DescriptionCVE.org

A security vulnerability has been detected in sonos tract up to 0.23.4. This impacts the function Tensor::from_raw_dt_align of the file data/src/tensor.rs of the component ONNX Initializer Loader. Such manipulation leads to incorrect calculation of buffer size. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. The name of the patch is 66b10bda8895f4bfaf8c205361f0125cdf51f99b. It is best practice to apply a patch to resolve this issue.

AnalysisAI

Incorrect buffer size validation in Sonos Tract's ONNX Initializer Loader allows a crafted ONNX model file to crash the inference process. The Tensor::from_raw_dt_align function in data/src/tensor.rs accepts a raw byte slice and declared tensor shape without confirming the slice length matches the expected size, causing a Rust panic in copy_from_slice when dimensions mismatch. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Craft ONNX model with tensor shape/data length mismatch
Delivery
Deliver malicious model to target application
Exploit
Application invokes from_raw_dt_align on ONNX initializer
Execution
copy_from_slice panics on content/expected length mismatch
Persist
Inference process crashes
Impact
Denial-of-service condition achieved

Vulnerability AssessmentAI

Exploitation Exploitation requires that the target application loads an ONNX model containing a tensor initializer whose raw byte content length does not equal the byte count implied by its declared dtype and shape. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 base score of 5.3 (AV:N/AC:L/AT:N/PR:N/UI:P/VA:L) correctly frames this as moderate severity with limited impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A threat actor crafts an ONNX model file in which a tensor initializer's raw data payload is deliberately shorter than the size implied by its declared dtype and shape - for example, supplying 12 bytes for a float32 tensor with shape [2,3] that requires 24 bytes. When a victim ML pipeline built on Sonos Tract 0.23.x loads this model (via an upload endpoint, an automated model-fetch workflow, or a configured model path pointing to attacker-controlled storage), the from_raw_dt_align function panics inside copy_from_slice, crashing the inference process or service. …
Remediation Apply the upstream fix by updating to a release of Sonos Tract that incorporates commit 66b10bda8895f4bfaf8c205361f0125cdf51f99b, merged via PR #2413 (https://github.com/sonos/tract/pull/2413). … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-75093 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy