Describe the bug
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Pages" feature.
To Reproduce
Steps to reproduce the behavior:
Login into the Admin panel
Go to 'codoforum/admin/index.php?page=pages/pages'
Click Add Page
Insert Payload in 'Page Title':
'><details/open/ontoggle=confirm(document.domain)>
Click Save
Go to Page 'codoforum/admin/index.php?page=pages/pages'
XSS Alert Message
Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page
Screenshots
Add Pages
Xss Message
Desktop (please complete the following information):
OS: Windows
Browser: All
Version
The text was updated successfully, but these errors were encountered:
Describe the bug
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Pages" feature.
To Reproduce
Steps to reproduce the behavior:
'><details/open/ontoggle=confirm(document.domain)>
Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is reflected back to the page
Screenshots
Add Pages

Xss Message

Desktop (please complete the following information):
OS: Windows
Browser: All
Version
The text was updated successfully, but these errors were encountered: