Lucene search
+L

BackupPC 'ClientNameAlias' Function Security Bypass Vulnerability

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

BackupPC 'ClientNameAlias' Function Security Bypass Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-3369
24 Sep 200916:00
cve
cvelist
Cvelist
CVE-2009-3369
24 Sep 200916:00
cvelist
debiancve
Debian CVE
CVE-2009-3369
24 Sep 200916:00
debiancve
euvd
EUVD
EUVD-2009-3351
7 Oct 202500:30
euvd
fedora
Fedora
[SECURITY] Fedora 10 Update: BackupPC-3.1.0-6.fc10
27 Oct 200907:01
fedora
fedora
Fedora
[SECURITY] Fedora 11 Update: BackupPC-3.1.0-7.fc11
27 Oct 200906:56
fedora
nessus
Tenable Nessus
Fedora 10 : BackupPC-3.1.0-6.fc10 (2009-9973)
28 Oct 200900:00
nessus
nessus
Tenable Nessus
Fedora 11 : BackupPC-3.1.0-7.fc11 (2009-9982)
28 Oct 200900:00
nessus
nessus
Tenable Nessus
Ubuntu 8.04 LTS / 8.10 / 9.04 : backuppc vulnerability (USN-843-1)
7 Oct 200900:00
nessus
nvd
NVD
CVE-2009-3369
24 Sep 200916:30
nvd
Rows per page
# Copyright (C) 2009 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801107");
  script_version("2022-06-01T08:09:05+0000");
  script_tag(name:"last_modification", value:"2022-06-01 08:09:05 +0000 (Wed, 01 Jun 2022)");
  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:"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.");

  script_tag(name:"affected", value:"BackupPC version 3.1.0 and prior.");

  script_tag(name:"insight", value:"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.");

  script_tag(name:"summary", value:"BackupPC is prone to a security bypass vulnerability.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"solution", value:"Update to version 3.1.0-7 or later.");
  exit(0);
}

include("version_func.inc");

backuppcVer = get_kb_item("BackupPC/Ver");
if(backuppcVer)
{
  if(version_in_range(version:backuppcVer, test_version:"3.0", test_version2:"3.1.0")){
     report = report_fixed_ver(installed_version:backuppcVer, vulnerable_range:"3.0 - 3.1.0");
     security_message(port: 0, data: report);
  }
}

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

01 Jun 2022 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 28.5
EPSS0.0294
19