CVE Vulnerabilities

CVE-2025-54899

Free of Memory not on the Heap

Published: Sep 09, 2025 | Modified: Sep 09, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

Free of memory not on the heap in Microsoft Office Excel allows an unauthorized attacker to execute code locally.

Weakness

The product calls free() on a pointer to memory that was not allocated using associated heap allocation functions such as malloc(), calloc(), or realloc().

Potential Mitigations

  • Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
  • For example, glibc in Linux provides protection against free of invalid pointers.

References