CVE-2026-55093 (GCVE-0-2026-55093)
Vulnerability from cvelistv5 – Published: 2026-09-14 19:47 – Updated: 2026-09-14 20:09
VLAI
EPSS
VEX
Title
tract-nnef: integer overflow in NNEF `.dat` tensor parser yields an out-of-bounds read on model load
Summary
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.
Severity
6.1 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-14 20:09 UTC
Assigner
References
7 references
| URL | Tags |
|---|---|
| https://github.com/sonos/tract/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/sonos/tract/commit/34c7df2c9bd… | x_refsource_MISC |
| https://github.com/sonos/tract/commit/828ec20f74c… | x_refsource_MISC |
| https://github.com/sonos/tract/commit/ee5f019d39f… | x_refsource_MISC |
| https://github.com/sonos/tract/releases/tag/0.21.16 | x_refsource_MISC |
| https://github.com/sonos/tract/releases/tag/0.22.2 | x_refsource_MISC |
| https://github.com/sonos/tract/releases/tag/v0.23.1 | x_refsource_MISC |
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-55093",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-14T20:09:04.689487Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T20:09:24.411Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "tract",
"vendor": "sonos",
"versions": [
{
"status": "affected",
"version": "\u003c 0.21.16"
},
{
"status": "affected",
"version": "\u003e= 0.22.0, \u003c 0.22.2"
},
{
"status": "affected",
"version": "\u003e= 0.23.0, \u003c 0.23.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125: Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-14T19:47:46.877Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg"
},
{
"name": "https://github.com/sonos/tract/commit/34c7df2c9bd2a36583e09b52f3e6319bf23102e8",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sonos/tract/commit/34c7df2c9bd2a36583e09b52f3e6319bf23102e8"
},
{
"name": "https://github.com/sonos/tract/commit/828ec20f74c14c0923c7d7f0cff062ed222d630a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sonos/tract/commit/828ec20f74c14c0923c7d7f0cff062ed222d630a"
},
{
"name": "https://github.com/sonos/tract/commit/ee5f019d39fb97f7d4431b883c3ce97b74c28a64",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sonos/tract/commit/ee5f019d39fb97f7d4431b883c3ce97b74c28a64"
},
{
"name": "https://github.com/sonos/tract/releases/tag/0.21.16",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sonos/tract/releases/tag/0.21.16"
},
{
"name": "https://github.com/sonos/tract/releases/tag/0.22.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sonos/tract/releases/tag/0.22.2"
},
{
"name": "https://github.com/sonos/tract/releases/tag/v0.23.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sonos/tract/releases/tag/v0.23.1"
}
],
"source": {
"advisory": "GHSA-x5mv-8wgw-29hg",
"discovery": "UNKNOWN"
},
"title": "tract-nnef: integer overflow in NNEF `.dat` tensor parser yields an out-of-bounds read on model load"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-55093",
"datePublished": "2026-09-14T19:47:46.877Z",
"dateReserved": "2026-06-16T14:41:54.578Z",
"dateUpdated": "2026-09-14T20:09:24.411Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-55093",
"date": "2026-09-15",
"epss": "0.00199",
"percentile": "0.0985"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-55093\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-09-14T20:16:47.290\",\"lastModified\":\"2026-09-14T20:16:47.290\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"sonos\",\"product\":\"tract\",\"versions\":[{\"version\":\"\u003c 0.21.16\",\"status\":\"affected\"},{\"version\":\"\u003e= 0.22.0, \u003c 0.22.2\",\"status\":\"affected\"},{\"version\":\"\u003e= 0.23.0, \u003c 0.23.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":4.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-09-14T20:09:04.689487Z\",\"id\":\"CVE-2026-55093\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"},{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"references\":[{\"url\":\"https://github.com/sonos/tract/commit/34c7df2c9bd2a36583e09b52f3e6319bf23102e8\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/commit/828ec20f74c14c0923c7d7f0cff062ed222d630a\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/commit/ee5f019d39fb97f7d4431b883c3ce97b74c28a64\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/releases/tag/0.21.16\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/releases/tag/0.22.2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/releases/tag/v0.23.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"tract-nnef: integer overflow in NNEF `.dat` tensor parser yields an out-of-bounds read on model load\", \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-125\", \"lang\": \"en\", \"description\": \"CWE-125: Out-of-bounds Read\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-190\", \"lang\": \"en\", \"description\": \"CWE-190: Integer Overflow or Wraparound\", \"type\": \"CWE\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"LOCAL\", \"availabilityImpact\": \"HIGH\", \"baseScore\": 6.1, \"baseSeverity\": \"MEDIUM\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"REQUIRED\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H\", \"version\": \"3.1\"}}], \"references\": [{\"name\": \"https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg\", \"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg\"}, {\"name\": \"https://github.com/sonos/tract/commit/34c7df2c9bd2a36583e09b52f3e6319bf23102e8\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/sonos/tract/commit/34c7df2c9bd2a36583e09b52f3e6319bf23102e8\"}, {\"name\": \"https://github.com/sonos/tract/commit/828ec20f74c14c0923c7d7f0cff062ed222d630a\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/sonos/tract/commit/828ec20f74c14c0923c7d7f0cff062ed222d630a\"}, {\"name\": \"https://github.com/sonos/tract/commit/ee5f019d39fb97f7d4431b883c3ce97b74c28a64\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/sonos/tract/commit/ee5f019d39fb97f7d4431b883c3ce97b74c28a64\"}, {\"name\": \"https://github.com/sonos/tract/releases/tag/0.21.16\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/sonos/tract/releases/tag/0.21.16\"}, {\"name\": \"https://github.com/sonos/tract/releases/tag/0.22.2\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/sonos/tract/releases/tag/0.22.2\"}, {\"name\": \"https://github.com/sonos/tract/releases/tag/v0.23.1\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/sonos/tract/releases/tag/v0.23.1\"}], \"affected\": [{\"vendor\": \"sonos\", \"product\": \"tract\", \"versions\": [{\"version\": \"\u003c 0.21.16\", \"status\": \"affected\"}, {\"version\": \"\u003e= 0.22.0, \u003c 0.22.2\", \"status\": \"affected\"}, {\"version\": \"\u003e= 0.23.0, \u003c 0.23.1\", \"status\": \"affected\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-09-14T19:47:46.877Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"source\": {\"advisory\": \"GHSA-x5mv-8wgw-29hg\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-55093\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-09-14T20:09:04.689487Z\"}}}], \"references\": [{\"url\": \"https://github.com/sonos/tract/security/advisories/GHSA-x5mv-8wgw-29hg\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-09-14T20:09:20.748Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-55093\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"GitHub_M\", \"dateReserved\": \"2026-06-16T14:41:54.578Z\", \"datePublished\": \"2026-09-14T19:47:46.877Z\", \"dateUpdated\": \"2026-09-14T20:09:24.411Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Loading…
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.
Loading…