| Reporter | Title | Published | Views | Family All 49 |
|---|---|---|---|---|
| SysAid Help Desk 14.4 Multiple Vulnerabilities | 4 Jun 201500:00 | – | zdt | |
| SysAid Help Desk Administrator Portal Arbitrary File Upload Exploit | 20 Jul 201500:00 | – | zdt | |
| CVE-2015-2993 | 29 May 201815:50 | – | circl | |
| CVE-2015-2994 | 3 Jun 201500:00 | – | circl | |
| CVE-2015-2998 | 29 May 201815:50 | – | circl | |
| SysAid Help Desk Built-in Password Vulnerability | 9 Jun 201500:00 | – | cnvd | |
| SysAid Help Desk SQL Injection Vulnerability | 9 Jun 201500:00 | – | cnvd | |
| SysAid Help Desk Hardcoded Key Vulnerability | 9 Jun 201500:00 | – | cnvd | |
| SysAid Help Desk .jsp File Upload Vulnerability | 9 Jun 201500:00 | – | cnvd | |
| SysAid Help Desk Restriction Bypass Vulnerability | 9 Jun 201500:00 | – | cnvd |
| Source | Link |
|---|---|
| seclists | www.seclists.org/fulldisclosure/2015/Jun/8 |
# Copyright (C) 2015 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.
CPE = "cpe:/a:sysaid:sysaid";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106005");
script_version("2022-08-29T10:21:34+0000");
script_tag(name:"last_modification", value:"2022-08-29 10:21:34 +0000 (Mon, 29 Aug 2022)");
script_tag(name:"creation_date", value:"2015-06-11 10:02:43 +0700 (Thu, 11 Jun 2015)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_cve_id("CVE-2015-2993", "CVE-2015-2994", "CVE-2015-2998", "CVE-2015-2999", "CVE-2015-3000",
"CVE-2015-3001");
script_name("SysAid < 15.2 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_sysaid_help_desk_http_detect.nasl");
script_mandatory_keys("sysaid/detected");
script_tag(name:"summary", value:"SysAid Help Desktop Software is prone to multiple
vulnerabilities");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"- CVE-2015-2993: SysAid Help Desktop Software does not properly
restrict access to certain functionality. An attacker can create administrators accounts via
crafted requests to /createnewaccount or write arbitrary files via the fileName parameter to
/userentry.
- CVE-2015-2994: A vulnerability exists in the ChangePhoto.jsp in the administrator portal, which
does not handle correctly directory traversal sequences and does not enforce file extension
restrictions.
- CVE-2015-2998: SysAid Help Desktop Software uses a hard-coded encryption key.
- CVE-2015-2999: A SQL injection vulnerability exists in genericreport, HelpDesk.jsp and
RFCGantt.jsp.
- CVE-2015-3000: An XML entity expansion vulnerability exists.
- CVE-2015-3001: When installing SysAid on Windows with built in SQL-Server Express, the installer
sets the sa user password to a pre-defined hard-coded password.");
script_tag(name:"impact", value:"- An unauthenticated attacker can get full administrative access
to the application or overwrite arbitrary files.
- An authenticated attacker may upload arbitrary files which could lead to remote code execution.
- A malicious user can decrypt e.g. the database password stored in serverConf.xml.
- A user with administrative rights can perform a SQL injection attack to read and modify the
database.
- A unauthenticated attacker can create a Denial of Service condition for 10+ seconds. Repeating
this will slow down the server extensively.
- An attacker can gain administrative access to the built-in SQL Server Express.");
script_tag(name:"affected", value:"SysAid Help Desktop version 15.1.x and before.");
script_tag(name:"solution", value:"Update to version 15.2 or later.");
script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2015/Jun/8");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less(version: version, test_version: "15.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "15.2", install_path: location);
security_message(port: port, data: report);
exit(0);
}
exit(99);
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