perl-HTML-FormHandler-0.410002-1.fc44
- perl-HTML-FormHandler-0.410002-1.fc44
HTML::FormHandler versions before 0.410002 for Perl render field attributes into HTML without escaping using the process_attrs method (CVE-2026-85630) . This update fixes that issue.
HTML::FormHandler versions through 0.40068 allow attacker selected method dispatch and resource exhaustion because _apply_actions and add_error use error message text built from request data as a Locale::Maketext bracket notation template.
Versions 0.410000+ fix the issue by passing error messages with request data as Locale::Maketext arguments instead of templates.