Lucene search

K
htbridgeHigh-Tech BridgeHTB23184
HistoryNov 13, 2013 - 12:00 a.m.

Cross-Site Scripting (XSS) in Jamroom

2013-11-1300:00:00
High-Tech Bridge
www.htbridge.com
15

4.3 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

0.002 Low

EPSS

Percentile

59.2%

High-Tech Bridge Security Research Lab discovered vulnerability in Jamroom, which can be exploited to perform Cross-Site Scripting (XSS) attacks.

  1. Cross-Site Scripting (XSS) in Jamroom: CVE-2013-6804
    The vulnerability exists due to insufficient sanitisation of user-supplied data in “search_string” HTTP POST parameter passed to “/search/results/all/1/4” URL. A remote attacker can trick a logged-in user to open a specially crafted link and execute arbitrary HTML and script code in browser in context of the vulnerable website.
    The exploitation example below uses the JavaScript “alert()” function to display “immuniweb” word:
    <form action=“http://[host]/search/results/all/1/4” method=“post” name=“main”>
    <input type=“hidden” name=“search_string” value=‘" onmouseover="javascript:alert(“immuniweb”);’>
    <input type=“submit” id=“btn”>
    </form>
CPENameOperatorVersion
jamroomle5.0.2

4.3 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

0.002 Low

EPSS

Percentile

59.2%