Commit ce846c8
committed
Fix stored XSS in Calendar name (CVE-2023-24690)
Add strip_tags() sanitization when creating new calendars to prevent
XSS payloads from being stored in the database.
This is part of CVE-2023-24690 which covers multiple XSS vulnerabilities:
- Calendar Name XSS (fixed here)
- Group Name XSS (fixed in PR #7675)
- Group Description XSS (fixed in PR #7675)
Fixes #64441 parent eea41e5 commit ce846c8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments