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
jbootfly-bbs代码审计
项目介绍 bootFly 是一个由 Jboot + Fly 开发的论坛社区。 开源地址 https://gitee.com/fuhai/jbootfly 漏洞复现 用户名存储型xss 在注册用户时候,注册一个用户名为 >"'><script>alert('XSS')</script> 的用户成功后,登录前台直接将用户信息在前台展示。
从代码中可知,在注册用户添加用户名时,未进行XSS过滤
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jbootfly-bbs代码审计
项目介绍

bootFly 是一个由 Jboot + Fly 开发的论坛社区。
开源地址
https://gitee.com/fuhai/jbootfly
漏洞复现
用户名存储型xss
在注册用户时候,注册一个用户名为 >"'><script>alert('XSS')</script> 的用户成功后,登录前台直接将用户信息在前台展示。
从代码中可知,在注册用户添加用户名时,未进行XSS过滤
The text was updated successfully, but these errors were encountered: