All Threat Alerts
criticalCVE Alert
CVE-2025-15646

Critical Vulnerability: CVE-2025-15646

HTML::Gumbo versions before 0.19 for Perl disclose heap memory via type confusion. Support for the <template> element was added to libgumbo 0.10.0 in 2015, but the walk_tree function in lib/HTML/Gumbo.xs was not updated to support it. The element was treated as a text-node, where strlen() over-reads the heap block that the pointer addresses. Any caller that runs parse() with the default format => 'string', or with format => 'tree', on input containing a <template> element serializes the over-r

Thursday, July 2, 2026Vulnios Threat Intelligence
Share:

Vulnerability Snapshot

CVE-2025-15646 is rated CRITICAL โ€” exploitation is trivial or already observed in the wild and impact is severe. Patch immediately, not on the next maintenance window.

Executive Summary

HTML::Gumbo versions before 0.19 for Perl disclose heap memory via type confusion.

Support for the