CVE-2025-15646
CRITICALHTML::Gumbo versions before 0.19 for Perl disclose heap memory via type confusion
Title source: cnaDescription
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.
References (4)
Core 4
Core References
Patch patch
https://github.com/bestpractical/HTML-Gumbo/commit/15c0598909d4a64f47ef0a1abc5051f4e113c186.patch
Release Notes release-notes
https://metacpan.org/release/BPS/HTML-Gumbo-0.19/changes
Issue Tracking issue-tracking
https://bugs.debian.org/1104789
Scores
CVSS v3
9.8
EPSS
0.0051
EPSS Percentile
40.8%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
yes
Technical Impact
total
Details
CWE
CWE-125
CWE-843
Status
published
Products (1)
BPS/HTML::Gumbo
< 0.19
Published
Jul 01, 2026
Tracked Since
Jul 01, 2026