diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-04-16 15:34:57 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-04-16 15:34:57 +0000 |
commit | de2bd485e0f4d0d6d2d67897fc83c2e46175e942 (patch) | |
tree | 89054336fe265ee8f23e57394ca409f3ef8ffdd5 /security/vuxml/vuln.xml | |
parent | 1e7b6e384aa6347ed2cb0e9d166e3a18d1822792 (diff) |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d03ca7c6d178..e41156036bc8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0c14dfa7-879e-11e1-a2a0-00500802d8f7"> + <topic>nginx -- Buffer overflow in the ngx_http_mp4_module</topic> + <affects> + <package> + <name>nginx</name> + <range><lt>1.0.15</lt></range> + </package> + <package> + <name>nginx-devel</name> + <range><lt>1.1.19</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The nginx project reports:</p> + <blockquote cite="http://nginx.org/en/security_advisories.html"> + <p>Buffer overflow in the ngx_http_mp4_module</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-2089</cvename> + <url>http://nginx.org/en/security_advisories.html</url> + </references> + <dates> + <discovery>2012-04-12</discovery> + <entry>2012-04-16</entry> + </dates> + </vuln> + <vuln vid="c80a3d93-8632-11e1-a374-14dae9ebcf89"> <topic>phpmyfaq -- Remote PHP Code Execution Vulnerability</topic> <affects> |