Skip to content

Commit 1899627

Browse files
committed
Release version 2.7.5
1 parent 1dfb5f3 commit 1899627

File tree

9 files changed

+23
-8
lines changed

9 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
44

55
## What's New
66

7+
### What's New in Version 2.7.5
8+
9+
**Notice**: This is a security release. It is recommended to upgrade to this release if you don't plan to upgrade to v2.9.0.
10+
11+
You can find all fixes related to this release on our [Project](https://github.com/Icinga/icingaweb2/projects/7).
12+
13+
#### Security Fixes
14+
15+
This release includes two security related fixes. Both were published as part of a security advisory on Github.
16+
They allow the circumvention of custom variable protection rules and blacklists as well as a path traversal if
17+
the `doc` module is enabled. Please check the respective advisory for details.
18+
19+
* Custom variable protection and blacklists can be circumvented [GHSA-2xv9-886q-p7xx](https://github.com/Icinga/icingaweb2/security/advisories/GHSA-2xv9-886q-p7xx)
20+
* Possible path traversal by use of the `doc` module [GHSA-cmgc-h4cx-3v43](https://github.com/Icinga/icingaweb2/security/advisories/GHSA-cmgc-h4cx-3v43)
21+
722
### What's New in Version 2.7.4
823

924
**Notice**: This is a security release. It is recommended to immediately upgrade to this release.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.7.4
1+
v2.7.5

library/Icinga/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class Version
1010
{
11-
const VERSION = '2.7.4';
11+
const VERSION = '2.7.5';
1212

1313
/**
1414
* Get the version of this instance of Icinga Web 2

modules/doc/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Module: doc
2-
Version: 2.7.4
2+
Version: 2.7.5
33
Description: Documentation module
44
Extracts, shows and exports documentation for Icinga Web 2 and its modules.

modules/migrate/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: migrate
2-
Version: 2.7.4
2+
Version: 2.7.5
33
Description: Migrate module
44
This module was introduced with the domain-aware authentication feature in version 2.5.0.
55
It helps you migrating users and user configurations according to a given domain.

modules/monitoring/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: monitoring
2-
Version: 2.7.4
2+
Version: 2.7.5
33
Description: Icinga monitoring module
44
This is the core module for most Icingaweb users. It provides an
55
abstraction layer for various Icinga data backends.

modules/setup/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: setup
2-
Version: 2.7.4
2+
Version: 2.7.5
33
Description: Setup module
44
Web based wizard for setting up Icinga Web 2 and its modules.
55
This includes the data backends (e.g. relational database, LDAP),

modules/test/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: test
2-
Version: 2.7.4
2+
Version: 2.7.5
33
Description: Translation module
44
This module allows developers to run (unit) tests against Icinga Web 2 and
55
any of its modules. Usually you do not need to enable this.

modules/translation/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: translation
2-
Version: 2.7.4
2+
Version: 2.7.5
33
Description: Translation module
44
This module allows developers and translators to translate Icinga Web 2 and
55
its modules for multiple languages. You do not need this module to run an

0 commit comments

Comments
 (0)