Exploitation Summary
EIP tracks 1 public exploit for CVE-2011-2201. PoCs published by dst.
AI-analyzed exploit summary This exploit demonstrates a security-bypass vulnerability in the Perl Data::FormValidator module. By leveraging a regex untainting issue, it bypasses constraint checks to validate input that should otherwise fail.
Description
The Data::FormValidator module 4.66 and earlier for Perl, when untaint_all_constraints is enabled, does not properly preserve the taint attribute of data, which might allow remote attackers to bypass the taint protection mechanism via form input.
Exploits (1)
This exploit demonstrates a security-bypass vulnerability in the Perl Data::FormValidator module. By leveraging a regex untainting issue, it bypasses constraint checks to validate input that should otherwise fail.