← Vulnerability feed

Vulnerability record · CVE-2015-2996 · published 8 June 2015

CVE-2015-2996: SysAid Help Desk path traversal in file parameters allows file read and DoS

Sysaid · Sysaid

SysAid Help Desk before 15.2 contains multiple directory traversal flaws in the fileName parameter of getGfiUpgradeFile and calculateRdsFileChecksum. An unauthenticated remote attacker can use .. sequences to read arbitrary files or exhaust CPU and memory. The file read exposes sensitive data, while the DoS path can degrade or take down the help desk service.

8.5 CVSS 2.0 High EPSS 87% · top 0.3% CWE-22 · Path traversal
8.5CVSS 2.0 base score
87%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
10References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

Multiple directory traversal vulnerabilities in SysAid Help Desk before 15.2 allow remote attackers to (1) read arbitrary files via a .. (dot dot) in the fileName parameter to getGfiUpgradeFile or (2) cause a denial of service (CPU and memory consumption) via a .. (dot dot) in the fileName parameter to calculateRdsFileChecksum.

AV:N/AC:L/Au:N/C:P/I:N/A:C

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityUnauthenticated network-reachable file read and DoS with public exploit code and very high EPSS, though not in KEV and requiring the vulnerable pre-15.2 version.

What it is

SysAid Help Desk before 15.2 contains multiple directory traversal flaws in the fileName parameter of getGfiUpgradeFile and calculateRdsFileChecksum. An unauthenticated remote attacker can use .. sequences to read arbitrary files or exhaust CPU and memory. The file read exposes sensitive data, while the DoS path can degrade or take down the help desk service.

Impact

An attacker can read arbitrary files accessible to the SysAid service, potentially exposing configuration and credential material, and can cause a denial of service through CPU and memory consumption.

Attack surface

Reachable over the network via the getGfiUpgradeFile and calculateRdsFileChecksum endpoints with a crafted fileName parameter. The CVSS vector AV:N/AC:L/Au:N indicates no authentication and no user interaction are required.

Exploitation

Public exploit references exist (Packet Storm and Full Disclosure tagged Exploit), and EPSS is 0.86643 (99.73rd percentile), indicating high predicted exploitation activity. The CVE is not listed in CISA KEV.

What to do

  • Upgrade SysAid Help Desk to version 15.2 or later, which the vendor advisory identifies as the fixed release.
  • If immediate upgrade is not possible, restrict network access to the SysAid web interface to trusted networks or place it behind an authenticated reverse proxy.
  • Validate and normalize the fileName parameter server-side, rejecting any path containing .. or absolute path components.
  • Run the SysAid service with least privilege and limit its filesystem read access to only required directories.
  • Monitor and rate-limit requests to getGfiUpgradeFile and calculateRdsFileChecksum to reduce DoS impact.

Detection

  • Search web access logs for requests to getGfiUpgradeFile or calculateRdsFileChecksum containing .. or encoded traversal sequences in the fileName parameter.
  • Alert on unusual file read patterns or errors from the SysAid process that indicate access outside expected directories.
  • Monitor for spikes in CPU or memory usage correlated with requests to the affected endpoints.
  • Review SysAid application logs for repeated or anomalous calls to the two vulnerable handlers from single source IPs.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2015-2996 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2025-2776SysAid On-Prem unauthenticated XXE in Server URL processingSysAid On-Prem versions up to 23.3.40 process the Server URL without restricting XML external entities, so an unauthenticated attacker can supply cra…KEVEPSS 64%analysed9.8CVE-2023-47246SysAid On-Premise path traversal leads to remote code executionSysAid On-Premise before 23.3.36 contains a path traversal flaw that lets an unauthenticated attacker write a file into the Tomcat webroot, which the…KEVEPSS 99%analysed7.5CVE-2025-2775SysAid On-Prem unauthenticated XXE in Checkin processingSysAid On-Prem versions up to 23.3.40 process Checkin XML without restricting external entities, so an unauthenticated attacker can supply a crafted …KEVEPSS 43%analysed9.8CVE-2025-2777SysAid On-Prem unauthenticated XXE in lshw processingSysAid On-Prem versions up to 23.3.40 process lshw data through an XML parser that resolves external entities, so an unauthenticated request can trig…EPSS 72%analysed9.8CVE-2024-36393Sysaid sql injection vulnerabilitySysAid - CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')EPSS 0.42%9.8CVE-2024-36394Sysaid os command injection vulnerabilitySysAid - CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')EPSS 1.1%9.8CVE-2022-23166Sysaid path traversal vulnerabilitySysaid – Sysaid Local File Inclusion (LFI) – An unauthenticated attacker can access to the system by accessing to "/lib/tinymce/examples/index.html" …EPSS 1.1%9.8CVE-2022-22796Sysaid improper authentication vulnerabilitySysaid – Sysaid System Takeover - An attacker can bypass the authentication process by accessing to: /wmiwizard.jsp, Then to: /ConcurrentLogin.jsp, t…EPSS 1.4%

Source: NIST National Vulnerability Database (record CVE-2015-2996), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.