We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The download.php file only checks that the user is logged in - as a real user or a guest.
There are no authorisation and authentication check in the file.
As a result, anybody who can log in as a guest on the site can visit addresses like
https://server.url/moodle/local/edwiserreports/download.php?type=csv&block=inactiveusersblock&filter=weekly&cohortid=0®ion=block
and obtain sensitive personal user data.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The download.php file only checks that the user is logged in - as a real user or a guest.
There are no authorisation and authentication check in the file.
As a result, anybody who can log in as a guest on the site can visit addresses like
https://server.url/moodle/local/edwiserreports/download.php?type=csv&block=inactiveusersblock&filter=weekly&cohortid=0®ion=block
and obtain sensitive personal user data.
The text was updated successfully, but these errors were encountered: