From fumifumi@kana.me  Sat May 12 09:41:07 2012
Return-Path: <fumifumi@kana.me>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1F3681065674;
	Sat, 12 May 2012 09:41:07 +0000 (UTC)
	(envelope-from fumifumi@kana.me)
Received: from bourgogne.abacustech.jp (bourgogne.abacustech.jp [IPv6:2001:e41:31d4:1e80:8000::2])
	by mx1.freebsd.org (Postfix) with ESMTP id D4B968FC19;
	Sat, 12 May 2012 09:41:06 +0000 (UTC)
Received: from bourgogne.abacustech.jp (localhost [127.0.0.1])
	by bourgogne.abacustech.jp (Postfix) with ESMTP id 9D9B6B2436;
	Sat, 12 May 2012 18:41:02 +0900 (JST)
Received: from bourgogne.abacustech.jp (localhost [127.0.0.1])
	by bourgogne.abacustech.jp (Postfix) with ESMTP id 7BE75B242F;
	Sat, 12 May 2012 18:41:02 +0900 (JST)
Received: by bourgogne.abacustech.jp (Postfix, from userid 2323)
	id 532A9B242A; Sat, 12 May 2012 18:41:02 +0900 (JST)
Message-Id: <20120512094102.532A9B242A@bourgogne.abacustech.jp>
Date: Sat, 12 May 2012 18:41:02 +0900 (JST)
From: Fumiyuki Shimizu <fumifumi@abacustech.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: secteam@FreeBSD.org
Subject: [PATCH] security/vuxml: www/pivotx -- 'ajaxhelper.php' Cross Site Scripting Vulnerability
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167819
>Category:       ports
>Synopsis:       [PATCH] security/vuxml: www/pivotx -- 'ajaxhelper.php' Cross Site Scripting Vulnerability
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sbz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 09:50:07 UTC 2012
>Closed-Date:    Sat May 12 14:24:11 UTC 2012
>Last-Modified:  Sat May 12 14:30:12 UTC 2012
>Originator:     Fumiyuki Shimizu
>Release:        FreeBSD 8.1-RELEASE-p5 amd64
>Organization:
Abacus Technologies, Inc.
>Environment:
System: FreeBSD 8.1-RELEASE-p5 #0: Tue Sep 27 16:49:00 UTC 2011
>Description:
XSS vulnerability was found in PivotX <= 2.3.2

>How-To-Repeat:
>Fix:

--- vuxml-1.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/vuxml/vuln.xml ./vuln.xml
--- /usr/ports/security/vuxml/vuln.xml	2012-05-11 17:53:19.000000000 +0900
+++ ./vuln.xml	2012-05-12 15:17:09.000000000 +0900
@@ -52,6 +52,36 @@
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="0d3547ab-9b69-11e1-bdb1-525401003090">
+    <topic>PivotX -- 'ajaxhelper.php' Cross Site Scripting Vulnerability</topic>
+    <affects>
+      <package>
+	<name>pivotx</name>
+	<range><le>2.3.2</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>High-Tech Bridge reports:</p>
+	<blockquote cite="https://www.htbridge.com/advisory/HTB23087">
+	  <p>Input passed via the "file" GET parameter to
+	  /pivotx/ajaxhelper.php is not properly sanitised before
+	  being returned to the user.  This can be exploited to
+	  execute arbitrary HTML and script code in administrator's
+	  browser session in context of the affected website.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2012-2274</cvename>
+      <bid>52159</bid>
+    </references>
+    <dates>
+      <discovery>2012-05-09</discovery>
+      <entry>2012-05-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b91234e7-9a8b-11e1-b666-001636d274f3">
     <topic>NVIDIA UNIX driver -- access to arbitrary system memory</topic>
     <affects>
--- vuxml-1.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->secteam 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 12 09:50:18 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167819 
Responsible-Changed-From-To: secteam->sbz 
Responsible-Changed-By: sbz 
Responsible-Changed-When: Sat May 12 14:09:09 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167819 
State-Changed-From-To: open->closed 
State-Changed-By: sbz 
State-Changed-When: Sat May 12 14:24:10 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167819 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167819: commit references a PR
Date: Sat, 12 May 2012 14:23:52 +0000 (UTC)

 sbz         2012-05-12 14:23:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/vuxml       vuln.xml 
   Log:
   - Document CVE-2012-2274 for port www/pivotx
   
   PR:             ports/167819
   Submitted by:   Fumiyuki Shimizu <fumifumi at abacustech.jp>
   Security:       CVE-2012-2274
   
   Revision  Changes    Path
   1.2693    +31 -1     ports/security/vuxml/vuln.xml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
