CVE Catalog

CVE-2026-85484

Unknown
Published: Updated: Translated: NVD NIST

Summary

HTML::FormHandler before version 0.410002 for Perl renders option group labels and radio button labels into HTML without escaping. The Select, RadioGroup, CheckboxGroup and HorizCheckboxGroup widgets render a group label unescaped, and RadioGroup also renders each radio button's own label unescaped. Applications whose option list is built from data may allow attacker-influenced text in a label, potentially overriding options or embedding JavaScript.

Risk Assessment

The risk includes cross-site scripting (XSS) and manipulation of form options, which could lead to unauthorized actions or data theft.

Recommendation

Upgrade HTML::FormHandler to version 0.410002 or later. Ensure option labels are properly escaped.

Other vulnerabilities in HTML::FormHandler

See all
Original NVD description (English source)

HTML::FormHandler versions before 0.410002 for Perl render option group labels and radio button labels into HTML without escaping. The Select, RadioGroup, CheckboxGroup and HorizCheckboxGroup widgets render a group label unescaped, Select into a label attribute and the other three into element content. RadioGroup also renders each radio button's own label unescaped. Any application whose option list is built from data rather than literals, using options_from, an options_fieldname method, or the DBIC model, allows attacker-influenced text in a label that can override the options or embed JavaScript in rendered pages.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS