Akstar New Member Aug 30, 2020 15 5 Feb 24, 2021 #1 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?
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?
calensi calensi#7138 Mar 31, 2018 556 134 Feb 24, 2021 #2 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. Upvote 0 Downvote
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.
R Raizer Member Feb 21, 2019 80 50 Feb 24, 2021 #3 On which CMS? and did they already tried to hack anything? Upvote 0 Downvote
calensi calensi#7138 Mar 31, 2018 556 134 Feb 24, 2021 #4 Raizer said: On which CMS? and did they already tried to hack anything? Click to expand... The CMS is uh You must be registered for see links Upvote 0 Downvote
Raizer said: On which CMS? and did they already tried to hack anything? Click to expand... The CMS is uh You must be registered for see links
Daltron Web Developer Aug 6, 2015 273 142 Mar 2, 2021 #5 What housekeeping are you running? Are there News Comments? Where are the other INSERT queries? Upvote 0 Downvote