diff options
author | matthew <matthew@FreeBSD.org> | 2015-03-08 19:55:51 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-03-08 19:55:51 +0800 |
commit | 39dba9d4c04c26a6aabeb9e54513c52fb73aee9a (patch) | |
tree | e6a2c676dc470317543cba0f73de52ac003e8e4f /security | |
parent | 126f1a9c3e569e26fb39cb4b839017255f3ad065 (diff) | |
download | freebsd-ports-gnome-39dba9d4c04c26a6aabeb9e54513c52fb73aee9a.tar.gz freebsd-ports-gnome-39dba9d4c04c26a6aabeb9e54513c52fb73aee9a.tar.zst freebsd-ports-gnome-39dba9d4c04c26a6aabeb9e54513c52fb73aee9a.zip |
Document latest security vulnerabilities in rt42 and rt40:
CVE-2014-9472
CVE-2015-1165
CVE-2015-1464
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 00cdf4774233..e3295a332b6e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,52 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d08f6002-c588-11e4-8495-6805ca0b3d42"> + <topic>rt -- Remote DoS, Information disclosure and Session Hijackingvulnerabilities</topic> + <affects> + <package> + <name>rt42</name> + <range><ge>4.2.0</ge><lt>4.2.10</lt></range> + </package> + <package> + <name>rt40</name> + <range><ge>4.0.0</ge><lt>4.0.23</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Best Practical reports:</p> + <blockquote cite="http://blog.bestpractical.com/2015/02/security-vulnerabilities-in-rt.html"> + <p>RT 3.0.0 and above, if running on Perl 5.14.0 or higher, + are vulnerable to a remote denial-of-service via the email + gateway; any installation which accepts mail from untrusted + sources is vulnerable, regardless of the permissions + configuration inside RT. This denial-of-service may + encompass both CPU and disk usage, depending on RT's logging + configuration. This vulnerability is assigned + CVE-2014-9472.</p> + <p>RT 3.8.8 and above are vulnerable to an information + disclosure attack which may reveal RSS feeds URLs, and thus + ticket data; this vulnerability is assigned + CVE-2015-1165. RSS feed URLs can also be leveraged to + perform session hijacking, allowing a user with the URL to + log in as the user that created the feed; this vulnerability + is assigned CVE-2015-1464.</p> + </blockquote> + </body> + </description> + <references> + <url>http://blog.bestpractical.com/2015/02/security-vulnerabilities-in-rt.html</url> + <cvename>CVE-2014-9472</cvename> + <cvename>CVE-2015-1165</cvename> + <cvename>CVE-2015-1464</cvename> + </references> + <dates> + <discovery>2015-02-26</discovery> + <entry>2015-03-08</entry> + </dates> + </vuln> + <vuln vid="81b4c118-c586-11e4-8495-6805ca0b3d42"> <topic>phpMyAdmin -- Risk of BREACH attack due to reflected parameter</topic> <affects> |