Date: Wed, 28 Nov 2018 21:07:31 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486148 - head/security/vuxml Message-ID: <201811282107.wASL7VcF028030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Wed Nov 28 21:07:31 2018 New Revision: 486148 URL: https://svnweb.freebsd.org/changeset/ports/486148 Log: Add info about security vulnerability in messagelib. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 28 20:36:31 2018 (r486147) +++ head/security/vuxml/vuln.xml Wed Nov 28 21:07:31 2018 (r486148) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c7b1af20-f34f-11e8-9cde-e0d55e2a8bf9"> + <topic>messagelib -- HTML email can open browser window automatically</topic> + <affects> + <package> + <name>messagelib</name> + <range><lt>18.08.3_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Albert Astals Cid reports:</p> + <blockquote cite="https://www.kde.org/info/security/advisory-20181128-1.txt"> + <p>messagelib is the library used by KMail to display emails.</p> + <p>messagelib by default displays emails as plain text, but gives the user + an option to "Prefer HTML to plain text" in the settings and if that option + is not enabled there is way to enable HTML display when an email contains HTML.</p> + <p>Some HTML emails can trick messagelib into opening a new browser window when + displaying said email as HTML.</p> + <p>This happens even if the option to allow the HTML emails to access + remote servers is disabled in KMail settings.</p> + <p>This means that the owners of the servers referred in the email can see + in their access logs your IP address.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-19516</cvename> + <url>https://www.kde.org/info/security/advisory-20181128-1.txt</url> + </references> + <dates> + <discovery>2018-11-28</discovery> + <entry>2018-11-28</entry> + </dates> + </vuln> + <vuln vid="93f8e0ff-f33d-11e8-be46-0019dbb15b3f"> <topic>payara -- Default typing issue in Jackson Databind</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811282107.wASL7VcF028030>