Lucene search

K
htbridgeHigh-Tech BridgeHTB23203
HistoryFeb 12, 2014 - 12:00 a.m.

Cross-Site Scripting (XSS) in Ilch CMS

2014-02-1200:00:00
High-Tech Bridge
www.htbridge.com
25

0.003 Low

EPSS

Percentile

67.8%

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%40e mail.com&homepage=http%3A%2F%2Fsite.com&text=<script>alert(β€˜immuniwweb’);</s cript>&saveEntry=Submit
CPENameOperatorVersion
ilch cmsle2.0