mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #2501] XSS/Code-Injecting in the logs #1610
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1610
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @felix-d1strict on GitHub (Apr 23, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2501
Hello,
I just looked in the logs and so also found that the input of users (for example in the username on a failed login) is not filtered. This makes it possible to inject malicious code into the administration interface.
A sample input in the login-form:
Username:
<script>alert("Uh-oh. This content should not be executed here.");</script>Some Password.
Thank you very much and best regards,
Felix
PS: It would be good to have a security policy here in the repo so that people know how we (users) can report security vulnerabilities.
@tonioo commented on GitHub (Apr 27, 2022):
@felix-d1Thank you for reporting this and you're right, we need a security policy.