| Reporter | Title | Published | Views | Family All 20 |
|---|---|---|---|---|
| CA ARCserve Backup for Laptops and Desktops Server and CA Desktop Management Suite Multiple Remote Vulnerabilities | 13 Aug 201300:00 | – | nessus | |
| CVE-2007-5003 | 3 Nov 201000:00 | – | circl | |
| IPS-1 Protection Update for Various Enterprise Products (enterprisesoftware Version 1) | 24 Oct 200700:00 | – | checkpoint_advisories | |
| CA BrightStor ARCServe Backup LGServer Authentication Username Overflow (CVE-2007-5003) | 10 Nov 200900:00 | – | checkpoint_advisories | |
| CVE-2007-5003 | 1 Oct 200720:00 | – | cve | |
| CVE-2007-5003 | 1 Oct 200720:00 | – | cvelist | |
| CA BrightStor ARCserve for Laptops & Desktops LGServer - Remote Buffer Overflow (Metasploit) (3) | 3 Nov 201000:00 | – | exploitdb | |
| CA BrightStor ARCserve for Laptops and Desktops LGServer Buffer Overflow | 5 May 200823:27 | – | metasploit | |
| CVE-2007-5003 | 1 Oct 200720:17 | – | nvd | |
| CA ARCserve Backup Multiple Buffer Overflow Vulnerabilities | 2 Apr 201000:00 | – | openvas |
###################################################################
# 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