diff options
author | matthew <matthew@FreeBSD.org> | 2014-01-28 04:44:52 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-01-28 04:44:52 +0800 |
commit | 4e67835c3a9516830d2ae209edfffe9f731eba46 (patch) | |
tree | 7a38f898e569cdffaae8d7269f5672ce14b2c81f /security/vuxml | |
parent | aa40c0852fceb6a16f9f072dcd2c79cebd3a8dc9 (diff) | |
download | freebsd-ports-gnome-4e67835c3a9516830d2ae209edfffe9f731eba46.tar.gz freebsd-ports-gnome-4e67835c3a9516830d2ae209edfffe9f731eba46.tar.zst freebsd-ports-gnome-4e67835c3a9516830d2ae209edfffe9f731eba46.zip |
vuxml entry concerning the recent security advisory about www/rt42
from 4.2.0 to 4.2.2 inclusive. This is slightly unusual in the the
fix is applied to a completely different port
mail/p5-Email-Address-List which www/rt42 depends on..
Security: d1dfc4c7-8791-11e3-a371-6805ca0b3d42
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 484268a8752b..737ac9183d8c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,50 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d1dfc4c7-8791-11e3-a371-6805ca0b3d42"> + <topic>rt42 -- denial-of-service attack via the email gateway</topic> + <affects> + <package> + <name>rt42</name> + <range><ge>4.2</ge><lt>4.2.2_2</lt></range> + </package> + <package> + <name>p5-Email-Address-List</name> + <range><lt>0.02</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The RT development team reports:</p> + <blockquote cite="http://blog.bestpractical.com/2014/01/security-vulnerability-in-rt-42.html"> + <p>Versions of RT between 4.2.0 and 4.2.2 (inclusive) are + vulnerable to a denial-of-service attack via the email + gateway; any installation which accepts mail from untrusted + sources is vulnerable, regardless of the permissions + configuration inside RT. This vulnerability is assigned + CVE-2014-1474.</p> + <p>This vulnerability is caused by poor parsing performance + in the Email::Address::List module, which RT depends on. We + recommend that affected users upgrade their version of + Email::Address::List to v0.02 or above, which resolves the + issue. Due to a communications mishap, the release on CPAN + will temporarily appear as "unauthorized," and the + command-line cpan client will hence not install it. We + expect this to be resolved shortly; in the meantime, the + release is also available from our server.</p> + </blockquote> + </body> + </description> + <references> + <url>http://blog.bestpractical.com/2014/01/security-vulnerability-in-rt-42.html</url> + <cvename>CVE-2014-1474</cvename> + </references> + <dates> + <discovery>2014-01-27</discovery> + <entry>2014-01-27</entry> + </dates> + </vuln> + <vuln vid="efa663eb-8754-11e3-9a47-00163e1ed244"> <topic>strongswan -- multiple DoS vulnerabilities</topic> <affects> |