diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:17:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-10 19:17:19 +0800 |
commit | 888aabf95ae18dc3a55952b0d8481a0f9b464e6c (patch) | |
tree | 5bd6f624fc5a27e433d7becb7e616b1830124b39 /security | |
parent | 3fd1c4e56a5838f28cc851aed4b3aba308b0696a (diff) | |
download | freebsd-ports-gnome-888aabf95ae18dc3a55952b0d8481a0f9b464e6c.tar.gz freebsd-ports-gnome-888aabf95ae18dc3a55952b0d8481a0f9b464e6c.tar.zst freebsd-ports-gnome-888aabf95ae18dc3a55952b0d8481a0f9b464e6c.zip |
Document rubygems vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 71f71083bcfc..507d4ca714af 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2c8bd00d-ada2-11e7-82af-8dbff7d75206"> + <topic>rubygems -- deserialization vulnerability</topic> + <affects> + <package> + <name>ruby22-gems</name> + <name>ruby23-gems</name> + <name>ruby24-gems</name> + <range><lt>2.6.14</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>oss-security mailing list:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2017/10/10/2"> + <p>There is a possible unsafe object desrialization vulnerability in + RubyGems. It is possible for YAML deserialization of gem specifications + to bypass class white lists. Specially crafted serialized objects can + possibly be used to escalate to remote code execution.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2017/10/10/2</url> + <url>http://blog.rubygems.org/2017/10/09/2.6.14-released.html</url> + <cvename>CVE-2017-0903</cvename> + </references> + <dates> + <discovery>2017-10-09</discovery> + <entry>2017-10-10</entry> + </dates> + </vuln> + <vuln vid="4f8ffb9c-f388-4fbd-b90f-b3131559d888"> <topic>xorg-server -- multiple vulnabilities</topic> <affects> |