This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 975
[Security Issue] Address Bar Spoofing #2723
Comments
cc: @diracdeltas |
repro'ed; thanks for the report. we should start a bug bounty program for issues like this. |
Glad that the reproduction steps were enough, @diracdeltas! If I may, I would recommend you to use Bugcrowd to host your BBP. Personally I use it to report vulnerabilities and is awesome. Kind regards. |
i have only used hackerone as a bug reporter myself; have heard good thoughts about bugcrowd too |
This was referenced Jul 29, 2016
This was referenced Aug 2, 2016
This was referenced Aug 3, 2016
diracdeltas
added a commit
that referenced
this issue
Sep 10, 2016
…d page Fix #3851 Add regression test for #2723 Auditors: @bridiver Test Plan: open bankofamerica.com in a tab put http://bayden.com/test/redir/goscript.aspx in the urlbar and hit enter verify that the URL bar still says bankofamerica.com
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
It's possible to spoof the URL that is shown in the address bar by opening a new window and writing to it using
document.write
.Expected behavior:
The browser to show the real location instead of the spoofed one.
Platform (Win7, 8, 10? macOS? Linux distro?):
Ubuntu 16.04 LTS
Brave Version:
Steps to reproduce:
1. Place this code into an
.html
file in your server:Screenshot if needed:
Any related issues:
Same bug in Chrome for Android
Kind regards.
The text was updated successfully, but these errors were encountered: