From owner-svn-ports-all@freebsd.org Sat Apr 23 11:40:46 2016 Return-Path: Delivered-To: svn-ports-all@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 9EAEBB19053; Sat, 23 Apr 2016 11:40:46 +0000 (UTC) (envelope-from flo@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 536031324; Sat, 23 Apr 2016 11:40:46 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3NBejhb044509; Sat, 23 Apr 2016 11:40:45 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3NBejcM044508; Sat, 23 Apr 2016 11:40:45 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201604231140.u3NBejcM044508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 23 Apr 2016 11:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413863 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 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: Sat, 23 Apr 2016 11:40:46 -0000 Author: flo Date: Sat Apr 23 11:40:45 2016 New Revision: 413863 URL: https://svnweb.freebsd.org/changeset/ports/413863 Log: Document phpmyfaq vulnerability Security: https://vuxml.freebsd.org/freebsd/f87a9376-0943-11e6-8fc4-00a0986f28c4.html Security: http://www.phpmyfaq.de/security/advisory-2016-04-11 Sponsored by: Essen Linuxhotel Hackathon 2016 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Apr 23 11:38:21 2016 (r413862) +++ head/security/vuxml/vuln.xml Sat Apr 23 11:40:45 2016 (r413863) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + phpmyfaq -- cross-site request forgery vulnerability + + + phpmyfaq + 2.8.27 + + + + +

The phpMyFAQ team reports:

+
+

The vulnerability exists due to application does not properly + verify origin of HTTP requests in "Interface Translation" + functionality.: A remote unauthenticated attacker can create + a specially crafted malicious web page with CSRF exploit, trick + a logged-in administrator to visit the page, spoof the HTTP + request, as if it was coming from the legitimate user, inject + and execute arbitrary PHP code on the target system with privileges + of the webserver.

+
+ +
+ + http://www.phpmyfaq.de/security/advisory-2016-04-11 + https://www.htbridge.com/advisory/HTB23300 + + + 2016-04-11 + 2016-04-23 + +
+ libtasn1 -- denial of service parsing malicious DER certificates