From owner-svn-ports-head@freebsd.org Sat Jul 11 10:14:07 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 1E84A998917; Sat, 11 Jul 2015 10:14:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.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 EABB31246; Sat, 11 Jul 2015 10:14:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6BAE6fJ089118; Sat, 11 Jul 2015 10:14:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6BAE6a2089117; Sat, 11 Jul 2015 10:14:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507111014.t6BAE6a2089117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 11 Jul 2015 10:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391731 - 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: Sat, 11 Jul 2015 10:14:07 -0000 Author: bapt Date: Sat Jul 11 10:14:05 2015 New Revision: 391731 URL: https://svnweb.freebsd.org/changeset/ports/391731 Log: Document a few pivotx vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jul 11 09:26:43 2015 (r391730) +++ head/security/vuxml/vuln.xml Sat Jul 11 10:14:05 2015 (r391731) @@ -57,6 +57,61 @@ Notes: --> + + pivotx -- Multiple unrestricted file upload vulnerabilities + + + pivotx + 2.3.9 + + + + +

Pivotx reports:

+
+

Multiple unrestricted file upload vulnerabilities in fileupload.php + in PivotX before 2.3.9 allow remote authenticated users to execute + arbitrary PHP code by uploading a file with a (1) .php or (2) .php# + extension, and then accessing it via unspecified vectors.

+
+ +
+ + CVE-2014-0341 + + + 2014-04-15 + 2015-07-11 + +
+ + + pivotx -- cross-site scripting (XSS) vulnerability + + + pivotx + 2.3.9 + + + + +

pivotx reports:

+
+

cross-site scripting (XSS) vulnerability in the nickname (and + possibly the email) field. Mitigated by the fact that an attacker + must have a PivotX account.

+
+ +
+ + CVE-2014-0341 + + + 2014-04-15 + 2015-07-11 + +
+ wpa_supplicant -- WPS_NFC option payload length validation vulnerability