diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-11-14 06:28:09 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-11-14 06:28:09 +0800 |
commit | cc2ff7c1cb70817c0ae01a42b6cb15d93e109381 (patch) | |
tree | a3aa7a75b1852962a9fa08a4201be87260757c62 /security | |
parent | 140b885daddad4a0c8e23372a260579af863775a (diff) | |
download | freebsd-ports-gnome-cc2ff7c1cb70817c0ae01a42b6cb15d93e109381.tar.gz freebsd-ports-gnome-cc2ff7c1cb70817c0ae01a42b6cb15d93e109381.tar.zst freebsd-ports-gnome-cc2ff7c1cb70817c0ae01a42b6cb15d93e109381.zip |
- document apache apr-0.9 reimplementation of apr_fnmatch()
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 152272cb1aff..c963ca24969e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,33 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="38560d79-0e42-11e1-902b-20cf30e32f6d"> + <topic>Apache APR -- DoS vulnerabilities</topic> + <affects> + <package> + <name>apr0</name> + <range><lt>0.9.20.0.9.19</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Apache Portable Runtime Project reports:</p> + <blockquote cite="http://www.apache.org/dist/apr/CHANGES-APR-0.9"> + <p>Reimplement apr_fnmatch() from scratch using a non-recursive + algorithm; now has improved compliance with the fnmatch() spec.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2011-0419</cvename> + <url>http://www.apache.org/dist/apr/Announcement0.9.html</url> + </references> + <dates> + <discovery>2011-05-19</discovery> + <entry>2011-11-13</entry> + </dates> + </vuln> + <vuln vid="1f6ee708-0d22-11e1-b5bd-14dae938ec40"> <topic>phpmyadmin -- Local file inclusion</topic> <affects> |