Lucene search

K
htbridgeHigh-Tech BridgeHTB23191
HistoryDec 18, 2013 - 12:00 a.m.

Multiple Vulnerabilities in Horizon QCMS

2013-12-1800:00:00
High-Tech Bridge
www.htbridge.com
16

7.5 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.008 Low

EPSS

Percentile

79.1%

High-Tech Bridge Security Research Lab discovered multiple vulnerabilities in Horizon QCMS, which can be exploited to read contents of arbitrary files and perform SQL Injection attacks.

  1. Path Traversal in Horizon QCMS: CVE-2013-7138
    The vulnerability exists due to insufficient filtration of “start” HTTP GET parameter passed to “/lib/functions/d-load.php” script before using it in PHP “fopen()” function. A remote attacker can read contents of arbitrary files on the target system with privileges of the web server.
    The exploitation example below will display content of “/config.php” file that contains MySQL database login credentials:
    http://[host]/lib/functions/d-load.php?start=…/…/config.php

  2. SQL Injection in Horizon QCMS: CVE-2013-7139
    The vulnerability exists due to insufficient validation of “category” HTTP POST parameter passed to “/download.php” script. A remote unauthenticated attacker can execute arbitrary SQL commands in application’s database.
    The exploitation example below displays version of MySQL server:
    http://[host]/download.php?category=%27%20union%20select%201,2,version(),4,5 ,6%20–%202

CPENameOperatorVersion
horizon qcmsle4.0

7.5 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.008 Low

EPSS

Percentile

79.1%