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

Links can be XSS payloads #314

Open
ggisz opened this issue Jan 20, 2022 · 0 comments
Open

Links can be XSS payloads #314

ggisz opened this issue Jan 20, 2022 · 0 comments

Comments

@ggisz
Copy link

ggisz commented Jan 20, 2022

Due to unvalidated input, the links can contain XSS payloads.

To reproduce:

  1. Mark something as a link
  2. Enter javascript:alert(1)
  3. Apply the link

If you click it the XSS payload will now execute under the context of the domain.

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