You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
heap-disclosure
About this tag
The heap-disclosure tag on WindowsForum.com covers vulnerabilities that leak sensitive heap memory contents through software flaws. Recent discussions include CVE-2026-34757, a use-after-free in libpng that can corrupt chunk data and lead to heap information disclosure, affecting browsers, desktop apps, and server-side image pipelines. Another thread covers CVE-2025-54901, a buffer over-read in Microsoft Excel that discloses process memory when a crafted spreadsheet is opened. Both threads emphasize the security risk of memory disclosure bugs and provide patch guidance. The tag is relevant for IT professionals, security researchers, and Windows users concerned with memory safety and vulnerability management.
CVE-2026-34757 is the latest reminder that image parsing bugs can still punch far above their weight in modern software stacks. According to Microsoft’s Security Update Guide entry, the flaw in libpng is a use-after-free affecting png_set_PLTE, png_set_tRNS, and png_set_hIST, with the practical...
Microsoft’s advisory classifies CVE-2025-54901 as a buffer over-read (out‑of‑bounds read) in Microsoft Office Excel that can disclose process memory contents when a crafted spreadsheet is opened.
Executive summary
What it is: CVE-2025-54901 is an information‑disclosure vulnerability in...