From owner-svn-ports-all@FreeBSD.ORG Sun Aug 19 21:47:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC6641065689; Sun, 19 Aug 2012 21:47:46 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC388FC0A; Sun, 19 Aug 2012 21:47:46 +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 q7JLlktB040490; Sun, 19 Aug 2012 21:47:46 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7JLlkA6040488; Sun, 19 Aug 2012 21:47:46 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201208192147.q7JLlkA6040488@svn.freebsd.org> From: Doug Barton Date: Sun, 19 Aug 2012 21:47:46 +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: r302769 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 19 Aug 2012 21:47:46 -0000 Author: dougb Date: Sun Aug 19 21:47:45 2012 New Revision: 302769 URL: http://svn.freebsd.org/changeset/ports/302769 Log: Remove the improperly formatted libotr entry. Someone with more knowledge and experience needs to take care of this, I'm clearly not competent. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Aug 19 17:53:56 2012 (r302768) +++ head/security/vuxml/vuln.xml Sun Aug 19 21:47:45 2012 (r302769) @@ -51,44 +51,6 @@ Note: Please add new entries to the beg --> - - libotr -- buffer overflows - - - libotr - 3.2.1 - - - - -

OTR developers report:

-
-

The otrl_base64_otr_decode() function and similar functions within OTR - suffer from buffer overflows in the case of malformed input; - specifically if a message of the format of "?OTR:===." is received - then a zero-byte allocation is performed without a similar correlation - between the subsequent base64 decoding write, as such it becomes - possible to write between zero and three bytes incorrectly to the - heap, albeit only with a value of '='.

-

Because this code path is highly utilized, specifically in the - reception of instant messages over pidgin or similar, this - vulnerability is considered severe even though in many platforms and - circumstances the bug would yield an unexploitable state and result - simply in denial of service.

-

The developers of OTR promptly fixed the errors and users of OTR are - advised to upgrade the software at the next release cycle.

-
- -
- - CVE-2012-3461 - - - 2012-07-27 - 2012-08-18 - -
- OpenTTD -- Denial of Service