Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310808752
HistoryAug 05, 2016 - 12:00 a.m.

VTiger CRM Privilege Escalation and Unrestricted File Upload Vulnerability

2016-08-0500:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
195

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:S/C:C/I:C/A:C

8.1 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

7.8 High

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

77.6%

VTiger CRM is prone to a privilege escalation and unrestricted file upload vulnerability.

# SPDX-FileCopyrightText: 2016 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

CPE = "cpe:/a:vtiger:vtiger_crm";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.808752");
  script_version("2023-11-03T05:05:46+0000");
  script_cve_id("CVE-2016-4834", "CVE-2016-1713");
  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_tag(name:"last_modification", value:"2023-11-03 05:05:46 +0000 (Fri, 03 Nov 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-05-14 14:38:00 +0000 (Fri, 14 May 2021)");
  script_tag(name:"creation_date", value:"2016-08-05 19:05:51 +0530 (Fri, 05 Aug 2016)");
  script_tag(name:"qod_type", value:"remote_banner");

  script_name("VTiger CRM Privilege Escalation and Unrestricted File Upload Vulnerability");

  script_tag(name:"summary", value:"VTiger CRM is prone to a privilege escalation and unrestricted file upload vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to:

  - 'modules/Users/actions/Save.php' script does not properly restrict user-save actions

  - Settings_Vtiger_CompanyDetailsSave_Action class in 'modules/Settings/Vtiger/actions/CompanyDetailsSave.php'
  allosw uploading a crafted image file with an executable extension.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  authenticated users to execute arbitrary code or to create or modify user accounts via unspecified vectors.");

  script_tag(name:"affected", value:"VTiger CRM before version 6.5.0.");

  script_tag(name:"solution", value:"Upgrade to vTiger CRM version 6.5.0 or later.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://jvndb.jvn.jp/en/contents/2016/JVNDB-2016-000126.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/92076");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_vtiger_crm_detect.nasl");
  script_mandatory_keys("vtiger/detected");

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(!vtigerPort = get_app_port(cpe:CPE))
  exit(0);

if(!vtigerVer = get_app_version(cpe:CPE, port:vtigerPort))
  exit(0);

if(version_is_less_equal(version:vtigerVer, test_version:"6.4.0")) {
  report = report_fixed_ver(installed_version:vtigerVer, fixed_version:"6.5.0");
  security_message(data:report, port:vtigerPort);
  exit(0);
}

exit(99);

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:S/C:C/I:C/A:C

8.1 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

7.8 High

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

77.6%