Security readout for executives and security teams
Plain-English summary
A malicious TensorFlow Lite model can crash affected TensorFlow versions by triggering a null pointer dereference. The stated impact is denial of service. Organizations are mainly exposed where applications accept or process TFLite models from users, partners, downloads, or automated pipelines.
Executive priority
Treat this as a targeted availability risk for systems processing TFLite models. Prioritize remediation where model files cross trust boundaries or support production services.
Technical view
CVE-2021-37688 is a CWE-476 null pointer dereference in TensorFlow Lite optimized operations. The advisory says the implementation unconditionally dereferences a pointer. A crafted TFLite model can trigger a crash. Affected ranges include TensorFlow before 2.3.4, 2.4.x before 2.4.3, and 2.5.x before 2.5.1.
Likely exposure
Exposure is most likely in ML services, mobile or edge applications, CI pipelines, or research tooling that load TFLite models, especially from untrusted or semi-trusted sources.
Exploitation context
The source bundle does not show known active exploitation, and KEV is false. The CVSS vector is local, low complexity, low privileges, and no user interaction, but practical exploitation depends on the target loading a crafted TFLite model.
Researcher notes
The advisory attributes the flaw to unconditional pointer dereference in TensorFlow Lite optimized ops and links the fixing commit. Evidence supports denial of service via crash, but the supplied sources do not establish active exploitation or broader impact beyond the CVSS record.
Mitigation direction
- Upgrade TensorFlow to 2.6.0 or later where feasible.
- For supported older branches, use 2.5.1, 2.4.3, or 2.3.4.
- Avoid loading TFLite models from untrusted sources until patched.
- Check TensorFlow vendor guidance for branch-specific remediation details.
Validation and detection
- Inventory TensorFlow versions in applications, containers, notebooks, and build pipelines.
- Identify services or workflows that load TFLite model files.
- Confirm affected versions are upgraded to fixed releases.
- Review model ingestion paths for trust boundaries and source validation.
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-37688 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.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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:H/A:H1.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.8HighVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/tensorflow/tensorflow/security/advisories/GHSA-vcjj-9vg7-vf68CVE reference · x_refsource_CONFIRM
- https://github.com/tensorflow/tensorflow/commit/15691e456c7dc9bd6be203b09765b063bf4a380cCVE 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.
