Security readout for executives and security teams
Plain-English summary
CVE-2025-70070 is a denial-of-service issue in Assimp 6.0.2. A crafted FBX file can crash an application that uses Assimp to import or process that file. Business impact is mainly service disruption in systems that accept or process untrusted 3D model files.
Executive priority
Treat as a moderate availability risk. Prioritize systems where external users can submit FBX files or where 3D asset processing is business-critical. The urgency is lower than remote code execution, but crashes in public-facing processing services can still affect uptime and customer operations.
Technical view
The CVE describes a CWE-476 null pointer dereference in Assimp v6.0.2, in FBXMeshGeometry.cpp within MeshGeometry::MeshGeometry(). CVSS 3.1 is 6.5: network reachable, low complexity, no privileges, user interaction required, and high availability impact. The record does not identify broader affected versions.
Likely exposure
Exposure is likely where Assimp 6.0.2 is embedded in applications, pipelines, web services, or tools that parse FBX files from users, partners, or external sources. Systems that do not process FBX files or do not use Assimp 6.0.2 are less likely exposed.
Exploitation context
The CVE is not listed in KEV, and the provided sources do not state active exploitation. Exploitation requires an application or user workflow to process a malicious FBX file. The expected impact is application crash or service interruption, not data theft or code execution based on available evidence.
Researcher notes
The public record is sparse. It names Assimp 6.0.2, CWE-476, and a specific FBX mesh geometry code path, but does not provide a vendor fix, affected version range, or exploitation-in-the-wild evidence. Avoid assuming impact beyond denial of service without additional upstream confirmation.
Mitigation direction
Inventory applications and services using Assimp, especially version 6.0.2.
Restrict or quarantine untrusted FBX uploads until vendor guidance is confirmed.
Check upstream Assimp advisories, releases, and issue trackers for a fix.
Apply vendor-recommended updates or mitigations when available.
Add process isolation or crash recovery around 3D file import services.
Validation and detection
Confirm whether Assimp 6.0.2 is present in production or build dependencies.
Identify workflows that accept FBX files from untrusted users or partners.
Review application logs for repeated crashes during FBX import.
Verify deployed Assimp version against vendor release guidance.
Test mitigations in a safe environment using non-production systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · low confidence lookup
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.
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.
We 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.