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

Blog CMS V1.0 feedback have a xss vulnerability #4

Open
alixiaowei opened this issue Sep 26, 2019 · 1 comment
Open

Blog CMS V1.0 feedback have a xss vulnerability #4

alixiaowei opened this issue Sep 26, 2019 · 1 comment

Comments

@alixiaowei
Copy link

alixiaowei commented Sep 26, 2019

未进行过滤以及实体化用户输入的内容
有效负荷:

<script>alert/xss/)</script>

文件名:blog/src/main/java/com/xuzijia/admin/blog/controller/ CommentAdminController.java
代码:

1

结果:

3

2

利用代码
exp代码如下:在后台评论管理处回复<script>alert(/xss/)<script>
点击提交后在查看对话中可以看到弹框

@xuzijia xuzijia pinned this issue Oct 16, 2019
@xuzijia
Copy link
Owner

xuzijia commented Oct 16, 2019

@alixiaowei Hello, the bug has been fixed in the latest code submission. Thanks for your reminding
For details, please click on the specific fix code:
4feab52

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

2 participants