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 in JavaQuarkBBS #23

Open
hhh7ox opened this issue Dec 28, 2021 · 0 comments
Open

There are two stored XSS in JavaQuarkBBS #23

hhh7ox opened this issue Dec 28, 2021 · 0 comments

Comments

@hhh7ox
Copy link

hhh7ox commented Dec 28, 2021

【Vulnerability Description】
There is a Cross Site Scripting attack (XSS) vulnerability in the full version of JavaQuarkBBS. By entering specific statements into the background tag management module, the attack statement will be stored in the database, and the next victim will be attacked when he accesses the tag module.

【Vulnerability Type】
Cross Site Scripting (XSS)

【Affected Version】
<=v2

【Vulnerability Verification】
Find the Background Label Management module, select the new location and enter
<script>alert(“标签管理名称”)<script>
1

<script>alert(“标签详情”)<script>
2

【Repair Suggestions】
Strict filtering of user input data

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