CVE-2026-55093
Last modified
CVE-2026-55093 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.16, 0.22.2, and 0.23.1, tract-nnef uses unchecked usize multiplication in nnef/src/tensors.rs read_tensor for attacker-controlled tensor dimensions, the allocation size, and the reported tensor length.
Description
Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.16, 0.22.2, and 0.23.1, tract-nnef uses unchecked usize multiplication in nnef/src/tensors.rs read_tensor for attacker-controlled tensor dimensions, the allocation size, and the reported tensor length. Loading a crafted NNEF archive through model_for_path or model_for_read reaches the default DatLoader and can make the wrapped size check accept a small allocation while data/src/tensor.rs as_slice_unchecked creates a much larger logical slice. Model construction through as_uniform can then read beyond the heap allocation and disclose adjacent data, and later access can terminate the process with a segmentation fault. The affected dense numeric tensor path does not include the independently guarded bool, String, or block-quant paths, and no out-of-bounds write or code execution was demonstrated. This issue is fixed in versions 0.21.16, 0.22.2, and 0.23.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| sonos | tract | < 0.21.16; >= 0.22.0, < 0.22.2; >= 0.23.0, < 0.23.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-55093?
How severe is CVE-2026-55093?
How do I fix CVE-2026-55093?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55088Etherpad is a real-time collaborative editor. From 2.6.0 unt…6.8
- CVE-2026-55089Etherpad is a real-time collaborative editor. From 2.1.0 unt…9.9
- CVE-2026-5509An authenticated command injection vulnerability exists in t…7.2
- CVE-2026-55090Etherpad is a real-time collaborative editor. Prior to 3.3.0…5.3
- CVE-2026-55091flat-to-nested converts a hierarchy from a flat representati…7.5
- CVE-2026-55092Trivy is a security scanner. Prior to 0.71.1, when Trivy dow…7.5
- CVE-2026-55095OpenProject is open-source, web-based project management sof…5.3
- CVE-2026-55099icalendar is an RFC 5545 compatible parser and generator of …7.5
- CVE-2026-5510The GiveWP – Donation Plugin and Fundraising Platform plugin…6.4
- CVE-2026-55100hashi-vault-js is a Node.js module for interacting with the …8.7
- CVE-2026-55102hashi-vault-js is a Node.js module for interacting with the …5.8
- CVE-2026-55105Joplin is an open source note-taking and to-do application t…7.7
Are you affected by CVE-2026-55093?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
