๐Ÿ” CVE Alert

CVE-2025-15646

CRITICAL 9.8

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

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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-read bytes into the returned result, disclosing bounded heap contents. format => 'callback' reaches a croak on the unhandled node type and is unaffected.

CWE CWE-843 CWE-125
Vendor bps
Product html::gumbo
Published Jul 1, 2026
Last Updated Jul 1, 2026
Stay Ahead of the Next One

Get instant alerts for bps html::gumbo

Be the first to know when new critical vulnerabilities affecting bps html::gumbo are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

BPS / HTML::Gumbo
0 < 0.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/bestpractical/HTML-Gumbo/commit/15c0598909d4a64f47ef0a1abc5051f4e113c186.patch metacpan.org: https://metacpan.org/release/BPS/HTML-Gumbo-0.19/changes bugs.debian.org: https://bugs.debian.org/1104789 openwall.com: http://www.openwall.com/lists/oss-security/2026/07/01/7

Credits

Vincent Lefevre Niko Tyni