-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17094 SEC Fix XSS on SAML login screen
Escape links on the saml2 login error message, which is passed via the URL CMK-18240 Change-Id: Id3903d8bb13c28ae59d03b5ccc68c4cba2c27bfb
- Loading branch information
1 parent
371de1d
commit b765e39
Showing
2 changed files
with
32 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,28 @@ | ||
[//]: # (werk v2) | ||
# Fix XSS on SAML login screen | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-09-05T15:23:53+00:00 | ||
version | 2.3.0p16 | ||
class | security | ||
edition | cee | ||
component | wato | ||
level | 1 | ||
compatible | yes | ||
|
||
Prior to Werk, attackers could craft URLs that rendered clickable HTML links in the error box on the SAML login page. | ||
This could facilitate phishing attacks by tricking users into clicking malicious links. | ||
|
||
Links in the error message are now escaped and no longer clickable. | ||
|
||
This issue was identified during internal review. | ||
|
||
*Affected Versions*: | ||
|
||
* 2.3.0 | ||
* 2.2.0 | ||
|
||
*Vulnerability Management*: | ||
|
||
We have rated the issue with a CVSS Score of 5.1 Medium (`CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N`) and assigned `CVE-2024-38860`. |
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