Skip to content

fix: XSS attack via next login parameter.#730

Merged
bugy merged 1 commit into
bugy:masterfrom
yog27ray:master
Jan 23, 2024
Merged

fix: XSS attack via next login parameter.#730
bugy merged 1 commit into
bugy:masterfrom
yog27ray:master

Conversation

@yog27ray

Copy link
Copy Markdown
Contributor

Vulnerable Parameter:
?next=

Payload Used:
javascript:prompt(document.domain);//

Steps to Reproduce the Bug:

  1. Visit http://server.url/login.html?next=javascript:prompt(document.domain);//
  2. Click on the "Sign in with Google" button.
  3. Login into your Account.
  4. XSS will be triggered.

@bugy bugy left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@bugy bugy added this to the 1.19.0 milestone Jan 23, 2024
@bugy bugy merged commit 1d5e944 into bugy:master Jan 23, 2024
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

Successfully merging this pull request may close these issues.

2 participants