summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2022-10-31 01:09:14 +0000
committerJohn Helmert III <ajak@gentoo.org>2022-10-30 20:40:14 -0500
commit57d24f954d7b5db2ffb4dcde78429e76722d5387 (patch)
tree270d8fa232733bc46b6c1c5cb2f420843172ca5a /glsa-202210-12.xml
parent[ GLSA 202210-11 ] schroot: Denial of Service (diff)
downloadglsa-57d24f954d7b5db2ffb4dcde78429e76722d5387.tar.gz
glsa-57d24f954d7b5db2ffb4dcde78429e76722d5387.tar.bz2
glsa-57d24f954d7b5db2ffb4dcde78429e76722d5387.zip
[ GLSA 202210-12 ] Lighttpd: Denial of Service
Bug: https://bugs.gentoo.org/869890 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202210-12.xml')
-rw-r--r--glsa-202210-12.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/glsa-202210-12.xml b/glsa-202210-12.xml
new file mode 100644
index 00000000..fe42a616
--- /dev/null
+++ b/glsa-202210-12.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202210-12">
+ <title>Lighttpd: Denial of Service</title>
+ <synopsis>A vulnerability has been discovered in lighttpd which could result in denial of service.</synopsis>
+ <product type="ebuild">lighttpd</product>
+ <announced>2022-10-31</announced>
+ <revised count="1">2022-10-31</revised>
+ <bug>869890</bug>
+ <access>remote</access>
+ <affected>
+ <package name="www-servers/lighttpd" auto="yes" arch="*">
+ <unaffected range="ge">1.4.67</unaffected>
+ <vulnerable range="lt">1.4.67</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Lighttpd is a lightweight high-performance web server.</p>
+ </background>
+ <description>
+ <p>Lighttpd&#39;s mod_wstunnel does not initialize a handler function pointer if an invalid HTTP request (websocket handshake) is received.</p>
+ </description>
+ <impact type="low">
+ <p>An attacker can trigger a denial of service via making Lighttpd try to call an uninitialized function pointer.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All lighttpd users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=www-servers/lighttpd-1.4.67"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-37797">CVE-2022-37797</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-41556">CVE-2022-41556</uri>
+ </references>
+ <metadata tag="requester" timestamp="2022-10-31T01:09:14.713606Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2022-10-31T01:09:14.718507Z">ajak</metadata>
+</glsa> \ No newline at end of file