VYPR

Openmcdf

by Openmcdf

nuget: openmcdf

Source repositories

CVEs (2)

  • CVE-2026-41511MedMay 8, 2026
    risk 0.33cvss 6.2epss 0.00

    OpenMcdf is a fully .NET / C# library to manipulate Compound File Binary File Format files, also known as Structured Storage. Prior to version 3.1.3, OpenMcdf does not detect cycles in the directory entry red-black tree of a Compound File Binary (CFB) document. A crafted CFB…

  • CVE-2026-45785May 19, 2026
    risk 0.00cvss epss 0.00

    ### Summary The BST name-lookup loop in `DirectoryTree.TryGetDirectoryEntry` (`OpenMcdf/DirectoryTree.cs:35-46`) walks directory entries by repeatedly calling `directories.TryGetSibling(child, siblingType, validateColor)`. A crafted CFB file with cyclic Left/Right sibling links…