diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-17 00:49:52 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-17 00:49:52 +0000 |
commit | 8506adc0f123bbc41de3e2ea66a58417a3560d2f (patch) | |
tree | 2917856bda75f8cb7ec7acbcfbe521aa8e71c387 /security | |
parent | ef78fdf6ad7d4c5318babfc92f5659ef74312eb7 (diff) | |
download | ports-8506adc0f123bbc41de3e2ea66a58417a3560d2f.tar.gz ports-8506adc0f123bbc41de3e2ea66a58417a3560d2f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 50c719fcc6b1..c7072bde75ca 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,30 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. "http://www.vuxml.org/dtd/vuxml-1/vuxml-10.dtd"> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c2e10368-77ab-11d8-b9e8-00e04ccb0a62"> + <topic>ModSecurity for Apache 2.x remote off-by-one overflow</topic> + <affects> + <package> + <name>mod_security</name> + <range><lt>1.7.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>When the directive "SecFilterScanPost" is enabled, + the Apache 2.x version of ModSecurity is vulnerable + to an off-by-one overflow</p> + </body> + </description> + <references> + <url>http://www.s-quadra.com/advisories/Adv-20040315.txt</url> + </references> + <dates> + <discovery>2004-02-09</discovery> + <entry>2004-03-17</entry> + </dates> + </vuln> + <vuln vid="1a448eb7-6988-11d8-873f-0020ed76ef5a"> <topic>mod_python denial-of-service vulnerability in parse_qs</topic> <affects> |