diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-01-03 22:34:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-01-03 22:34:44 +0000 |
commit | dbd4be73acdb0bfca5701ce79322d71c404bd7cb (patch) | |
tree | 551376c691805046475dcdcfd2846caf1d73b279 /security | |
parent | 5788debd41ea0383c899e6134a21dde4c435c568 (diff) | |
download | ports-dbd4be73acdb0bfca5701ce79322d71c404bd7cb.tar.gz ports-dbd4be73acdb0bfca5701ce79322d71c404bd7cb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 677189e38af6..52dd1d94c05e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="84dc49b0-b267-11e5-8a5b-00262d5ed8ee"> + <topic>mini_httpd -- buffer overflow via snprintf</topic> + <affects> + <package> + <name>mini_httpd</name> + <range><lt>1.23</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ACME Updates reports:</p> + <blockquote cite="https://cxsecurity.com/acveshow/CVE-2015-1548"> + <p>mini_httpd 1.21 and earlier allows remote attackers to obtain + sensitive information from process memory via an HTTP request with + a long protocol string, which triggers an incorrect response size + calculation and an out-of-bounds read.</p> + <p>(rene) ACME, the author, claims that the vulnerability is fixed + *after* version 1.22, released on 2015-12-28</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-1548</cvename> + <url>https://cxsecurity.com/cveshow/CVE-2015-1548</url> + <url>http://acme.com/updates/archive/192.html</url> + </references> + <dates> + <discovery>2015-02-10</discovery> + <entry>2016-01-03</entry> + </dates> + </vuln> + <vuln vid="1384f2fd-b1be-11e5-9728-002590263bf5"> <topic>qemu -- denial of service vulnerability in Rocker switch emulation</topic> <affects> |