Lucene search
K

CA ARCserve Backup Multiple Bufffer Overflow Vulnerabilities

🗓️ 02 Apr 2010 00:00:00Reported by Copyright (C) 2010 LSSType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

CA ARCserve Backup Multiple Buffer Overflow Vulnerabilities in Versions r11.0 through r11.5 allow remote attackers to execute arbitrary code via long username or password to the rxrLogin command in rxRPC.dll or a long username argument to the GetUserInfo function

Related
Refs
Code
###################################################################
# OpenVAS Vulnerability Test
#
# CA ARCserve Backup Multiple Buffer Overflow Vulnerabilities
#
# LSS-NVT-2010-003
#
# Developed by LSS Security Team <http://security.lss.hr>
#
# Copyright (C) 2010 LSS <http://www.lss.hr>
#
# 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, see
# <http://www.gnu.org/licenses/>.
###################################################################

tag_solution = "The vendor released an advisory and updates to address these issues.
 Please see the references for more information.";
tag_summary = "Multiple stack-based buffer overflows in CA (Computer Associates) 
 BrightStor ARCserve Backup for Laptops and Desktops r11.0 through 
 r11.5 allow remote attackers to execute arbitrary code via a long 
 (1) username or (2) password to the rxrLogin command in rxRPC.dll, 
 or a long (3) username argument to the GetUserInfo function.";

if(description)
{
  script_id(102018);
  script_version("$Revision: 4919 $");
  script_tag(name:"last_modification", value:"$Date: 2017-01-02 16:22:45 +0100 (Mon, 02 Jan 2017) $");
  script_tag(name:"creation_date", value:"2010-04-02 10:10:27 +0200 (Fri, 02 Apr 2010)");
  script_cve_id("CVE-2007-5003");
  script_bugtraq_id(24348);
  script_name("CA ARCserve Backup Multiple Bufffer Overflow Vulnerabilities");
  script_xref(name : "URL" , value : "https://support.ca.com/irj/portal/anonymous/phpsupcontent?contentID=156002");
  script_xref(name : "URL" , value : "http://research.eeye.com/html/advisories/published/AD20070920.html");
  script_tag(name:"qod_type", value:"remote_banner");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 LSS");
  script_family("Buffer overflow");
  script_dependencies("arcserve_backup_detect.nasl");
  script_mandatory_keys("arcserve/installed");

  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);

 exit(0);
}

arcserve_port = 1900;

if(!get_port_state(arcserve_port)) exit(0);

ver = get_kb_item(string("arcserve/", arcserve_port, "/version"));

if (!ver) exit(0);

if(eregmatch(pattern:"11\.[0-5]+\.[0-9]+",string:ver)) {
  security_message(arcserve_port);
  exit(0);
}

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