Skip to content

Commit 6ddf270

Browse files
committed
Prepare 3.2.4 release
1 parent aac3c21 commit 6ddf270

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGES.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.2.4 (2017-07-24)
2+
------------------
3+
4+
- Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability
5+
was found where an authenticated client can send a malicious XML-RPC request
6+
to ``supervisord`` that will run arbitrary shell commands on the server.
7+
The commands will be run as the same user as ``supervisord``. Depending on
8+
how ``supervisord`` has been configured, this may be root. See
9+
https://github.com/Supervisor/supervisor/issues/964 for details.
10+
111
3.2.3 (2016-03-19)
212
------------------
313

@@ -85,6 +95,16 @@
8595
disconnect if many other ``supervisorctl`` commands were run in parallel.
8696
Patch by Stefan Friesel.
8797

98+
3.1.4 (2017-07-24)
99+
------------------
100+
101+
- Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability
102+
was found where an authenticated client can send a malicious XML-RPC request
103+
to ``supervisord`` that will run arbitrary shell commands on the server.
104+
The commands will be run as the same user as ``supervisord``. Depending on
105+
how ``supervisord`` has been configured, this may be root. See
106+
https://github.com/Supervisor/supervisor/issues/964 for details.
107+
88108
3.1.3 (2014-10-28)
89109
------------------
90110

@@ -181,6 +201,16 @@
181201
- A warning is now logged if a glob pattern in an ``[include]`` section does
182202
not match any files. Patch by Daniel Hahler.
183203

204+
3.0.1 (2017-07-24)
205+
------------------
206+
207+
- Backported from Supervisor 3.3.3: Fixed CVE-2017-11610. A vulnerability
208+
was found where an authenticated client can send a malicious XML-RPC request
209+
to ``supervisord`` that will run arbitrary shell commands on the server.
210+
The commands will be run as the same user as ``supervisord``. Depending on
211+
how ``supervisord`` has been configured, this may be root. See
212+
https://github.com/Supervisor/supervisor/issues/964 for details.
213+
184214
3.0 (2013-07-30)
185215
----------------
186216

supervisor/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.3
1+
3.2.4

0 commit comments

Comments
 (0)