LiveActive security incident?Get immediate response
CVE Record

CVE-2025-70070: An issue in Assimp v.6.0.2 allows a remote attacker to cause a denial of service via the FBXMeshGeometry.cp...

An issue in Assimp v.6.0.2 allows a remote attacker to cause a denial of service via the FBXMeshGeometry.cpp, MeshGeometry::MeshGeometry()

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-70070 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Official CVE source material

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-70070Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.