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 There exists XSS in multiple views as it insecurely utilizes $_REQUEST['PHP_SELF'], that is without applying any proper filtration
$_REQUEST['PHP_SELF']
All the view files available under /web/skins/classic/views/ are vulnerable, expect few listed below.
/web/skins/classic/views/blank.php /web/skins/classic/views/error.php /web/skins/classic/views/event.php /web/skins/classic/views/events.php /web/skins/classic/views/image-ffmpeg.php /web/skins/classic/views/_monitor_filters.php /web/skins/classic/views/_monitor_source_nvsocket.php /web/skins/classic/views/optionhelp.php /web/skins/classic/views/plugin.php /web/skins/classic/views/postlogin.php /web/skins/classic/views/status.php /web/skins/classic/views/timeline.php /web/skins/classic/views/version.php /web/skins/classic/views/watch.php
To Reproduce Affected URL : http://localhost/zm/index.php/${injectionpoint}$?view=ANYVIEWNAME
Payload used - </script>"><img src=x onerror-prompt('1');>
</script>"><img src=x onerror-prompt('1');>
Expected behavior
Debug Logs
None
The text was updated successfully, but these errors were encountered:
99f1e23
No branches or pull requests
Describe Your Environment
Describe the bug
There exists XSS in multiple views as it insecurely utilizes
$_REQUEST['PHP_SELF'], that is without applying any proper filtrationAll the view files available under /web/skins/classic/views/ are vulnerable, expect few listed below.
/web/skins/classic/views/blank.php
/web/skins/classic/views/error.php
/web/skins/classic/views/event.php
/web/skins/classic/views/events.php
/web/skins/classic/views/image-ffmpeg.php
/web/skins/classic/views/_monitor_filters.php
/web/skins/classic/views/_monitor_source_nvsocket.php
/web/skins/classic/views/optionhelp.php
/web/skins/classic/views/plugin.php
/web/skins/classic/views/postlogin.php
/web/skins/classic/views/status.php
/web/skins/classic/views/timeline.php
/web/skins/classic/views/version.php
/web/skins/classic/views/watch.php
To Reproduce
Affected URL :
http://localhost/zm/index.php/${injectionpoint}$?view=ANYVIEWNAME
Payload used -
</script>"><img src=x onerror-prompt('1');>Expected behavior
Debug Logs
The text was updated successfully, but these errors were encountered: