CVE 9.8 CRITICAL

HTML::Gumbo versions before 0.19 for Perl disclose heap memory via type confusion_CVE-2025-15646

9.8 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Description

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.

Basic Information

ID CVE-2025-15646
Source CPANSec
Published Jul 1, 2026 at 14:38
Modified Jul 1, 2026 at 18:09

Affected Product

Vendor BPS
Product HTML::Gumbo
Affected Versions BPS HTML::Gumbo 0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.