XSS Exploit?

SageSaga

SageSaga#5065
Aug 30, 2020
45
23
Someone seems to be able to post a news on my CMS, mentioning that there is a XSS exploit which I have no idea how to handle due to it being HTML language, can anyone render any help?
 

Shxrty

Shorty#1960
Mar 31, 2018
629
163
Only thing i can think of doing is in your index.php in your wwwroot of your cms is to add this into it.

Code:
ini_set('session.cookie_domain', '.hotelurl.pw' );

I believe this will fix your issue.
 

Users who are viewing this thread

Top