Security readout for executives and security teams
Plain-English summary
A malicious TensorFlow Lite model can make vulnerable TensorFlow versions loop during evaluation and, in some cases, exhaust stack memory. Business risk is highest where untrusted or externally supplied models are accepted. The source bundle shows high severity but no known CISA KEV listing or cited active exploitation.
Executive priority
Treat as a high-priority patch for ML systems that process outside models. Internal-only, tightly controlled model workflows have lower urgency but should still update during normal security maintenance.
Technical view
TFLite graphs should not contain loops between nodes, but affected TensorFlow releases did not enforce this. A crafted model could create recursive subgraph evaluation, including a While case where body and loop subgraphs are the same, causing infinite looping or stack overflow.
Likely exposure
Exposure is most likely in systems using affected TensorFlow versions to load or evaluate TFLite models, especially when models come from users, partners, marketplaces, CI pipelines, or other less-trusted sources.
Exploitation context
The sources describe crafted-model exploitation requiring the attacker to supply a model to a vulnerable evaluator. KEV is false, and the provided sources do not claim active exploitation in the wild.
Researcher notes
The key issue is missing validation that TFLite graphs have no loops between nodes. The cited fix commits and GitHub advisory are the primary evidence. No source-provided standalone workaround or exploitation evidence was included beyond upgrading to fixed releases.
Mitigation direction
- Upgrade TensorFlow to 2.5.0 or a fixed supported backport.
- Use 2.4.2, 2.3.3, 2.2.3, or 2.1.4 where pinned to those branches.
- Restrict TFLite model ingestion to trusted, approved sources.
- Review TensorFlow security guidance for model trust assumptions.
- Prioritize externally supplied model evaluation paths first.
Validation and detection
- Inventory TensorFlow versions in runtime images and dependency lockfiles.
- Identify services or workflows that evaluate TFLite models.
- Confirm vulnerable ranges are not deployed in production or CI.
- Check whether untrusted users can upload or influence models.
- Review crash or denial-of-service telemetry around model evaluation.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CWE-835: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2021-29591 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H1.85.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.3HighVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cwv3-863g-39vxCVE reference · x_refsource_CONFIRM
- https://github.com/tensorflow/tensorflow/commit/9c1dc920d8ffb4893d6c9d27d1f039607b326743CVE reference · x_refsource_MISC
- https://github.com/tensorflow/tensorflow/commit/c6173f5fe66cdbab74f4f869311fe6aae2ba35f4CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Loop with Unreachable Exit Condition ('Infinite Loop')
Loop with Unreachable Exit Condition ('Infinite Loop') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
