We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
版本信息:V2.7.3 安全影响:申请单据详情页面评论处存在存储型XSS,攻击者可通过该漏洞诱导系统用户访问第三方页面进而窃取用户敏感信息 复现过程: 1.模拟POST请求,/api/ticket/remark/ 创建评论接口,传入content内容为:”XSS POC“等a标签带链接
2.点击对应评论的a标签,即可跳转对应的页面
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本信息:V2.7.3
安全影响:申请单据详情页面评论处存在存储型XSS,攻击者可通过该漏洞诱导系统用户访问第三方页面进而窃取用户敏感信息
复现过程:
1.模拟POST请求,/api/ticket/remark/ 创建评论接口,传入content内容为:”XSS POC“等a标签带链接
2.点击对应评论的a标签,即可跳转对应的页面
The text was updated successfully, but these errors were encountered: