header-logo
Suggest Exploit
vendor:
Maarch Entreprise
by:
Adrien Thierry
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Maarch Entreprise
Affected Version From: Maarch GEC 1.4
Affected Version To: Maarch Letterbox 2.4
Patch Exists: YES
Related CWE: N/A
CPE: a:maarch:maarch_entreprise:1.4
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Linux / Windows
2014

Maarch 1.4 SQL Injection

Maarch GEC <= 1.4 and Maarch Letterbox <= suffer from multiple sql injection vulnerabilities. The worst is at the login page, index.php : login : superadmin' OR user_id='easy pass : whatyouwant You see an sql error, but reload the web page, you are logged in. To change superadmin pass: Go to Menu -> Mon Profile Type your news password twice, an email etc, and click on save. New Sql error (history table, so we don't care), but password is changed. Clear your cookies, return to application url, enter your new fresh password, it's done.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

/******************************************************
# Exploit Title: Maarch 1.4 SQL Injection 
# Google Dork: intext:"Maarch Maerys Archive v2.1 logo"
# Date: 29/10/2014
# Exploit Author: Adrien Thierry
# Exploit Advisory: http://asylum.seraum.com/Security-Alert-GED-ECM-Maarch-Critical-Vulnerabilities.html
# Vendor Homepage: http://maarch.org
# Software Link: http://downloads.sourceforge.net/project/maarch/Maarch%20Entreprise/Maarch-1.4.zip 
# Version: Maarch GEC <= 1.4 | Maarch Letterbox <= 2.4
# Tested on: Linux / Windows 
******************************************************/

Maarch GEC <= 1.4 and Maarch Letterbox <= suffer from multiple sql injection vulnerabilities. The worst is at the login page, index.php :

login : superadmin' OR user_id='easy
pass : whatyouwant

You see an sql error, but reload the web page, you are logged in.

To change superadmin pass:

Go to Menu -> Mon Profile

Type your news password twice, an email etc, and click on save. New Sql error (history table, so we don't care), but password is changed.

Clear your cookies, return to application url, enter your new fresh password, it's done.