Date: Sat, 5 Oct 2013 09:44:24 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329431 - head/security/vuxml Message-ID: <201310050944.r959iOIV083507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat Oct 5 09:44:23 2013 New Revision: 329431 URL: http://svnweb.freebsd.org/changeset/ports/329431 Log: Add recent gnupg1/gnupg vuln. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 5 09:35:02 2013 (r329430) +++ head/security/vuxml/vuln.xml Sat Oct 5 09:44:23 2013 (r329431) @@ -51,6 +51,35 @@ Note: Please add new entries to the beg --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="749b5587-2da1-11e3-b1a9-b499baab0cbe"> + <topic>gnupg -- possible infinite recursion in the compressed packet parser</topic> + <affects> + <package> + <name>gnupg</name> + <range><lt>1.4.15</lt></range> + <range><ge>2.0.0</ge><lt>2.0.22</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Werner Koch reports:</p> + <blockquote cite="http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000333.html"> + <p>Special crafted input data may be used to cause a denial of service +against GPG (GnuPG's OpenPGP part) and some other OpenPGP +implementations. All systems using GPG to process incoming data are +affected..</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-4402</cvename> + </references> + <dates> + <discovery>2013-10-05</discovery> + <entry>2013-10-05</entry> + </dates> + </vuln> + <vuln vid="5c34664f-2c2b-11e3-87c2-00215af774f0"> <topic>xinetd -- ignores user and group directives for TCPMUX services</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310050944.r959iOIV083507>