CVE Catalog

CVE-2026-85485

Unknown
Published: Translated: NVD NIST

Summary

HTML::FormHandler before version 0.410002 for Perl renders some error messages into HTML without escaping. The Table form layout and Bootstrap 2 and 3 wrappers splice each error string directly into the surrounding markup. Error messages containing attacker-influenced content such as rejected field values could embed JavaScript in rendered pages.

Risk Assessment

The risk includes cross-site scripting (XSS) via error messages, which could lead to malicious code execution in the victim's browser.

Recommendation

Upgrade HTML::FormHandler to version 0.410002 or later, which addresses this issue. Ensure error messages are properly escaped.

Other vulnerabilities in HTML::FormHandler

See all
Original NVD description (English source)

HTML::FormHandler versions before 0.410002 for Perl render some error messages into HTML without escaping. The Table form layout and the Bootstrap 2 and 3 wrappers splice each error string straight into the surrounding markup. Version 0.410000, the fix for CVE-2026-19872, escaped the equivalent values in the other layouts and wrappers, and 0.410002 extended that to these three. Error messages that contain attacker-influenced content such as rejected field values could embed JavaScript in rendered pages.

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