Skip to content

XSS vulnerability fix (powered by Mobb)#293

Open
anatolimobb wants to merge 1 commit intomainfrom
Mobb-fix-b30cfd36c2
Open

XSS vulnerability fix (powered by Mobb)#293
anatolimobb wants to merge 1 commit intomainfrom
Mobb-fix-b30cfd36c2

Conversation

@anatolimobb
Copy link
Owner

This change fixes a medium severity (🟡) XSS issue reported by Checkmarx.

Issue description

Cross-Site Scripting (XSS) allows attackers to inject malicious scripts into web pages viewed by other users. This can lead to theft of session cookies, redirection to malicious websites, or defacement of the webpage.

Fix instructions

Implement input validation and output encoding. This includes sanitizing user input and escaping special characters to prevent execution of injected scripts.

More info and fix customization are available in the Mobb platform

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