| Reporter | Title | Published | Views | Family All 57 |
|---|---|---|---|---|
| CVE-2011-1487 | 30 Mar 201100:00 | – | circl | |
| CVE-2011-1487 | 11 Apr 201118:00 | – | cve | |
| CVE-2011-1487 | 11 Apr 201118:00 | – | cvelist | |
| [SECURITY] [DSA 2265-1] perl security update | 20 Jun 201118:15 | – | debian | |
| CVE-2011-1487 | 11 Apr 201118:00 | – | debiancve | |
| Debian DSA-2265-1 : perl - lack of tainted flag propagation | 21 Jun 201100:00 | – | nessus | |
| Fedora 14 : perl-5.12.3-143.fc14 (2011-4610) | 14 Apr 201100:00 | – | nessus | |
| Fedora 15 : perl-5.12.3-156.fc15 (2011-4631) | 18 Apr 201100:00 | – | nessus | |
| Fedora 13 : perl-5.10.1-123.fc13 (2011-4918) | 25 Apr 201100:00 | – | nessus | |
| GLSA-201311-17 : Perl: Multiple vulnerabilities | 29 Nov 201300:00 | – | nessus |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/43921 |
| xforce | www.xforce.iss.net/xforce/xfdb/66528 |
| openwall | www.openwall.com/lists/oss-security/2011/04/04/35 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_perl_sec_bypass_vuln.nasl 7029 2017-08-31 11:51:40Z teissa $
#
# Perl Laundering Security Bypass Vulnerability (Windows)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attackers to bypass security checks in
perl applications that rely on TAINT mode protection functionality.
Impact Level: Application";
tag_affected = "Perl version 5.10.x, 5.11.x, 5.12.x to 5.12.3 and 5.13.x to 5.13.11 on Windows.";
tag_insight = "The flaw is due to the 'uc()', 'lc()', 'lcfirst()', and 'ucfist()'
functions incorrectly laundering tainted data, which can result in the
unintended use of potentially malicious data after using these functions.";
tag_solution = "Upgrade to Perl version 5.14 or later.
For updates refer to http://www.perl.org/get.html";
tag_summary = "The host is installed with Perl and is prone to security bypass
vulnerability.";
if(description)
{
script_id(801771);
script_version("$Revision: 7029 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-31 13:51:40 +0200 (Thu, 31 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-04-22 16:38:12 +0200 (Fri, 22 Apr 2011)");
script_cve_id("CVE-2011-1487");
script_bugtraq_id(47124);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
script_name("Perl Laundering Security Bypass Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/43921");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/66528");
script_xref(name : "URL" , value : "http://openwall.com/lists/oss-security/2011/04/04/35");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_perl_detect_win.nasl");
script_mandatory_keys("Perl/Strawberry_or_Active/Installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
apVer = get_kb_item("ActivePerl/Ver");
if(apVer)
{
if((apVer =~ "^5\.10") || (apVer =~ "^5\.11") ||
version_in_range(version:apVer, test_version:"5.12", test_version2:"5.12.3") ||
version_in_range(version:apVer, test_version:"5.13", test_version2:"5.13.11"))
{
security_message(0);
exit(0);
}
}
spVer = get_kb_item("Strawberry/Perl/Ver");
if(spVer)
{
if((spVer =~ "^5\.10") || (spVer =~ "^5\.11") ||
version_in_range(version:spVer, test_version:"5.12", test_version2:"5.12.3") ||
version_in_range(version:spVer, test_version:"5.13", test_version2:"5.13.11")){
security_message(0);
}
}
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