Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 15:27:11 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399004 - head/security/vuxml
Message-ID:  <201510101527.t9AFRBCp038452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sat Oct 10 15:27:11 2015
New Revision: 399004
URL: https://svnweb.freebsd.org/changeset/ports/399004

Log:
  Document shell command execution via improper escaping in p5-UI-Dialog
  
  PR:		203667
  Security:	CVE-2008-7315
  Security:	https://vuxml.FreeBSD.org/freebsd/00dadbf0-6f61-11e5-a2a1-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Oct 10 15:20:41 2015	(r399003)
+++ head/security/vuxml/vuln.xml	Sat Oct 10 15:27:11 2015	(r399004)
@@ -58,6 +58,41 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="00dadbf0-6f61-11e5-a2a1-002590263bf5">
+    <topic>p5-UI-Dialog -- shell command execution vulnerability</topic>
+    <affects>
+      <package>
+	<name>p5-UI-Dialog</name>
+	<range><lt>1.09_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Matthijs Kooijman reports:</p>
+	<blockquote cite="https://rt.cpan.org/Public/Bug/Display.html?id=107364">;
+	  <p>It seems that the whiptail, cdialog and kdialog backends apply
+	    some improper escaping in their shell commands, causing special
+	    characters present in menu item titles to be interpreted by the
+	    shell. This includes the backtick evaluation operator, so this
+	    constitutues a security issue, allowing execution of arbitrary
+	    commands if an attacker has control over the text displayed in
+	    a menu.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2008-7315</cvename>
+      <freebsdpr>ports/203667</freebsdpr>
+      <url>https://rt.cpan.org/Public/Bug/Display.html?id=107364</url>;
+      <url>https://bugs.debian.org/496448</url>;
+      <url>https://github.com/kckrinke/UI-Dialog/commit/6adc44cc636c615d76297d86835e1a997681eb61</url>;
+    </references>
+    <dates>
+      <discovery>2008-08-24</discovery>
+      <entry>2015-10-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="290351c9-6f5c-11e5-a2a1-002590263bf5">
     <topic>devel/ipython -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510101527.t9AFRBCp038452>