Description
A security vulnerability has been detected in Open Asset Import Library Assimp 17c12da. The impacted element is the function Assimp::MDLImporter::GenerateOutputMeshes_3DGS_MDL7 of the file code/AssetLib/MDL/MDLLoader.cpp of the component 3DGS MDL7 Model Output Mesh Generator. The manipulation leads to buffer overflow. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-17
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the GenerateOutputMeshes_3DGS_MDL7 function within Assimp’s MDLLoader.cpp, where malformed MDL7 model data causes a buffer overflow. A malformed model file can thus corrupt memory and potentially provide an attacker with remote code execution capabilities. The report specifies that remote exploitation is possible and that the issue has been publicly disclosed.

Affected Systems

The vulnerability affects the Open Asset Import Library (Assimp) component, specifically the MDL importer for 3DGS MDL7. The impacted code base is identified by the commit 17c12da. No explicit version ranges are listed, but any instance of the Assimp library that contains this MDLLoader.cpp file without the appropriate patch is potentially affected.

Risk and Exploitability

The CVSS score is 5.3, indicating moderate severity, with no EPSS score available and the vulnerability not present in CISA’s KEV catalog. The remote attack vector is confirmed, meaning the attack can be performed over a network by supplying a crafted MDL7 file. Because the vector is remote and the exploit has been publicly released, the risk is elevated for systems that process untrusted MDL7 files without additional safeguards.

Generated by OpenCVE AI on August 17, 2026 at 02:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Limit the loading of MDL7 model files by disabling the MDL importer or using a whitelist of trusted files.
  • Apply the latest Assimp release or incorporate the upstream commit 17c12da to remove the vulnerable code once a patch is available.
  • Implement network segmentation or firewall rules to restrict external access to the component that processes MDL7 files, and monitor for suspicious file uploads or execution attempts.

Generated by OpenCVE AI on August 17, 2026 at 02:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in Open Asset Import Library Assimp 17c12da. The impacted element is the function Assimp::MDLImporter::GenerateOutputMeshes_3DGS_MDL7 of the file code/AssetLib/MDL/MDLLoader.cpp of the component 3DGS MDL7 Model Output Mesh Generator. The manipulation leads to buffer overflow. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title Open Asset Import Library Assimp 3DGS MDL7 Model Output Mesh Generator MDLLoader.cpp GenerateOutputMeshes_3DGS_MDL7 buffer overflow
First Time appeared Assimp
Assimp assimp
Weaknesses CWE-119
CWE-120
CPEs cpe:2.3:a:assimp:assimp:*:*:*:*:*:*:*:*
Vendors & Products Assimp
Assimp assimp
References
Metrics cvssV2_0

{'score': 6.4, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.4, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-18T13:37:46.746Z

Reserved: 2026-08-16T07:50:18.071Z

Link: CVE-2026-19969

cve-icon Vulnrichment

Updated: 2026-08-18T13:33:18.728Z

cve-icon NVD

Status : Deferred

Published: 2026-08-17T01:16:44.727

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-19969

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-17T01:00:15Z

Links: CVE-2026-19969 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T03:00:10Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')