From owner-svn-ports-all@FreeBSD.ORG Sat May 16 10:01:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DA273E1; Sat, 16 May 2015 10:01:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C62711E9; Sat, 16 May 2015 10:01:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GA10B4067627; Sat, 16 May 2015 10:01:00 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GA0xKN067625; Sat, 16 May 2015 10:00:59 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201505161000.t4GA0xKN067625@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sat, 16 May 2015 10:00:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386510 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 10:01:00 -0000 Author: makc Date: Sat May 16 10:00:59 2015 New Revision: 386510 URL: https://svnweb.freebsd.org/changeset/ports/386510 Log: Document Quassel IRC vulnerability CVE-2015-3427 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat May 16 10:00:24 2015 (r386509) +++ head/security/vuxml/vuln.xml Sat May 16 10:00:59 2015 (r386510) @@ -57,6 +57,34 @@ Notes: --> + + Quassel IRC -- SQL injection vulnerability + + + quassel + 0.11.1 + + + + +

Quassel IRC developers report:

+
+

Restarting a PostgreSQL database while Quassel Core is running + would not properly re-initialize the database session inside Quassel, + bringing back an old security issue (CVE-2013-4422).

+
+ +
+ + https://github.com/quassel/quassel/commit/6605882f41331c80f7ac3a6992650a702ec71283 + CVE-2015-3427 + + + 2015-04-23 + 2015-05-16 + +
+ rubygem-redcarpet -- XSS vulnerability