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

There are two stored XSS vulnerability #27

Open
m4yfly opened this issue Jun 14, 2019 · 0 comments
Open

There are two stored XSS vulnerability #27

m4yfly opened this issue Jun 14, 2019 · 0 comments

Comments

@m4yfly
Copy link

m4yfly commented Jun 14, 2019

A xss vulnerability was discovered in mblog.
In mblog3.5, stored XSS exists via the /post/editing value parameter, which allows remote attackers to inject arbitrary web script or HTML.
poc

xss payload:
<img src=x onerror=alert(1)>

image

image

Another stored XSS exists via the /settings/profile value parameter, which allows remote attackers to inject arbitrary web script or HTML.

poc

xss payload:
<img src=x onerror=alert(1)>

image

image

image

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

No branches or pull requests

1 participant