Skip to content
New issue

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

Security: Fix XSS in typeahead suggestions #214

Merged
1 commit merged into from
Aug 19, 2020
Merged

Conversation

pcworld
Copy link
Contributor

@pcworld pcworld commented Aug 18, 2020

Several places didn't escape user input in typeahead suggestions
(lecture and examinant names), allowing XSS.

This was exploitable by unauthenticated users: They could upload a
document with a new lecture/examinant name, the contained <script> would
then be run when an authenticated user (because the document has not yet
been validated) finds the document in autocompletion.

Several places didn't escape user input in typeahead suggestions
(lecture and examinant names), allowing XSS.

This was exploitable by unauthenticated users: They could upload a
document with a new lecture/examinant name, the contained <script> would
then be run when an authenticated user (because the document has not yet
been validated) finds the document in autocompletion.
@ghost ghost merged commit bab201e into fsmi:master Aug 19, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant