See the changelog for a full list of changes.
Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).
Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).
Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).
No changes are required by administrators.
The IntelMQ Manager backend has been rewritten in Python and split off to the IntelMQ API. An installation of intelmq-api is now required to run the IntelMQ Manager. For deb/rpm-installations, you only need to upgrade the packages. Additional requirements are automatically pulled in. For manual installations, please follow the installation instructions:
- for intelmq-api
- for intelmq-manager
This IntelMQ Manager version requires IntelMQ >= 2.2.1.
This IntelMQ Manager version requires IntelMQ >= 2.2.0.
The paths for configuration files are queried from the IntelMQ Core.
Thus, the environment variables INTELMQ_ROOT_DIR
and INTELMQ_PATHS_NO_OPT
/INTELMQ_PATHS_OPT
are now respected.
- Never ever run intelmq-manager on a public webserver without SSL and proper authentication.
- Bernhard Herzog (Intevation) discovered that the backend incorrectly handled messages given by user-input in the "send" functionality of the Inspect-tool of the Monitor component. An attacker with access to the IntelMQ Manager could possibly use this issue to execute arbitrary code with the privileges of the webserver (CVE-2020-11016).
- Use IntelMQ Manager only from a browser that can only access internal, trusted sites. (Because CSRF development is under way, see #111).
The environment variable name was corrected from INTELMQ_MANGER_CONTROLLER_CMD
to INTELMQ_MANGAER_CONTROLLER_CMD
you might need to adapt your configuration.
The old name will be available until version 3.0.
The environment variable name was corrected from INTELMQ_MANGER_CONTROLER_CMD
to INTELMQ_MANGER_CONTROLLER_CMD
you might need to adapt your configuration.
No changes are required by administrators.
No changes are required by administrators.
No changes are required by administrators.
No changes are required by administrators.
No changes are required by administrators.
- The IntelMQ Manager is now capable of saving the positions of bots.
You need to create the file
/opt/intelmq/etc/manager/positions.conf
and allow the webserver process to write to it, e.g.:mkdir /opt/intelmq/etc/manager/ touch /opt/intelmq/etc/manager/positions.conf chgrp www-data /opt/intelmq/etc/manager/positions.conf chmod g+w /opt/intelmq/etc/manager/positions.conf