From owner-svn-ports-head@FreeBSD.ORG Thu Apr 3 11:07:26 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A4A9730; Thu, 3 Apr 2014 11:07:26 +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 E1732C82; Thu, 3 Apr 2014 11:07:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s33B7P01034193; Thu, 3 Apr 2014 11:07:25 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s33B7Pjg034192; Thu, 3 Apr 2014 11:07:25 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201404031107.s33B7Pjg034192@svn.freebsd.org> From: Akinori MUSHA Date: Thu, 3 Apr 2014 11:07:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349992 - 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.17 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: Thu, 03 Apr 2014 11:07:26 -0000 Author: knu Date: Thu Apr 3 11:07:25 2014 New Revision: 349992 URL: http://svnweb.freebsd.org/changeset/ports/349992 QAT: https://qat.redports.org/buildarchive/r349992/ Log: Add CVE-2014-2525 which affects libyaml. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Apr 3 11:06:34 2014 (r349991) +++ head/security/vuxml/vuln.xml Thu Apr 3 11:07:25 2014 (r349992) @@ -51,6 +51,45 @@ Note: Please add new entries to the beg --> + + LibYAML input sanitization errors + + + libyaml + 0.1.6 + + + mingw32-libyaml + 0.1.6 + + + + +

oCERT reports:

+
+

The LibYAML project is an open source YAML 1.1 parser and + emitter written in C.

+

The library is affected by a heap-based buffer overflow + which can lead to arbitrary code execution. The + vulnerability is caused by lack of proper expansion for the + string passed to the yaml_parser_scan_uri_escapes() + function.

+

A specially crafted YAML file, with a long sequence of + percent-encoded characters in a URL, can be used to trigger + the overflow.

+
+ +
+ + CVE-2014-2525 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2525 + + + 2014-03-11 + 2014-03-26 + +
+ Icinga -- buffer overflow in classic web interface