Description
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.
Published: 2026-08-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Tensor::from_raw_dt_align function of the ONNX Initializer Loader in sonos tract through 0.23.4. When processing a crafted tensor, the function calculates an incorrect buffer size, which can lead to a buffer overflow via unsafe memory writes. This flaw allows an attacker to corrupt adjacent memory, potentially causing crashes or enabling arbitrary code execution, and is considered a remote memory corruption vulnerability.

Affected Systems

The affected product is sonos tract version 0.23.4 and earlier. The vulnerability is tied to the sonos tract code base as indicated by the product name and the CPE string. The commit 66b10bda8895f4bfaf8c205361f0125cdf51f99b provides the fix. Users running any legacy sonos tract releases should be aware that the issue persists until the patch is applied.

Risk and Exploitability

The CVSS base score is 5.3, indicating a moderate severity. The EPSS score is not available, and the vulnerability is currently not listed in CISA’s KEV catalog. However, the description confirms that the exploit can be launched remotely and has been publicly disclosed, suggesting that attackers with network access to the affected component could potentially trigger the overflow and exploit the error.

Generated by OpenCVE AI on August 18, 2026 at 02:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade sonos tract to the patched revision (commit 66b10bda8895f4bfaf8c205361f0125cdf51f99b) or to a later version that contains the fix.
  • Restrict external access to components that use tract, limiting the exposure of the vulnerable code to trusted networks only.
  • Monitor system logs for abnormal termination or memory corruption events related to ONNX tensor processing.

Generated by OpenCVE AI on August 18, 2026 at 02:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Description 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.
Title sonos tract ONNX Initializer Loader tensor.rs from_raw_dt_align buffer size
First Time appeared Sonos
Sonos tract
Weaknesses CWE-120
CWE-131
CPEs cpe:2.3:a:sonos:tract:*:*:*:*:*:*:*:*
Vendors & Products Sonos
Sonos tract
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-19T14:11:38.099Z

Reserved: 2026-08-17T16:39:53.532Z

Link: CVE-2026-75093

cve-icon Vulnrichment

Updated: 2026-08-19T14:11:33.532Z

cve-icon NVD

Status : Deferred

Published: 2026-08-18T02:17:30.540

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-75093

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T12:39:23Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-131

    Incorrect Calculation of Buffer Size