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 XSS and HTML injection on admin page. #1205

Closed
gh0st56 opened this issue Jun 5, 2020 · 1 comment
Closed

Possible XSS and HTML injection on admin page. #1205

gh0st56 opened this issue Jun 5, 2020 · 1 comment

Comments

@gh0st56
Copy link

gh0st56 commented Jun 5, 2020

Hello I think I found a vulnerability.

This vulnerability consists in a function called showAlert() in the administration panel of bludit,that when accessed in DOM, allows users define the text to be popped up in the message box. But this function dont have any sanatization and the user can inject any javascript and html code in the page

the payload used was: showAlert("<script>alert(1)</script>");

XSS Picture

The versions that i tested was the Bludit 3.x. I'll check the old ones for a more in deep report

Thank you.

https://github.com/gh0st56/bludit-DOM-xss

@gh0st56 gh0st56 closed this as completed Jun 5, 2020
@gh0st56 gh0st56 reopened this Jun 6, 2020
@dignajar
Copy link
Member

dignajar commented Jun 7, 2020

Hi, please search in the issue about this XSS, Bludit allows to the user to insert javascript code. regards

@dignajar dignajar closed this as completed Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants