Description
A security vulnerability has been detected in Open Asset Import Library Assimp up to 6.0.2. The impacted element is the function MD5Importer::MakeDataUnique of the file code/AssetLib/MD5/MD5Loader.cpp. The manipulation of the argument iNewIndex leads to heap-based buffer overflow. The attack can only be performed from a local environment. The identifier of the patch is bf9dabb617c46e5133dac65cca6bff177917afcb. Applying a patch is the recommended action to fix this issue.
Published: 2026-08-30
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local heap-based buffer overflow
Action: Apply Patch
AI Analysis

Impact

The flaw lies in the MD5Importer::MakeDataUnique function within Assimp’s MD5Loader.cpp. Improper handling of the iNewIndex argument allows a local attacker to overflow a heap buffer, potentially corrupting memory and causing a crash or enabling arbitrary code execution when malicious MD5 files are processed. This is a classic heap‑based buffer overflow (CWE‑119, CWE‑122).

Affected Systems

Open Asset Import Library (Assimp) versions up to and including 6.0.2 are vulnerable, affecting the MD5 loader component. No vendor‑specific variants are mentioned; the issue applies to the open‑source Assimp project.

Risk and Exploitability

The CVSS score of 4.8 reflects moderate severity, and the attack can only be performed from a local environment. EPSS data is unavailable and the vulnerability is not listed in CISA’s KEV catalog, indicating low likelihood of publicly exploited attacks. Because the flaw is a local heap overflow, a determined attacker with local access could induce crashes or memory corruption by supplying crafted MD5 files.

Generated by OpenCVE AI on August 31, 2026 at 00:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch identified by commit bf9dabb617c46e5133dac65cca6bff177917afcb to the MD5Importer::MakeDataUnique function.
  • Upgrade to a version of Assimp newer than 6.0.2 once it is released, or rebuild the library from the patched source.
  • Restrict local access to the trusted user environment where the library is loaded, and monitor for anomalous crashes that could indicate an attempted overflow.

Generated by OpenCVE AI on August 31, 2026 at 00:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 30 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in Open Asset Import Library Assimp up to 6.0.2. The impacted element is the function MD5Importer::MakeDataUnique of the file code/AssetLib/MD5/MD5Loader.cpp. The manipulation of the argument iNewIndex leads to heap-based buffer overflow. The attack can only be performed from a local environment. The identifier of the patch is bf9dabb617c46e5133dac65cca6bff177917afcb. Applying a patch is the recommended action to fix this issue.
Title Open Asset Import Library Assimp MD5Loader.cpp MakeDataUnique heap-based overflow
First Time appeared Assimp
Assimp assimp
Weaknesses CWE-119
CWE-122
CPEs cpe:2.3:a:assimp:assimp:*:*:*:*:*:*:*:*
Vendors & Products Assimp
Assimp assimp
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T18:56:49.387Z

Reserved: 2026-08-30T06:11:59.586Z

Link: CVE-2026-82591

cve-icon Vulnrichment

Updated: 2026-08-31T18:56:45.926Z

cve-icon NVD

Status : Deferred

Published: 2026-08-30T23:17:08.137

Modified: 2026-09-01T20:48:22.513

Link: CVE-2026-82591

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T03:00:06Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow