DB: 2018-03-05
1 changes to exploits/shellcodes PCMan FTP Server - 'PUT_ Buffer Overflow (Metasploit) PCMan FTP Server - 'PUT' Buffer Overflow (Metasploit) Parallels Remote Application Server 15.5 - Path Traversal
This commit is contained in:
parent
7cb274b763
commit
aee073fb7e
2 changed files with 45 additions and 1 deletions
43
exploits/windows/webapps/442321.txt
Normal file
43
exploits/windows/webapps/442321.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Exploit Title: Parallels Remote Application Server (RAS) 15.5 Path Traversal
|
||||
# Date: 22-02-2018
|
||||
# Exploit Author: Nicolas Markitanis - RUNESEC
|
||||
# Reviewers: Simon Loizides and Marios Nicolaides - RUNESEC
|
||||
# Vendor Homepage: https://www.parallels.com/
|
||||
# Affected: Parallels Remote Application Server (RAS) 15.5 Build 16140
|
||||
# Tested on: Windows
|
||||
# CVE-ID: CVE-2017-9447
|
||||
# Category: Web Application
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
The web interface of the Parallels Remote Application Server is vulnerable to Path Traversal.
|
||||
The vulnerability exists due to improper validation of the file path when requesting a resource under the "RASHTML5Gateway" directory.
|
||||
A remote, unauthenticated attacker could exploit this weakness to read arbitrary files from the vulnerable system using path traversal sequences ("..\\\").
|
||||
|
||||
This was tested on Parallels RAS 15.5 (build 16140). Previous versions of may also be affected.
|
||||
|
||||
|
||||
Details
|
||||
--------
|
||||
|
||||
An attacker could exploit this vulnerability by using path traversal sequences ("..\\\") to access sensitive information as demonstrated below (Please note that the file accessed (win.ini) is for demonstration purposes only):
|
||||
|
||||
- https://example.com/RASHTML5Gateway//..\\\..\\\..\\\..\\\..\\\windows\win.ini
|
||||
|
||||
Impact
|
||||
--------
|
||||
|
||||
An attacker could exploit this vulnerability to gain unauthorized read access to sensitive files located outside of the web root directory. By doing so, an attacker might also be able to compromise valid sessions in order to gain unauthorized access to the RAS interface.
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
https://www.owasp.org/index.php/Testing_Directory_traversal/file_include_(OTG-AUTHZ-001)
|
||||
|
||||
Timeline
|
||||
--------
|
||||
|
||||
5 June 2017 - Parallels informed about the issue
|
||||
September 2017 - Parallels released a patch
|
||||
22 February 2018 - Exploit publicly disclosed (https://blog.runesec.com/2018/02/22/parallels-ras-path-traversal/)
|
|
@ -11889,7 +11889,7 @@ id,file,description,date,author,type,platform,port
|
|||
17498,exploits/windows/remote/17498.rb,"Freefloat FTP Server - Remote Buffer Overflow (Metasploit)",2011-07-07,"James Fitts",remote,windows,
|
||||
17507,exploits/hardware/remote/17507.py,"Avaya IP Office Manager TFTP Server 8.1 - Directory Traversal",2011-07-08,"SecPod Research",remote,hardware,
|
||||
39661,exploits/windows/remote/39661.rb,"Easy File Sharing HTTP Server 7.2 - Remote Overflow (SEH) (Metasploit)",2016-04-05,Metasploit,remote,windows,80
|
||||
39662,exploits/windows/remote/39662.rb,"PCMan FTP Server - 'PUT_ Buffer Overflow (Metasploit)",2016-04-05,Metasploit,remote,windows,21
|
||||
39662,exploits/windows/remote/39662.rb,"PCMan FTP Server - 'PUT' Buffer Overflow (Metasploit)",2016-04-05,Metasploit,remote,windows,21
|
||||
17513,exploits/windows/remote/17513.rb,"Blue Coat Authentication and Authorization Agent (BCAAA) 5 - Remote Buffer Overflow (Metasploit)",2011-07-09,Metasploit,remote,windows,
|
||||
17517,exploits/windows/remote/17517.txt,"Symantec Backup Exec 12.5 - Man In The Middle",2011-07-09,Nibin,remote,windows,
|
||||
17519,exploits/windows/remote/17519.py,"Freefloat FTP Server - 'LIST' Remote Buffer Overflow",2011-07-10,"Zer0 Thunder",remote,windows,
|
||||
|
@ -38952,3 +38952,4 @@ id,file,description,date,author,type,platform,port
|
|||
44216,exploits/perl/webapps/44216.txt,"Routers2 2.24 - Cross-Site Scripting",2018-02-28,"Lorenzo Di Fuccia",webapps,perl,
|
||||
44219,exploits/hardware/webapps/44219.txt,"D-Link DIR-600M Wireless - Cross-Site Scripting",2018-03-02,"Prasenjit Kanti Paul",webapps,hardware,
|
||||
44223,exploits/php/webapps/44223.txt,"uWSGI < 2.0.17 - Directory Traversal",2018-03-02,"Marios Nicolaides",webapps,php,
|
||||
442321,exploits/windows/webapps/442321.txt,"Parallels Remote Application Server 15.5 - Path Traversal",2018-02-22,"Nicolas Markitanis",webapps,windows,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Add table
Reference in a new issue