diff options
author | ume <ume@FreeBSD.org> | 2017-09-11 00:54:03 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2017-09-11 00:54:03 +0800 |
commit | 53ed76a703173c0b01101bef1e3def0978c72cf1 (patch) | |
tree | 0b37e13e18f3a774ab3508696d0a0db3a411f883 /security | |
parent | 0eea9388c17aef9c18f9bc1b82a111386eb64be7 (diff) | |
download | freebsd-ports-gnome-53ed76a703173c0b01101bef1e3def0978c72cf1.tar.gz freebsd-ports-gnome-53ed76a703173c0b01101bef1e3def0978c72cf1.tar.zst freebsd-ports-gnome-53ed76a703173c0b01101bef1e3def0978c72cf1.zip |
Document cyrus-imapd vulnerability
Security: CVE-2017-14230
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 81446d90fa7b..c121b52c8747 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f9f76a50-9642-11e7-ab09-080027b00c2e"> + <topic>cyrus-imapd -- broken "other users" behaviour</topic> + <affects> + <package> + <name>cyrus-imapd30</name> + <range><ge>3.0.0</ge><lt>3.0.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Cyrus IMAP 3.0.4 Release Notes states:</p> + <blockquote cite="https://www.cyrusimap.org/imap/download/release-notes/3.0/x/3.0.4.html"> + <p>Fixed Issue #2132: Broken "Other Users" behaviour</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-14230</cvename> + <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14230</url> + </references> + <dates> + <discovery>2017-09-07</discovery> + <entry>2017-09-10</entry> + </dates> + </vuln> + <vuln vid="aaab03be-932d-11e7-92d8-4b26fc968492"> <topic>Django -- possible XSS in traceback section of technical 500 debug page</topic> <affects> |