Lucene search
K

BackupPC 'ClientNameAlias' Function Security Bypass Vulnerability

🗓️ 08 Oct 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 15 Views

BackupPC 'ClientNameAlias' Function Security Bypass Vulnerability. Vulnerability allows remote authenticated users to read/write sensitive files by modifying ClientNameAlias

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2009-3369
24 Sep 200916:00
cve
Cvelist
CVE-2009-3369
24 Sep 200916:00
cvelist
Debian CVE
CVE-2009-3369
24 Sep 200916:00
debiancve
EUVD
EUVD-2009-3351
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 10 Update: BackupPC-3.1.0-6.fc10
27 Oct 200907:01
fedora
Fedora
[SECURITY] Fedora 11 Update: BackupPC-3.1.0-7.fc11
27 Oct 200906:56
fedora
Tenable Nessus
Fedora 10 : BackupPC-3.1.0-6.fc10 (2009-9973)
28 Oct 200900:00
nessus
Tenable Nessus
Fedora 11 : BackupPC-3.1.0-7.fc11 (2009-9982)
28 Oct 200900:00
nessus
Tenable Nessus
Ubuntu 8.04 LTS / 8.10 / 9.04 : backuppc vulnerability (USN-843-1)
7 Oct 200900:00
nessus
NVD
CVE-2009-3369
24 Sep 200916:30
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_backuppc_clientnamealias_sec_bypass_vuln.nasl 4865 2016-12-28 16:16:43Z teissa $
#
# BackupPC 'ClientNameAlias' Function Security Bypass Vulnerability
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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_solution = "Update to version 3.1.0-7 or later,
For updates refer to http://backuppc.sourceforge.net";

tag_impact = "Successful attacks may allow remote authenticated users to read
and write sensitive files by modifying ClientNameAlias to match another system,
then initiating a backup or restore on the victim's system.

Impact Level: System";

tag_affected = "BackupPC version 3.1.0 and prior.";

tag_insight = "The security issue is due to the application allowing users to
set the 'ClientNameAlias' option for configured hosts. This can be exploited to
backup arbitrary directories from client systems for which Rsync over SSH is
configured as a transfer method.";

tag_summary = "This host has BackupPC intallation and is prone to security
bypass vulnerability.";

if(description)
{
  script_id(801107);
  script_version("$Revision: 4865 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-28 17:16:43 +0100 (Wed, 28 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-10-08 08:22:29 +0200 (Thu, 08 Oct 2009)");
  script_tag(name:"cvss_base", value:"8.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:C/A:C");
  script_cve_id("CVE-2009-3369");
  script_name("BackupPC 'ClientNameAlias' Function Security Bypass Vulnerability");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/36393");
  script_xref(name : "URL" , value : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542218");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_backuppc_detect.nasl");
  script_mandatory_keys("BackupPC/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  exit(0);
}


include("version_func.inc");

backuppcVer = get_kb_item("BackupPC/Ver");
if(backuppcVer)
{
  # Check for BackupPC version <= 3.1.0
  if(version_in_range(version:backuppcVer, test_version:"3.0",
                                           test_version2:"3.1.0")){
     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

28 Dec 2016 00:00Current
0.2Low risk
Vulners AI Score0.2
EPSS0.0443
15