Redirection vulnerability
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 803
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
Like in #367 but combined with XSS. CSP doesn't block it.
https://dweet.dwitter.net/id/13734 will redirect to Google
</script>
<script>
window.location.replace("http://www.google.com")
</script>
<script>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior at https://dweet.dwitter.net/id/13734 using the payload in this issue, and read issue #367 for the related context. Trace how the submitted demo content is rendered and redirected; done means the payload cannot execute or send the page to Google.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100