summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200411-03.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200411-03.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200411-03.xml')
-rw-r--r--metadata/glsa/glsa-200411-03.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200411-03.xml b/metadata/glsa/glsa-200411-03.xml
new file mode 100644
index 000000000000..3dd788f2f2ca
--- /dev/null
+++ b/metadata/glsa/glsa-200411-03.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200411-03">
+ <title>Apache 1.3: Buffer overflow vulnerability in mod_include</title>
+ <synopsis>
+ A buffer overflow vulnerability exists in mod_include which could possibly
+ allow a local attacker to gain escalated privileges.
+ </synopsis>
+ <product type="ebuild">apache</product>
+ <announced>2004-11-02</announced>
+ <revised>2007-12-30: 02</revised>
+ <bug>68564</bug>
+ <access>local</access>
+ <affected>
+ <package name="www-servers/apache" auto="yes" arch="*">
+ <unaffected range="ge">1.3.32-r1</unaffected>
+ <vulnerable range="lt">1.3.32-r1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ The Apache HTTP server is one of the most popular web servers on the
+ internet. mod_include is an Apache module to handle Server Side Includes
+ (SSI).
+ </p>
+ </background>
+ <description>
+ <p>
+ A possible buffer overflow exists in the get_tag() function of
+ mod_include.c.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>
+ If Server Side Includes (SSI) are enabled, a local attacker may be able to
+ run arbitrary code with the rights of an httpd child process by making use
+ of a specially-crafted document with malformed SSI.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All Apache users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=www-servers/apache-1.3.32-r1"</code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0940">CAN-2004-0940</uri>
+ <uri link="http://www.apacheweek.com/features/security-13">Security vulnerabilities in Apache httpd 1.3</uri>
+ </references>
+ <metadata tag="requester" timestamp="2004-10-27T10:11:41Z">
+ koon
+ </metadata>
+ <metadata tag="submitter" timestamp="2004-10-29T12:38:27Z">
+ vorlon078
+ </metadata>
+ <metadata tag="bugReady" timestamp="2004-11-02T11:16:30Z">
+ vorlon078
+ </metadata>
+</glsa>