Latest YouTube Video

Wednesday, February 22, 2017

[FD] Lock Photos Album&Videos Safe v4.3 - Directory Traversal Vulnerability

Document Title: =============== Lock Photos Album&Videos Safe v4.3 - Directory Traversal Vulnerability References (Source): ==================== http://ift.tt/2m7jEKy Release Date: ============= 2017-02-21 Vulnerability Laboratory ID (VL-ID): ==================================== 2032 Common Vulnerability Scoring System: ==================================== 7.8 Product & Service Introduction: =============================== You can lock and manage your private photos, videos, text messages, voice recordings, notes, documents and other files very easily! You can store and view PDF, Text(can be created and edited), PowerPoint, Word, Excel, Html, Pages, Key, Numbers and play music very simply! You can as well do more things in one app and manage your life better! (Copy of the Homepage: http://ift.tt/2kZaOwU ) Abstract Advisory Information: ============================== The vulnerability laboratory core research team discovered a remote directory traversal vulnerability in the official Galaxy Studio Lock Photos Album & Videos Safe v4.3 iOS mobile application. Vulnerability Disclosure Timeline: ================================== 2017-02-21: Public Disclosure (Vulnerability Laboratory) Discovery Status: ================= Published Affected Product(s): ==================== Galaxy Studio (Mo Wellin) Product: Lock Photos Album & Videos Safe - iOS Mobile (Web-Application) 4.3 Exploitation Technique: ======================= Remote Severity Level: =============== High Technical Details & Description: ================================ A directory traversal vulnerability has been dsicovered in the official Galaxy Studio Lock Photos Album & Videos Safe v4.3 iOS mobile application. The security vulnerability allows an attackers to unauthorized request and download local application files by usage of manipulated path parameters. The directory traversal web vulnerability is located in the `PRE` parameter of the wifi web-server interface. Remote attackers are able to request the local web-server during the sharing process to access unauthenticated application files. Attackers are able to request via form action path variables to access, download or upload arbitrary files. Remote attackers are able to access the sql-lite database file that own the web-server access credentials of the application. After the download the attacker is able to access the database management system file to use the credentials for unauthorized access via protocol. The PRE request with the action form variable allows to inject any path of the local file system without check for privileges or user access rights. Thus allows an attacker to bypass the local path restriction to compromise the mobile ios web-server application. The request method to inject is GET and the attack vector is located on the client-side of the web-server web-application. Finally an attacker is able to access with the credentials the service by using a client via http protocol. The security risk of the directory traversal vulnerability is estimated as high with a cvss (common vulnerability scoring system) count of 7.8. Exploitation of the web vulnerability requires no privilege web-application user account or user interaction. Successful exploitation of the vulnerability results in information leaking, mobile application compromise by unauthorized and unauthenticated access. Request Method(s): [+] GET Vulnerable Module(s): [+] PRE Vulnerable Parameter(s): [+] form action Affected Module(s): [+] Web-Server File System Proof of Concept (PoC): ======================= The security vulnerability can be exploited by remote attackers without user interaction or privilege web-application user account. For security demonstration or to reproduce the vulnerability follow the provided information and steps below to continue. Standard Request: http://localhost:5555/?PRE=action form PoC: Payload //..//..//..//..//..//..//..//..//%00 /../../../../../../../../%00 PoC: Exploitation http://localhost:5555/?PRE=action form=/../../../../../../../../%00 PoC: Exploit use strict; use LWP::UserAgent; my $b = LWP::UserAgent->new(); my $host = "localhost:5555"; print $b->get("http://".$host."/?PRE=action form=/../../../../../../../../%00")->content;

Source: Gmail -> IFTTT-> Blogger

No comments: