Skip to content

Commit a2adcb3

Browse files
committed
Add missing 3.3.4 changelog entry for setuid() fix
1 parent 52e1945 commit a2adcb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
searching for its config file`` may have been incorrectly shown by
7272
``supervisorctl`` if its executable name was changed.
7373

74+
- Fixed a bug where ``supervisord`` would continue starting up if the
75+
``[supervisord]`` section of the config file specified ``user=`` but
76+
``setuid()`` to that user failed. It will now exit immediately if it
77+
cannot drop privileges.
78+
7479
- Fixed a bug in the web interface where redirect URLs did not have a slash
7580
between the host and query string, which caused issues when proxying with
7681
Nginx. Patch by Luke Weber.
@@ -83,6 +88,7 @@
8388

8489
3.3.3 (2017-07-24)
8590
------------------
91+
8692
- Fixed CVE-2017-11610. A vulnerability was found where an authenticated
8793
client can send a malicious XML-RPC request to ``supervisord`` that will
8894
run arbitrary shell commands on the server. The commands will be run as

0 commit comments

Comments
 (0)