← Vulnerability feed

Vulnerability record · CVE-2019-13396 · published 10 July 2019

CVE-2019-13396: FlightPath form_include parameter path traversal and local file inclusion

Getflightpath · Flightpath

FlightPath 4.x and 5.0-x passes the form_include parameter from an index.php?q=system-handle-form-submit POST request into an include_once call in system_handle_form_submit in modules/system/system.module without proper validation. This allows directory traversal and local file inclusion, letting an unauthenticated remote attacker read files on the server. The flaw matters because it exposes sensitive local files and can aid further compromise.

5.3 CVSS 3.0 Medium EPSS 63% · top 0.8% CWE-22 · Path traversal
5.3CVSS 3.0 base score, v2 5.0
63%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

FlightPath 4.x and 5.0-x allows directory traversal and Local File Inclusion through the form_include parameter in an index.php?q=system-handle-form-submit POST request because of an include_once in system_handle_form_submit in modules/system/system.module.

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

Automated analysis

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

high priorityUnauthenticated remote file disclosure with public exploit code and very high EPSS, though CVSS confidentiality-only impact is medium.

What it is

FlightPath 4.x and 5.0-x passes the form_include parameter from an index.php?q=system-handle-form-submit POST request into an include_once call in system_handle_form_submit in modules/system/system.module without proper validation. This allows directory traversal and local file inclusion, letting an unauthenticated remote attacker read files on the server. The flaw matters because it exposes sensitive local files and can aid further compromise.

Impact

An attacker can read arbitrary local files accessible to the web server process, potentially exposing configuration, credentials, or other sensitive data. The CVSS vector limits impact to confidentiality only, with no integrity or availability effect.

Attack surface

Reachable over the network via a crafted POST request to index.php?q=system-handle-form-submit with a malicious form_include parameter. No authentication or user interaction is required per the CVSS vector (AV:N/AC:L/PR:N/UI:N).

Exploitation

No CISA KEV listing, but EPSS is 0.62572 (99.152 percentile), indicating high predicted exploitation activity. Public exploit references are present (Packet Storm), confirming exploit code is available.

What to do

  • Apply the vendor fix or upgrade FlightPath to a version that validates the form_include parameter; check getflightpath.com/node/2650 for the advisory.
  • If patching is not immediately possible, restrict or block access to index.php?q=system-handle-form-submit and sanitize/whitelist the form_include parameter at the web server or WAF.
  • Run the web server with least privilege and restrict filesystem read access so traversal cannot reach sensitive files.
  • Monitor and review logs for POST requests to system-handle-form-submit containing traversal sequences in form_include.

Detection

  • Search web server logs for POST requests to index.php?q=system-handle-form-submit with form_include values containing ../ or absolute paths.
  • Alert on include_once-related errors or unusual file access patterns from the FlightPath web process.
  • Use a WAF rule to flag traversal sequences in the form_include parameter on system-handle-form-submit requests.

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-2019-13396 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.

6.1CVE-2019-15227Getflightpath flightpath cross-site scripting vulnerabilityFlightPath 4.8.3 has XSS in the Content, Edit urgent message, and Users sections of the Admin Console. This could lead to cookie stealing and other m…EPSS 0.83%5.4CVE-2024-50983Getflightpath flightpath cross-site scripting vulnerabilityFlightPath 7.5 contains a Cross Site Scripting (XSS) vulnerability, which allows authenticated remote attackers with administrative rights to inject …EPSS 0.27%9.8CVE-2026-93616Checkpoint multi-domain security management path traversal vulnerabilityA directory traversal and file upload vulnerability allows an unauthenticated attacker to upload and execute arbitrary scripts on Check Point Managem…KEVEPSS 20%10.0CVE-2026-85706GitLab CE/EE repository commits API path traversal allows unauthenticated file readGitLab CE/EE contains improper path confinement and missing authentication enforcement in the repository commits API, allowing an unauthenticated use…KEVEPSS 91%analysed5.3CVE-2026-66384JFrog Artifactory path traversal in Docker cache pathAn authenticated user can write data outside the intended Docker cache path under specific remote-repository conditions in JFrog Artifactory. The fla…KEVEPSS 0.66%analysed9.8CVE-2026-59310VMware vCenter Syslog server path traversal leads to RCEVMware vCenter's Syslog server is affected by a directory traversal flaw (CWE-22) that allows a remote, unauthenticated attacker to execute arbitrary…KEVEPSS 2.6%analysed10.0CVE-2026-48282Adobe ColdFusion path traversal leads to remote code executionColdFusion versions 2025.9, 2023.20 and earlier contain a path traversal flaw (CWE-22) that allows an unauthenticated remote attacker to reach files …KEVEPSS 42%analysed10.0CVE-2026-34909UniFi OS path traversal allows unauthenticated file accessUniFi OS devices contain a path traversal flaw (CWE-22) that lets a network-reachable attacker read files on the underlying system. Because the expos…KEVEPSS 1.8%analysed

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