From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 01:38:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0367572; Tue, 26 Feb 2013 01:38:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D084B347; Tue, 26 Feb 2013 01:38:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q1cwSQ005374; Tue, 26 Feb 2013 01:38:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1Q1cwUQ005373; Tue, 26 Feb 2013 01:38:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201302260138.r1Q1cwUQ005373@svn.freebsd.org> From: Bryan Drewery Date: Tue, 26 Feb 2013 01:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312948 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 26 Feb 2013 01:38:59 -0000 Author: bdrewery Date: Tue Feb 26 01:38:58 2013 New Revision: 312948 URL: http://svnweb.freebsd.org/changeset/ports/312948 Log: - Document 3 OTRS vulnerabilities from 2012 - CVE-2012-4751 - CVE-2012-4600 - CVE-2012-2582 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 26 01:06:40 2013 (r312947) +++ head/security/vuxml/vuln.xml Tue Feb 26 01:38:58 2013 (r312948) @@ -51,6 +51,108 @@ Note: Please add new entries to the beg --> + + otrs -- XSS vulnerability could lead to remote code execution + + + otrs + 3.1.*3.1.11 + + + + +

The OTRS Project reports:

+
+

This advisory covers vulnerabilities discovered in the OTRS core + system. This is a variance of the XSS vulnerability, where an attacker + could send a specially prepared HTML email to OTRS which would cause + JavaScript code to be executed in your browser while displaying the + email. In this case this is achieved by using javascript source + attributes with whitespaces.

+

Affected by this vulnerability are all releases of OTRS 2.4.x up to + and including 2.4.14, 3.0.x up to and including 3.0.16 and 3.1.x up to + and including 3.1.10.

+
+ +
+ + CVE-2012-4751 + http://www.otrs.com/en/open-source/community-news/security-advisories/security-advisory-2012-03 + + + 2012-10-16 + 2013-02-25 + +
+ + + otrs -- XSS vulnerability in Firefox and Opera could lead to remote code execution + + + otrs + 3.1.*3.1.10 + + + + +

The OTRS Project reports:

+
+

This advisory covers vulnerabilities discovered in the OTRS core + system. This is a variance of the XSS vulnerability, where an attacker + could send a specially prepared HTML email to OTRS which would cause + JavaScript code to be executed in your browser while displaying the + email in Firefox and Opera. In this case this is achieved with an + invalid HTML structure with nested tags.

+

Affected by this + vulnerability are all releases of OTRS 2.4.x up to and including + 2.4.13, 3.0.x up to and including 3.0.15 and 3.1.x up to and including + 3.1.9 in combination with Firefox and Opera.

+
+ +
+ + CVE-2012-4600 + http://www.otrs.com/en/open-source/community-news/security-advisories/security-advisory-2012-02 + + + 2012-08-30 + 2013-02-25 + +
+ + + otrs -- XSS vulnerability in Internet Explorer could lead to remote code execution + + + otrs + 3.1.*3.1.9 + + + + +

The OTRS Project reports:

+
+

This advisory covers vulnerabilities discovered in the OTRS core + system. Due to the XSS vulnerability in Internet Explorer an attacker + could send a specially prepared HTML email to OTRS which would cause + JavaScript code to be executed in your Internet Explorer while + displaying the email.

+

Affected by this vulnerability are all releases of OTRS 2.4.x up to + and including 2.4.12, 3.0.x up to and including 3.0.14 and 3.1.x up to + and including 3.1.8 in combination with Internet Explorer.

+
+ +
+ + CVE-2012-2582 + http://www.otrs.com/en/open-source/community-news/security-advisories/security-advisory-2012-01 + + + 2012-08-22 + 2013-02-25 + +
+ ruby -- DoS vulnerability in REXML