Security readout for executives and security teams
Plain-English summary
CVE-2021-29592 is a TensorFlow Lite bug that can crash or mis-handle processing in the Reshape operator under specific malformed tensor conditions. It is not reported as remotely exploitable or actively exploited in the supplied sources, but it matters where affected TensorFlow versions run untrusted ML inputs.
Executive priority
Handle as a moderate maintenance fix. Prioritize faster if TensorFlow Lite is used in shared, multi-user, or customer-controlled model-processing workflows. It does not appear to require emergency response based on the supplied evidence.
Technical view
The prior fix for CVE-2020-15209 missed target shapes supplied by a 1-D tensor. TFLite Reshape could accept a null-buffer-backed tensor with a 1-D shape, causing a CWE-476 null pointer dereference. CVSS 3.1 is 4.4: local access, low privileges, no user interaction, low integrity and availability impact.
Likely exposure
Exposure is limited to systems using affected TensorFlow releases: before 2.1.4, 2.2.0 before 2.2.3, 2.3.0 before 2.3.3, or 2.4.0 before 2.4.2. Risk is higher where local users or automated workflows can run untrusted TFLite models or tensors.
Exploitation context
The supplied sources do not show public exploitation or CISA KEV listing. The CVSS vector indicates exploitation requires local access and low privileges, with no user interaction. Treat this as a reliability and integrity risk in ML processing environments rather than an internet-facing emergency.
Researcher notes
Focus validation on TFLite Reshape behavior and version provenance. The key flaw is the missed 1-D tensor target-shape case from the CVE-2020-15209 fix. Avoid assuming broader TensorFlow components are affected unless vendor sources confirm it.
Mitigation direction
- Upgrade to TensorFlow 2.5.0 or a patched supported backport release.
- Use TensorFlow 2.4.2, 2.3.3, 2.2.3, or 2.1.4 where applicable.
- Inventory applications, containers, and notebooks that bundle TensorFlow or TFLite.
- Restrict untrusted local users and workflows from executing arbitrary TFLite inputs.
- Check TensorFlow vendor guidance before relying on compensating controls.
Validation and detection
- Review dependency lockfiles and container manifests for affected TensorFlow versions.
- Confirm runtime images load a patched TensorFlow release, not only source repositories.
- Identify services that process externally supplied or user-controlled TFLite models.
- Regression test TFLite Reshape workloads after upgrading TensorFlow.
- Record exception cases where upgrade is deferred and document owner approval.
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-476: 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-29592 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
- Medium
- CVSS
- 4.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
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:N/I:L/A:L1.82.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.4MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/tensorflow/tensorflow/security/advisories/GHSA-jjr8-m8g8-p6wvCVE reference · x_refsource_CONFIRM
- https://github.com/tensorflow/tensorflow/commit/f8378920345f4f4604202d4ab15ef64b2aceaa16CVE 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.
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
