summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201406-20.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-201406-20.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-201406-20.xml')
-rw-r--r--metadata/glsa/glsa-201406-20.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201406-20.xml b/metadata/glsa/glsa-201406-20.xml
new file mode 100644
index 000000000000..bebb6d089d1b
--- /dev/null
+++ b/metadata/glsa/glsa-201406-20.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201406-20">
+ <title>nginx: Arbitrary code execution</title>
+ <synopsis>A vulnerability has been found in nginx which may allow execution
+ of arbitrary code.
+ </synopsis>
+ <product type="ebuild">nginx</product>
+ <announced>2014-06-22</announced>
+ <revised>2014-06-22: 1</revised>
+ <bug>505018</bug>
+ <access>remote</access>
+ <affected>
+ <package name="www-servers/nginx" auto="yes" arch="*">
+ <unaffected range="ge">1.4.7</unaffected>
+ <vulnerable range="lt">1.4.7</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>nginx is a robust, small, and high performance HTTP and reverse proxy
+ server.
+ </p>
+ </background>
+ <description>
+ <p>A bug in the SPDY implementation in nginx was found which might cause a
+ heap memory buffer overflow in a worker process by using a specially
+ crafted request. The SPDY implementation is not enabled in default
+ configurations.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A remote attacker could cause execution of arbitrary code by using a
+ specially crafted request.
+ </p>
+ </impact>
+ <workaround>
+ <p>Disable the spdy module in NGINX_MODULES_HTTP. </p>
+ </workaround>
+ <resolution>
+ <p>All nginx users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=www-servers/nginx-1.4.7"
+ </code>
+
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0133">CVE-2014-0133</uri>
+ </references>
+ <metadata tag="requester" timestamp="2014-06-18T23:50:11Z">
+ BlueKnight
+ </metadata>
+ <metadata tag="submitter" timestamp="2014-06-22T11:57:03Z">K_F</metadata>
+</glsa>