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

Filter the input fields to avoid XSS attacks #683

Open
jorikfon opened this issue Mar 21, 2024 · 2 comments
Open

Filter the input fields to avoid XSS attacks #683

jorikfon opened this issue Mar 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jorikfon
Copy link
Collaborator

После авторизации, отсутствует какая либо фильтрация ввода от пользователя, поэтому неоднократно можно воспроизвести там хранимый JavaScript код (XSS), который будет выполняться при каждом обращении пользователей к этой странице
Пример воспроизведения уязвимости:
Добавляем пользователя, ставим ему имя как <script>alert('XSS')</script>
После сохранения всплывает окно оповещения. Угроза в том, что подобным способом имеется возможность выкрасть cookie сессию администратора или изменять фронт енд элементы на самом сайте.

@jorikfon jorikfon added the enhancement New feature or request label Mar 21, 2024
@jorikfon
Copy link
Collaborator Author

Добавил в Extensions REST API, если проблем не будет можно будет во все добавить.

@jorikfon
Copy link
Collaborator Author

В Сотрудниках были проблемы с полем для ручной кастомизации, там нужны теги, убрал его из фильтрации.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant