Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 3.4 KB

NEWS.md

File metadata and controls

117 lines (74 loc) · 3.4 KB

NEWS

See the changelog for a full list of changes.

3.2.0 (2023-07-19)

Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).

3.0.1 (2021-09-02)

Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).

3.0.0 (2021-07-02)

Clear the browser cache for your IntelMQ instance (in Firefox: Ctrl+Shift+R).

2.3.1 (2021-03-25)

No changes are required by administrators.

2.3.0 (2021-03-04)

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:

2.2.1 (2020-07-30)

This IntelMQ Manager version requires IntelMQ >= 2.2.1.

2.2.0 (2020-06-23)

This IntelMQ Manager version requires IntelMQ >= 2.2.0.

Paths

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.

2.1.1 (2020-04-27)

Security

  • 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).

Configuration

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.

2.1.0 (2019-10-15)

The environment variable name was corrected from INTELMQ_MANGER_CONTROLER_CMD to INTELMQ_MANGER_CONTROLLER_CMD you might need to adapt your configuration.

2.0.0 (2019-05-22)

No changes are required by administrators.

1.1.0 (2018-11-12)

No changes are required by administrators.

1.0.1 (2018-09-24)

No changes are required by administrators.

1.0.0 (2018-04-23)

No changes are required by administrators.

0.3.1

No changes are required by administrators.

0.3

  • 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