Lucene search
+L

Perl Laundering Security Bypass Vulnerability - Windows

🗓️ 22 Apr 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 33 Views

Perl Laundering Security Bypass Vulnerability in Windows. Flaw in 'uc()', 'lc()', 'lcfirst()', and 'ucfist()' functions wrongly laundering tainted data

Related
Refs
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
# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801771");
  script_version("2024-02-15T05:05:39+0000");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2011-04-22 16:38:12 +0200 (Fri, 22 Apr 2011)");
  script_cve_id("CVE-2011-1487");
  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://www.securityfocus.com/bid/47124");
  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 AG");
  script_family("General");
  script_dependencies("gb_perl_detect_win.nasl");
  script_mandatory_keys("Perl/Strawberry_or_Active/Installed");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to bypass security checks in
  perl applications that rely on TAINT mode protection functionality.");
  script_tag(name:"affected", value:"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.");
  script_tag(name:"insight", value:"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.");
  script_tag(name:"solution", value:"Upgrade to Perl version 5.14 or later.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"summary", value:"Perl is prone to a security bypass vulnerability.");
  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( port: 0, data: "The target host was found to be vulnerable" );
    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( port: 0, data: "The target host was found to be vulnerable" );
  }
}

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

15 Feb 2024 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 25
EPSS0.08712
33