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

Possible log injection opportunity in code #443

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

openrefactory
Copy link

In file: api_admin_socketio.py, there is a method that stores user-provided data into logs without validating the data. This allows an attacker to corrupt the log file structure (https://cwe.mitre.org/data/definitions/117.html).

User-provided data should be sanitized before it can be added to logs. It is unclear how the log data is used, or which part of the user input need to be logged. Therefore, no fix was suggested.

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

Successfully merging this pull request may close these issues.

1 participant