Lucene search
+L

Perl 5.x - 'lc()' / 'uc()' TAINT Mode Protection Security Bypass

🗓️ 30 Mar 2011 00:00:00Reported by mmartinecType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Perl 5.x 'lc()' / 'uc()' TAINT Mode Protection Security Bypass. Weakness in laundering tainted input allows attackers to bypass security checks and potentially exploit user-supplied input in perl applications

Related
Code
ReporterTitlePublishedViews
Family
bdu_fstec
BDU FSTEC
The vulnerability of the Perl interpreter, allowing attackers to inject arbitrary code
3 Nov 201600:00
bdu_fstec
circl
Circl
CVE-2011-1487
30 Mar 201100:00
circl
cve
CVE
CVE-2011-1487
11 Apr 201118:00
cve
cvelist
Cvelist
CVE-2011-1487
11 Apr 201118:00
cvelist
debian
Debian
[SECURITY] [DSA 2265-1] perl security update
20 Jun 201118:15
debian
debiancve
Debian CVE
CVE-2011-1487
11 Apr 201118:00
debiancve
nessus
Tenable Nessus
Debian DSA-2265-1 : perl - lack of tainted flag propagation
21 Jun 201100:00
nessus
nessus
Tenable Nessus
Fedora 14 : perl-5.12.3-143.fc14 (2011-4610)
14 Apr 201100:00
nessus
nessus
Tenable Nessus
Fedora 15 : perl-5.12.3-156.fc15 (2011-4631)
18 Apr 201100:00
nessus
nessus
Tenable Nessus
Fedora 13 : perl-5.10.1-123.fc13 (2011-4918)
25 Apr 201100:00
nessus
Rows per page
source: https://www.securityfocus.com/bid/47124/info

Perl is prone to a security-bypass weakness that occurs when laundering tainted input.

Attackers can leverage this issue to bypass security checks in perl applications that rely on TAINT mode protection functionality. This opens such applications up to potential attacks that take advantage of the software's failure to properly sanitize user-supplied input.

The following example input is available:

> perl -Te 'use Scalar::Util qw(tainted); $t=$0; $u=lc($t); printf("%d,%d\n",tainted($t),tainted($u))'

> perl -Te 'use Scalar::Util qw(tainted); $t=$0; $u=lc($t); printf("%d,%d\n",tainted($t),tainted($u))'

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

16 Dec 2014 00:00Current
5.1Medium risk
Vulners AI Score5.1
CVSS 25
EPSS0.08712
31