From owner-svn-ports-head@FreeBSD.ORG Wed Nov 5 14:49:09 2014 Return-Path: Delivered-To: svn-ports-head@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 B6A7762D; Wed, 5 Nov 2014 14:49:09 +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 A35D7619; Wed, 5 Nov 2014 14:49:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA5En9lM012820; Wed, 5 Nov 2014 14:49:09 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA5En9Ck012817; Wed, 5 Nov 2014 14:49:09 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201411051449.sA5En9Ck012817@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Wed, 5 Nov 2014 14:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372194 - 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.18-1 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: Wed, 05 Nov 2014 14:49:09 -0000 Author: makc Date: Wed Nov 5 14:49:08 2014 New Revision: 372194 URL: https://svnweb.freebsd.org/changeset/ports/372194 QAT: https://qat.redports.org/buildarchive/r372194/ Log: VuXML: document CVE-2014-8483 for irc/konversation-kde4 Approved by: ports-secteam (zi) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 5 14:48:42 2014 (r372193) +++ head/security/vuxml/vuln.xml Wed Nov 5 14:49:08 2014 (r372194) @@ -57,6 +57,35 @@ Notes: --> + + Konversation -- out-of-bounds read on a heap-allocated array + + + konversation + 1.5.1 + + + + +

Konversation developers reports:

+
+

Konversation's Blowfish ECB encryption support assumes incoming blocks + to be the expected 12 bytes. The lack of a sanity-check for the actual + size can cause a denial of service and an information leak to the local + user.

+
+ +
+ + CVE-2014-8483 + https://www.kde.org/info/security/advisory-20141104-1.txt + + + 2014-11-04 + 2014-11-05 + +
+ twiki -- remote Perl code execution