Advisory ID: HTB23203 Product: Ilch CMS Vendor: http://ilch.de Vulnerable Version(s): 2.0 and probably prior Tested Version: 2.0 Advisory Publication: February 12, 2014 [without technical details] Vendor Notification: February 12, 2014 Public Disclosure: March 5, 2014 Vulnerability Type: Cross-Site Scripting [CWE-79] CVE Reference: CVE-2014-1944 Risk Level: Medium CVSSv2 Base Score: 5 (AV:N/AC:L/Au:N/C:N/I:P/A:N) Solution Status: Fixed by Vendor Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ ) ------------------------------------------------------------------------ ----------------------- Advisory Details: High-Tech Bridge Security Research Lab discovered vulnerability in Ilch CMS, which can be exploited to perform Cross-Site Scripting (XSS) attacks against users and administrators of vulnerable application. 1) Cross-Site Scripting (XSS) in Ilch CMS: CVE-2014-1944 The vulnerability exists due to insufficient sanitisation of user-supplied data in "text" HTTP POST parameter passed to "/index.php/guestbook/index/newentry" URL. A remote unauthenticated user can send a specially crafted HTTP POST request, which allows to permanently inject and execute arbitrary HTML and script code in userâ??s browser in context of the vulnerable website when the victim visits the "http://[host]/index.php/guestbook/index/index" URL. The exploitation example below uses the JavaScript "alert()" function to display "immuniweb" word: POST /index.php/guestbook/index/newentry HTTP/1.1 Content-Type: application/x-www-form-urlencoded Content-Length: 151 ilch_token=5a528778359d4756b9b8803b48fba18b&name=name&email=email%40emai l.com&homepage=http%3A%2F%2Fsite.com&text=