From owner-svn-ports-head@freebsd.org Wed Nov 11 02:16:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD721A2B031; Wed, 11 Nov 2015 02:16:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8A1861601; Wed, 11 Nov 2015 02:16:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB2GNON013067; Wed, 11 Nov 2015 02:16:23 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB2GNco013065; Wed, 11 Nov 2015 02:16:23 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511110216.tAB2GNco013065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 11 Nov 2015 02:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401223 - 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.20 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, 11 Nov 2015 02:16:25 -0000 Author: junovitch Date: Wed Nov 11 02:16:23 2015 New Revision: 401223 URL: https://svnweb.freebsd.org/changeset/ports/401223 Log: Document p5-HTML-Scrubber XSS vulnerability PR: 204416 Reported by: Sevan Janiyan Security: CVE-2015-5667 Security: https://vuxml.FreeBSD.org/freebsd/2f7f4db2-8819-11e5-ab94-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 10 23:28:03 2015 (r401222) +++ head/security/vuxml/vuln.xml Wed Nov 11 02:16:23 2015 (r401223) @@ -58,6 +58,37 @@ Notes: --> + + p5-HTML-Scrubber -- XSS vulnerability + + + p5-HTML-Scrubber + 0.15 + + + + +

MITRE reports:

+
+

Cross-site scripting (XSS) vulnerability in the HTML-Scrubber + module before 0.15 for Perl, when the comment feature is enabled, + allows remote attackers to inject arbitrary web script or HTML via + a crafted comment.

+
+ +
+ + CVE-2015-5667 + https://metacpan.org/release/HTML-Scrubber + http://jvndb.jvn.jp/jvndb/JVNDB-2015-000171 + http://jvn.jp/en/jp/JVN53973084/index.html + + + 2015-10-10 + 2015-11-11 + +
+ libvpx -- buffer overflow in vp9_init_context_buffers