==================================== Vulnerability ID: HTB22750 Reference: http://www.htbridge.ch/advisory/sql_injection_in_lightneasy.html Product: LightNEasy Vendor: Fernando Baptista ( http://www.lightneasy.org/ ) Vulnerable Version: 3.2.2 Vendor Notification: 15 December 2010 Vulnerability Type: SQL Injection Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response 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 "/LightNEasy.php" script to properly sanitize user-supplied input in "handle" 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:
==================================== Vulnerability ID: HTB22751 Reference: http://www.htbridge.ch/advisory/information_disclosure_in_lightneasy.html Product: LightNEasy Vendor: Fernando Baptista ( http://www.lightneasy.org/ ) Vulnerable Version: 3.2.2 Vendor Notification: 15 December 2010 Vulnerability Type: Information disclosure Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response Risk level: Low Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/) Vulnerability Details: The vulnerability exists due to failure in the "/LightNEasy.php" script to properly sanitize user-supplied input in "page" variable, it's possible to generate an sql query error that will reveal the database tables prefix. The following PoC is available: http://[host]/LightNEasy.php?page=1\ ==================================== Vulnerability ID: HTB22752 Reference: http://www.htbridge.ch/advisory/lfi_in_lightneasy.html Product: LightNEasy Vendor: Fernando Baptista ( http://www.lightneasy.org/ ) Vulnerable Version: 3.2.2 Vendor Notification: 15 December 2010 Vulnerability Type: LFI Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response 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 "/addons/contact/main.php" script to properly sanitize user-supplied input in "set[language]" variable then register_globals is on. The following PoC is available: http://[host]/addons/contact/main.php?set[language]=/../../../../../../gpl.txt%00 ==================================== Vulnerability ID: HTB22753 Reference: http://www.htbridge.ch/advisory/path_disclosure_in_lightneasy.html Product: LightNEasy Vendor: Fernando Baptista ( http://www.lightneasy.org/ ) Vulnerable Version: 3.2.2 Vendor Notification: 15 December 2010 Vulnerability Type: Path disclosure Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response Risk level: Low Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/) Vulnerability Details: The vulnerability exists due to failure in the "/addons/contact/main.php", "/addons/downloads/main.php", "/addons/gallery/main.php" scripts, it's possible to generate an error that will reveal the full path of the script. A remote user can determine the full path to the web root directory and other potentially sensitive information. The following PoC is available: http://[host]/addons/contact/main.php http://[host]/addons/downloads/main.php http://[host]/addons/gallery/main.php ==================================== Vulnerability ID: HTB22754 Reference: http://www.htbridge.ch/advisory/sql_injection_in_lightneasy_1.html Product: LightNEasy Vendor: Fernando Baptista ( http://www.lightneasy.org/ ) Vulnerable Version: 3.2.2 Vendor Notification: 15 December 2010 Vulnerability Type: SQL Injection Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response 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 "/LightNEasy.php" script to properly sanitize user-supplied input in "handle" variable from cookies. 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: GET / HTTP/1.1 Cookie: userhandle=123"SQL_CODE_HERE