CVSS2
Attack Vector
NETWORK
Attack Complexity
LOW
Authentication
SINGLE
Confidentiality Impact
PARTIAL
Integrity Impact
NONE
Availability Impact
NONE
AV:N/AC:L/Au:S/C:P/I:N/A:N
AI Score
Confidence
High
EPSS
Percentile
93.1%
Vtiger CRM is prone to arbitrary file disclosure vulnerability.
# SPDX-FileCopyrightText: 2014 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.804748");
script_version("2024-09-13T05:05:46+0000");
script_cve_id("CVE-2014-1222");
script_tag(name:"cvss_base", value:"4.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:N/A:N");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"last_modification", value:"2024-09-13 05:05:46 +0000 (Fri, 13 Sep 2024)");
script_tag(name:"creation_date", value:"2014-08-25 15:26:37 +0530 (Mon, 25 Aug 2014)");
script_name("vTiger CRM 'file' Arbitrary File Disclosure Vulnerability");
script_tag(name:"summary", value:"Vtiger CRM is prone to arbitrary file disclosure vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Flaw is due to the /kcfinder/browse.php script not properly sanitizing user
input, specifically path traversal style attacks (e.g. '../') supplied via the 'file' parameter.");
script_tag(name:"impact", value:"Successful exploitation will allow an authenticated remote attacker to gain
access to arbitrary files.");
script_tag(name:"affected", value:"Vtiger CRM version 6.0.0 and prior.");
script_tag(name:"solution", value:"Apply the patch 'Vtiger CRM 6.0.0 Security patch 1' or upgrade to the latest
version.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://secunia.com/advisories/57149");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66136");
script_xref(name:"URL", value:"http://packetstormsecurity.com/files/125685");
script_xref(name:"URL", value:"https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-1222");
script_xref(name:"URL", value:"http://softlayer-sng.dl.sourceforge.net/project/vtigercrm/vtiger%20CRM%206.0.0/Add-ons/vtigercrm-600-security-patch1.zip");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_copyright("Copyright (C) 2014 Greenbone AG");
script_dependencies("gb_vtiger_crm_detect.nasl");
script_mandatory_keys("vtiger/detected");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!port = get_app_port(cpe:CPE))
exit(0);
if(!vers = get_app_version(cpe:CPE, port:port))
exit(0);
if(version_is_less_equal(version:vers, test_version:"6.0.0")) {
report = report_fixed_ver(installed_version: vers, fixed_version: "Apply patch");
security_message(port: port, data: report);
exit(0);
}
exit(99);
packetstormsecurity.com/files/125685
secunia.com/advisories/57149
softlayer-sng.dl.sourceforge.net/project/vtigercrm/vtiger%20CRM%206.0.0/Add-ons/vtigercrm-600-security-patch1.zip
www.securityfocus.com/bid/66136
www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-1222