CVE-2025-53732
12.08.2025, 18:15
Heap-based buffer overflow in Microsoft Office allows an unauthorized attacker to execute code locally.Enginsight
Vendor | Product | Version |
---|---|---|
microsoft | office | 𝑥 < 16.0.14326.22618 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.