From owner-svn-ports-all@FreeBSD.ORG Tue Aug 14 23:17:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28CB9106564A; Tue, 14 Aug 2012 23:17:57 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 116A48FC0C; Tue, 14 Aug 2012 23:17:57 +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 q7ENHuPF065153; Tue, 14 Aug 2012 23:17:56 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7ENHuhc065151; Tue, 14 Aug 2012 23:17:56 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201208142317.q7ENHuhc065151@svn.freebsd.org> From: Matthias Andree Date: Tue, 14 Aug 2012 23:17:56 +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: r302538 - 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: Tue, 14 Aug 2012 23:17:57 -0000 Author: mandree Date: Tue Aug 14 23:17:56 2012 New Revision: 302538 URL: http://svn.freebsd.org/changeset/ports/302538 Log: Document CVE-2012-3482 for fetchmail, one DoS and one information disclosure vulnerability in non-default NTLM code. Also see ports/170613 which is pending maintainer feedback. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Aug 14 23:14:35 2012 (r302537) +++ head/security/vuxml/vuln.xml Tue Aug 14 23:17:56 2012 (r302538) @@ -52,6 +52,37 @@ Note: Please add new entries to the beg --> + + fetchmail -- two vulnerabilities in NTLM authentication + + + fetchmail + 5.0.86.3.22 + + + + +

Matthias Andree reports:

+
+

With NTLM support enabled, fetchmail might mistake a server-side + error message during NTLM protocol exchange for protocol data, + leading to a SIGSEGV.

+

Also, with a carefully crafted NTLM challenge, a malicious server + might cause fetchmail to read from a bad memory location, betraying + confidential data. It is deemed hard, although not impossible, to + steal other accounts' data.

+
+ +
+ + CVE-2012-3482 + + + 2012-08-12 + 2012-08-14 + +
+ Several vulnerabilities found in IcedTea-Web