Strawberry Perl 'Perl_repeatcpy()' Function Buffer Overflow Vulnerability - Windows
🗓️ 23 Jan 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 32 Views
| Reporter | Title | Published | Views | Family All 67 |
|---|---|---|---|---|
| Perl 5 Memory Corruption Vulnerability | 27 Oct 201200:00 | – | zdt | |
| Security fix for the ALT Linux 6 package perl version 1:5.12.5-alt1.M60P.1 | 10 Nov 201200:00 | – | altlinux | |
| Medium: perl | 4 Apr 201300:00 | – | amazon | |
| Amazon Linux AMI : perl (ALAS-2013-177) | 4 Sep 201300:00 | – | nessus | |
| CentOS 5 / 6 : perl (CESA-2013:0685) | 27 Mar 201300:00 | – | nessus | |
| Debian DSA-2586-1 : perl - several vulnerabilities | 17 Dec 201200:00 | – | nessus | |
| F5 Networks BIG-IP : Perl vulnerabilities (K15867) | 16 Sep 201500:00 | – | nessus | |
| GLSA-201401-11 : Perl, Locale Maketext Perl module: Multiple vulnerabilities | 20 Jan 201400:00 | – | nessus | |
| Mandriva Linux Security Advisory : perl (MDVSA-2013:005) | 29 Jan 201300:00 | – | nessus | |
| Mandriva Linux Security Advisory : perl (MDVSA-2013:113) | 20 Apr 201300:00 | – | nessus |
10
| Source | Link |
|---|---|
| nntp | www.nntp.perl.org/group/perl.perl5.porters/2012/10/msg193886.html |
| securityfocus | www.securityfocus.com/bid/56287 |
| strawberryperl | www.strawberryperl.com/ |
| secunia | www.secunia.com/advisories/51457 |
# SPDX-FileCopyrightText: 2013 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.803161");
script_version("2024-02-15T05:05:40+0000");
script_cve_id("CVE-2012-5195");
script_tag(name:"last_modification", value:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
script_tag(name:"creation_date", value:"2013-01-23 19:28:09 +0530 (Wed, 23 Jan 2013)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("Strawberry Perl 'Perl_repeatcpy()' Function Buffer Overflow Vulnerability - Windows");
script_xref(name:"URL", value:"http://secunia.com/advisories/51457");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/56287");
script_xref(name:"URL", value:"http://www.nntp.perl.org/group/perl.perl5.porters/2012/10/msg193886.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2013 Greenbone AG");
script_family("Buffer overflow");
script_dependencies("gb_perl_detect_win.nasl");
script_mandatory_keys("Strawberry/Perl/Ver");
script_tag(name:"impact", value:"Successful exploitation will allow attackers to cause a denial of service
(memory consumption and crash) or possibly execute arbitrary code via the
'x' string repeat operator.");
script_tag(name:"affected", value:"Strawberry Perl 5.12.x before 5.12.5, 5.14.x before 5.14.3 and
5.15.x before 15.15.5 on Windows");
script_tag(name:"insight", value:"The Perl_repeatcpy() function in util.c fails to properly sanitize user
supplied input while handling the string repeat operator.");
script_tag(name:"solution", value:"Upgrade to Strawberry Perl 5.12.5, 5.14.3, 15.15.5 or later.");
script_tag(name:"summary", value:"Strawberry Perl is prone to heap based buffer overflow vulnerability.");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://strawberryperl.com");
exit(0);
}
include("version_func.inc");
spVer = get_kb_item("Strawberry/Perl/Ver");
if(spVer && spVer =~ "^(5\.(12|14|15))")
{
if(version_in_range(version:spVer, test_version:"5.12.0", test_version2:"5.12.4") ||
version_in_range(version:spVer, test_version:"5.14.0", test_version2:"5.14.2") ||
version_in_range(version:spVer, test_version:"5.15.0", test_version2:"5.15.4"))
{
security_message( port: 0, data: "The target host was found to be vulnerable" );
exit(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
15 Feb 2024 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 27.5
EPSS0.04877