diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-07-01 20:11:52 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-07-01 20:11:52 +0000 |
commit | c2274ec95e0a33dfd58ceb7a712afd3f65e2bc90 (patch) | |
tree | 888f537496ba9b4bdd55dd5994f322d464761ef3 /security | |
parent | f96f613eb19ecc3a8a669e35f181843b9280bc42 (diff) |
Notes
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 36924b92362e..2bf04c9bcf70 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="475f952c-9b29-11e9-a8a5-6805ca0b38e8"> + <topic>irssi -- Use after free when sending SASL login to the server</topic> + <affects> + <package> + <name>irssi</name> + <range><lt>1.2.1,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Irssi reports:</p> + <blockquote cite="https://irssi.org/security/irssi_sa_2019_06.txt"> + <p>Use after free when sending SASL login to the server found by ilbelkyr. (CWE-416, CWE-825)</p> + </blockquote> + </body> + </description> + <references> + <url>https://irssi.org/security/irssi_sa_2019_06.txt</url> + <cvename>CVE-2019-13045</cvename> + </references> + <dates> + <discovery>2019-06-29</discovery> + <entry>2019-07-01</entry> + </dates> + </vuln> + <vuln vid="b805d7b4-9c0c-11e9-97f0-000c29e96db4"> <topic>Django -- Incorrect HTTP detection with reverse-proxy connecting via HTTPS</topic> <affects> |