Intel

AIKIDO-2026-521249

AcademySoftwareFoundation.openexr is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)GHSA-rmgv-rm47-38g3 Published Yesterday

75

High Risk

This Affects:

C++AcademySoftwareFoundation.openexr
3.0.1 - 3.2.11
Fixed in 3.2.12
3.3.0 - 3.3.13
Fixed in 3.3.14
3.4.0 - 3.4.14
Fixed in 3.4.15
Are you affected? Scan for Free

TL;DR

OpenEXR's IDManifest parser reads a signed entry count directly from decompressed manifest data and resizes an internal vector to that count without checking it against the amount of data actually remaining or rejecting negative values. Each entry default-constructs a sizeable struct, so a crafted file only a few hundred bytes long can force the library to commit gigabytes of real memory before a single entry is read, crashing the process or triggering an out-of-memory kill. The allocation size comes purely from the declared count, independent of what the file actually contains. The fix rejects negative counts and grows the manifest one entry at a time instead of preallocating from the untrusted count.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

AcademySoftwareFoundation.openexr is vulnerable to Denial of Service (DoS) in versions 3.0.1 - 3.2.11, 3.3.0 - 3.3.13 and 3.4.0 - 3.4.14.

How to fix this

Upgrade the AcademySoftwareFoundation.openexr and/or the openexr library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform