Skip to content

Commit

Permalink
16990 SEC NagVis: Updated to 1.9.42 (fix security issues)
Browse files Browse the repository at this point in the history
NagVis has been updated to version 1.9.42.

This update fixes the following security issues:
- Fix various XSS issues (CVSS score: 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)
- Fix potential RCE
- Fix insecure password hashing algorithm for dedicated NagVis users (CVSS score 5.1 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)
- Fix leak of installation path in error messages
- Fix Make cookie hash comparison timing safe

Change-Id: I06f2bd7a955968a0c07d799d9b2aef5624cf32ff
  • Loading branch information
loocars authored and JonasScharpf committed Jul 15, 2024
1 parent 0bb38b2 commit 3b78272
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .werks/16990.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[//]: # (werk v2)
# NagVis: Updated to 1.9.42 (fix security issues)

key | value
---------- | ---
date | 2024-07-10T11:06:29+00:00
version | 2.3.0p10
class | security
edition | cre
component | packages
level | 1
compatible | yes

NagVis has been updated to version 1.9.42.

This update fixes the following security issues:
- Fix various XSS issues (CVSS score: 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H)
- Fix potential RCE
- Fix insecure password hashing algorithm for dedicated NagVis users (CVSS score 5.1 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N)
- Fix leak of installation path in error messages
- Fix Make cookie hash comparison timing safe

Binary file removed omd/packages/nagvis/nagvis-1.9.41.tar.gz
Binary file not shown.
Binary file added omd/packages/nagvis/nagvis-1.9.42.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion omd/packages/nagvis/nagvis.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAGVIS := nagvis
NAGVIS_VERS := 1.9.41
NAGVIS_VERS := 1.9.42
NAGVIS_DIR := $(NAGVIS)-$(NAGVIS_VERS)

NAGVIS_PATCHING := $(BUILD_HELPER_DIR)/$(NAGVIS_DIR)-patching
Expand Down

0 comments on commit 3b78272

Please sign in to comment.