diff options
author | eik <eik@FreeBSD.org> | 2004-03-17 00:49:52 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-17 00:49:52 +0000 |
commit | 6720557c8e377a548671286f43c5a5e05aafe4fb (patch) | |
tree | f571f4ef5765232cc4acddc0e3e1851080a06f49 /security/vuxml | |
parent | 93a38e9c51fda76fd853727a75c40102f8311a9e (diff) | |
download | FreeBSD-ports-6720557c8e377a548671286f43c5a5e05aafe4fb.zip FreeBSD-ports-6720557c8e377a548671286f43c5a5e05aafe4fb.tar.gz |
ModSecurity < 1.7.5
Diffstat (limited to 'security/vuxml')
-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 50c719f..c7072bd 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> |