Lucene search
K

appRain CMF v0.1.5 - Multiple Web Vulnerabilities

🗓️ 19 Dec 2011 00:00:00Reported by Benjamin K.M.Type 
zdt
 zdt
🔗 0day.today👁 28 Views

appRain CMF v0.1.5 - Multiple Web Vulnerabilities, critical SQL Injection and low cross site scripting risks, affected product, appRain CMF v0.1.5

Code
appRain CMF v0.1.5 - Multiple Web Vulnerabilities


Introduction:
=============
appRain is one of the first officially released Opensource Content Management Framework (CMF).
CMF is a new web engineering concept where CMS (Content Management System) and Framework
perform together to produce endless varieties of output in a very limited time.
 
appRain, published with lots of extensive features to reduce our development work time.
It satisfies both Client and Developers with a safe and quality output.
 
(Copy of the Vendor Homepage: http://www.apprain.com/)
 
 
Abstract:
=========
Vulnerability-Lab Team discovered multiple web vulnerabilities on the new appRain CMF v0.1.5
 
 
Report-Timeline:
================
2011-11-19: Vendor Notification
2011-11-13: Vendor Response/Feedback
2011-12-18: Public or Non-Public Disclosure
 
 
Status:
========
Published
 
 
Affected Products:
==================
appRain CMF v0.1.5
 
 
Exploitation-Technique:
=======================
Remote
 
 
Severity:
=========
Critical
 
 
Details:
========
Multiple web vulnerabilities are detected on the new appRain CMF v0.1.5.
 
1.1
A SQL Injection vulnerability is detected on the appRain CMF v0.1.5. The bug allows an remote attacker to inject/execute own sql
statements over the vulnerable param request. Successful exploitation of the bug can lead to dbms & cms compromise.
 
Vulnerable Module(s):
                [+] Forum (SQL Injection)
                 
 
1.2
A non-persistent cross site scripting vulnerability is detected on appRain CMF v0.1.5. The vulnerability allows remote
attackers to hijack skype customer sessions via cross site scripting. Successful exploitation of the client-side vulnerability
can result in session hijacking & account steal (user/customer/moderator/administrator).
 
Vulnerable Module(s):
                [+] Search  (Cross Site Scripting)
 
 
Proof of Concept:
=================
The vulnerabilities can be exploited by remote attackers. For example or reproduce ...
 
1.1
http://www.xxx.com/quickstart/profile/-1%20union%20all%20select%201,2,3,@@version,@@datadir,6,7,8,9,10,11,12,13,14,15,16,17,18,19--
 
1.2
http://www.xxx.com/quickstart/search
POST: Inject anything script related into ss
<form method="post" action="http://www.xxx.com/quickstart/search">
<input type="text" name="ss" class="src-box" value="" />
<input type="submit" class="src-btn" value="Search" />
</form>
 
 
Solution:
=========
1.1
Use the prepared statement class to fix the sql injection vulnerability & filter sql error requests.
Set error(0) to prevent against information disclosure via exceptions or error reports.
 
1.2
Parse the input fields and restrict characters like () > <   \\ /  etc to prevent against script inclusion.
Parse also the vulnerable output sections were the script code is getting executed out of the module context.
 
 
Risk:
=====
The security risk of the SQL injection is estimated as critical.
The security risk of the non-persistent cross site vulnerability is estimated as low(+) because of high required user inter action.



#  0day.today [2018-03-19]  #

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