-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this Werk it was possible to create Hosts with arbitrary length. Since Checkmk stores information in files which paths contain the hostname these path could exceed the allowed length leading to various errors to an extend that rendered the usage of parts of the GUI useless. We found this vulnerability internally. <b>Affected Versions</b>: * 2.2.0 * 2.1.0 * 2.0.0 <b>Vulnerability Management</b>: We have rated the issue with a CVSS Score of 2.7 (Low) with the following CVSS vector: <tt>CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L</tt>. We assigned CVE-2023-23549 to this vulnerability. <b>Changes</b>: This Werk adds a maximum length of 253 characters for the hostname. CMK-15105 Change-Id: I4be4745ede4220d05f4ff01d51aa6252dc9a1b57
- Loading branch information
1 parent
666306b
commit ba2276b
Showing
3 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Title: Limit length of Hostname | ||
Class: security | ||
Compatible: compat | ||
Component: wato | ||
Date: 1699601325 | ||
Edition: cre | ||
Knowledge: undoc | ||
Level: 1 | ||
State: unknown | ||
Version: 2.2.0p15 | ||
|
||
Prior to this Werk it was possible to create Hosts with arbitrary length. | ||
Since Checkmk stores information in files which paths contain the hostname these path could exceed the allowed length leading to various errors to an extend that rendered the usage of parts of the GUI useless. | ||
|
||
We found this vulnerability internally. | ||
|
||
<b>Affected Versions</b>: | ||
LI: 2.2.0 | ||
LI: 2.1.0 | ||
LI: 2.0.0 | ||
|
||
<b>Vulnerability Management</b>: | ||
We have rated the issue with a CVSS Score of 2.7 (Low) with the following CVSS vector: | ||
<tt>CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L</tt>. | ||
We assigned CVE-2023-23549 to this vulnerability. | ||
|
||
<b>Changes</b>: | ||
This Werk adds a maximum length of 253 characters for the hostname. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters