You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example by visiting the page with URL path /'"/><script>alert(1)</script> the $_SERVER["PHP_SELF"] value will print the URL path unfiltered and allow cross-site-scripting (XSS).
The text was updated successfully, but these errors were encountered:
At least the following two lines are vulnerable to cross-site-scripting (XSS):
cms/cms/ctrls/imguploadcrop.php
Line 401 in 46378ac
cms/cms/ctrls/imguploadcrop.php
Line 414 in 46378ac
For example by visiting the page with URL path
/'"/><script>alert(1)</script>
the$_SERVER["PHP_SELF"]
value will print the URL path unfiltered and allow cross-site-scripting (XSS).The text was updated successfully, but these errors were encountered: