SageSaga SageSaga#5065 Aug 30, 2020 45 23 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?
Shxrty Shorty#1960 Mar 31, 2018 629 163 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 Active Member Feb 21, 2019 145 76 Feb 24, 2021 #3 On which CMS? and did they already tried to hack anything? Upvote 0 Downvote
Shxrty Shorty#1960 Mar 31, 2018 629 163 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 283 154 Mar 2, 2021 #5 What housekeeping are you running? Are there News Comments? Where are the other INSERT queries? Upvote 0 Downvote