summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201709-06.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-201709-06.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-201709-06.xml')
-rw-r--r--metadata/glsa/glsa-201709-06.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201709-06.xml b/metadata/glsa/glsa-201709-06.xml
new file mode 100644
index 000000000000..e7fa1c162310
--- /dev/null
+++ b/metadata/glsa/glsa-201709-06.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201709-06">
+ <title>Supervisor: command injection vulnerability</title>
+ <synopsis>A vulnerability in Supervisor might allow remote attackers to
+ execute arbitrary code.
+
+ </synopsis>
+ <product type="ebuild">supervisor</product>
+ <announced>2017-09-17</announced>
+ <revised>2017-09-17: 1</revised>
+ <bug>626100</bug>
+ <access>remote</access>
+ <affected>
+ <package name="app-admin/supervisor" auto="yes" arch="*">
+ <unaffected range="ge">3.1.4</unaffected>
+ <vulnerable range="lt">3.1.4</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Supervisor is a client/server system that allows its users to monitor
+ and control a number of processes on UNIX-like operating systems.
+ </p>
+ </background>
+ <description>
+ <p>A vulnerability in Supervisor was discovered in which an authenticated
+ client could send malicious XML-RPC requests and supervidord will run
+ them as shell commands with process privileges. In some cases,
+ supervisord is configured with root permissions.
+ </p>
+ </description>
+ <impact type="high">
+ <p>A remote attacker could execute arbitrary code with the privileges of
+ the process.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Supervisor users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "=app-admin/supervisor-3.1.4"
+ </code>
+
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-11610">
+ CVE-2017-11610
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2017-07-27T14:58:00Z">b-man</metadata>
+ <metadata tag="submitter" timestamp="2017-09-17T15:45:48Z">chrisadr</metadata>
+</glsa>