diff options
author | rea <rea@FreeBSD.org> | 2012-08-25 04:13:53 +0800 |
---|---|---|
committer | rea <rea@FreeBSD.org> | 2012-08-25 04:13:53 +0800 |
commit | 5f0d2ff73c5597cf0fdaf43823490a0dc8777981 (patch) | |
tree | 2a6bb3a653de9a0cc8978dba9fefa97dcbdfa7ae /security | |
parent | 411d1cddd0d4b6a3ed1203fa69480823ae1f21ef (diff) | |
download | freebsd-ports-gnome-5f0d2ff73c5597cf0fdaf43823490a0dc8777981.tar.gz freebsd-ports-gnome-5f0d2ff73c5597cf0fdaf43823490a0dc8777981.tar.zst freebsd-ports-gnome-5f0d2ff73c5597cf0fdaf43823490a0dc8777981.zip |
VuXML: document INN plaintext command injection vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1fae0e601b2a..d92a0da31de4 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a7975581-ee26-11e1-8bd8-0022156e8794"> + <topic>inn -- plaintext command injection into encrypted channel</topic> + <affects> + <package> + <name>inn</name> + <range><lt>2.5.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>INN developers report:</p> + <blockquote cite="https://www.isc.org/software/inn/2.5.3article"> + <p>Fixed a possible plaintext command injection during the + negotiation of a TLS layer. The vulnerability detailed + in CVE-2011-0411 affects the STARTTLS and AUTHINFO SASL + commands. nnrpd now resets its read buffer upon + a successful negotiation of a TLS layer. It prevents + malicious commands, sent unencrypted, from being executed + in the new encrypted state of the session.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-3523</cvename> + <cvename>CVE-2011-0411</cvename> + <url>https://www.isc.org/software/inn/2.5.3article</url> + </references> + <dates> + <discovery>2012-08-14</discovery> + <entry>2012-08-25</entry> + </dates> + </vuln> + <vuln vid="4d1d2f6d-ec94-11e1-8bd8-0022156e8794"> <topic>jabberd -- domain spoofing in server dialback protocol</topic> <affects> |