`# Exploit Title: Ftp Server 1.32 - Credential Disclosure
# Date: 2018-05-29
# Software Link: https://play.google.com/store/apps/details?id=com.theolivetree.ftpserver
# Version: 1.32 Android App
# Vendor: The Olive Tree
# Exploit Author: ManhNho
# CVE: N/A
# Category: Mobile Apps
# Tested on: Android 4.4
# Description
# Ftp Server 1.32 Insecure Data Storage, the result of storing confidential
# information insecurely on the system i.e. poor encryption, plain text,
# access control issues etc. Attacker can find out username/password of valid user via
# /data/data/com.theolivetree.ftpserver/shared_prefs/com.theolivetree.ftpserver_preferences.xml
# PoC
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="prefPort">2221</string>
<string name="prefPasivePort">2300-2399</string>
<string name="prefUserpass">ManhNho</string>
<boolean name="prefEnergySave" value="false" />
<boolean name="prefShowHidden" value="false" />
<boolean name="prefShowCredentials" value="true" />
<string name="prefInterfaces">0</string>
<string name="prefHomeDir">1</string>
<string name="prefUsername">ManhNho</string>
<boolean name="prefReadonly" value="false" />
<boolean name="prefAnonymous" value="true" />
<boolean name="prefForeground" value="true" />
</map>
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation