Date: Mon, 4 Aug 2014 08:09:35 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r363970 - branches/2014Q3/security/vuxml Message-ID: <53df3fbf.5a05.61dfacc4@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Aug 4 08:09:35 2014 New Revision: 363970 URL: http://svnweb.freebsd.org/changeset/ports/363970 QAT: https://qat.redports.org/buildarchive/r363970/ Log: MFH: r363944 Document CVE-2014-4607 in net/krfb. Approved by: portmgr (erwin) Modified: branches/2014Q3/security/vuxml/vuln.xml Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/security/vuxml/vuln.xml ============================================================================== --- branches/2014Q3/security/vuxml/vuln.xml Mon Aug 4 08:03:31 2014 (r363969) +++ branches/2014Q3/security/vuxml/vuln.xml Mon Aug 4 08:09:35 2014 (r363970) @@ -57,6 +57,38 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="be5421ab-1b56-11e4-a767-5453ed2e2b49"> + <topic>krfb -- Possible Denial of Service or code execution via integer overflow</topic> + <affects> + <package> + <name>krfb</name> + <range><lt>4.12.5_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Albert Aastals Cid reports:</p> + <blockquote cite="http://lists.kde.org/?l=kde-announce&m=140709940701878&w=2"> + <p>krfb embeds libvncserver which embeds liblzo2, it contains various + flaws that result in integer overflow problems.</p> + <p>This potentially allows a malicious application to create a + possible denial of service or code execution. Due to the need to + exploit precise details of the target architecture and threading it + is unlikely that remote code execution can be achieved in + practice.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-4607</cvename> + <mlist>http://lists.kde.org/?l=kde-announce&m=140709940701878&w=2</mlist> + </references> + <dates> + <discovery>2014-08-03</discovery> + <entry>2014-08-03</entry> + </dates> + </vuln> + <vuln vid="90ca3ba5-19e6-11e4-8616-001b3856973b"> <topic>gpgme -- heap-based buffer overflow in gpgsm status handler</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df3fbf.5a05.61dfacc4>