svn commit: r312323 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Sat Feb 16 04:29:15 UTC 2013
Author: swills
Date: Sat Feb 16 04:29:14 2013
New Revision: 312323
URL: http://svnweb.freebsd.org/changeset/ports/312323
Log:
- Document vulnerability in rdoc
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat Feb 16 03:47:19 2013 (r312322)
+++ head/security/vuxml/vuln.xml Sat Feb 16 04:29:14 2013 (r312323)
@@ -51,6 +51,46 @@ Note: Please add new entries to the beg
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="d3e96508-056b-4259-88ad-50dc8d1978a6">
+ <topic>Ruby -- XSS exploit of RDoc documentation generated by rdoc</topic>
+ <affects>
+ <package>
+ <name>ruby</name>
+ <range><gt>1.9</gt></range>
+ <range><lt>1.9.3.385,1</lt></range>
+ </package>
+ <package>
+ <name>rubygem18-rdoc</name>
+ <range><lt>3.12.1</lt></range>
+ </package>
+ <package>
+ <name>rubygem19-rdoc</name>
+ <range><lt>3.12.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Ruby developers report:</p>
+ <blockquote cite="http://www.ruby-lang.org/en/news/2013/02/06/rdoc-xss-cve-2013-0256/">
+ <p>RDoc documentation generated by rdoc bundled with ruby are
+ vulnerable to an XSS exploit. All ruby users are recommended to
+ update ruby to newer version which includes security-fixed RDoc. If
+ you are publishing RDoc documentation generated by rdoc, you are
+ recommended to apply a patch for the documentaion or re-generate it
+ with security-fixed RDoc.
+ </p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2013-0256</cvename>
+ </references>
+ <dates>
+ <discovery>2013-02-06</discovery>
+ <entry>2013-02-16</entry>
+ </dates>
+ </vuln>
+
<vuln vid="414e6a41-7204-11e2-8599-001060e06fd4">
<topic>linux-flashplugin -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list