CVE Catalog

CVE-2026-85630

Unknown
Published: Updated: Translated: NVD NIST

Summary

HTML::FormHandler before version 0.410002 for Perl renders field attributes into HTML without escaping using the process_attrs method. Applications with fields or labels where attributes are built from data rather than literals may allow attacker-influenced text in attribute values, potentially overriding field attributes or embedding JavaScript in rendered pages.

Risk Assessment

The risk includes cross-site scripting (XSS) and alteration of form appearance or behavior, which could lead to data theft or session hijacking.

Recommendation

Upgrade HTML::FormHandler to version 0.410002 or later. Ensure all data used to construct attributes is properly escaped.

Other vulnerabilities in HTML::FormHandler

See all
Original NVD description (English source)

HTML::FormHandler versions before 0.410002 for Perl render field attributes into HTML without escaping using the process_attrs method. Any application with fields or field labels where some attributes are built from data rather than literals allows attacker-influenced text in an attribute value that can override the field attributes or embed JavaScript in rendered pages. For example, the RadioGroup widget uses the process_attrs method via the render_option and wrap_radio methods.

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