From owner-svn-ports-head@FreeBSD.ORG Sun Aug 26 21:26:58 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 171361065670; Sun, 26 Aug 2012 21:26:58 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 022558FC17; Sun, 26 Aug 2012 21:26:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7QLQvCw085216; Sun, 26 Aug 2012 21:26:57 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7QLQvPB085213; Sun, 26 Aug 2012 21:26:57 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201208262126.q7QLQvPB085213@svn.freebsd.org> From: Eygene Ryabinkin Date: Sun, 26 Aug 2012 21:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303210 - head/security/vuxml X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2012 21:26:58 -0000 Author: rea Date: Sun Aug 26 21:26:57 2012 New Revision: 303210 URL: http://svn.freebsd.org/changeset/ports/303210 Log: VuXML: document XSS in RoundCube Web-mail application Branch 0.8.x before 0.8.1 is prone to XSS attack via incoming HTML messages. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Aug 26 20:49:11 2012 (r303209) +++ head/security/vuxml/vuln.xml Sun Aug 26 21:26:57 2012 (r303210) @@ -51,6 +51,35 @@ Note: Please add new entries to the beg --> + + roundcube -- cross-site scripting in HTML email messages + + + roundcube + 0.8.00.8.1 + + + + +

RoundCube branch 0.8.x prior to the version 0.8.1 is prone + to the cross-scripting attack (XSS) originating from incoming + HTML e-mails: due to the lack of proper sanitization + of JavaScript code inside the "href" attribute, sender + could launch XSS attack when recipient opens the message + in RoundCube interface.

+ +
+ + CVE-2012-3508 + http://trac.roundcube.net/wiki/Changelog + http://trac.roundcube.net/ticket/1488613 + + + 2012-08-14 + 2012-08-27 + +
+ Calligra, KOffice -- input validation failure