Closed
Bug 1338575
Opened 9 years ago
Closed 7 years ago
Firefox uri scheme may allow open redirection vulnerability to occur in many website
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: saifmega, Unassigned)
Details
(Keywords: csectype-spoof, sec-low)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Steps to reproduce:
1) open safari
2) go to firefox://example.com/?url=http://www.mozilla.org/
Actual results:
went to http://www.mozilla.org/
Expected results:
An error message should appear
to go to url you must use this way and only this way firefox://open-url?url=
as written in https://github.com/mozilla-mobile/firefox-ios-open-in-client
but firefox://whateverIwant?url isn't a nice way to redirect users
it may cause a lot of open redirection issues which is a security issue used for phishing and more
Updated•9 years ago
|
Keywords: csectype-spoof,
sec-low
| Reporter | ||
Comment 1•9 years ago
|
||
It can be used for spoof but that's not what I meant
This bug can bypass a lot of open redirection filters
Which may be used for phishing and in some cases information disclosure
example:
http://example.com/ using an internal redirect to itself at url parameter
http://example.com/?url=http://example.com/home
that gonna redirect users to http://example.com/home
example.com filtering out any domain name other than example.com
http://example.com/?url=http://EvilHacker.com/
that gonna get an error
example.com ignored filtering out protocol part (uri scheme part) forget to restrict the redirects to http and https
http://example.com/?url=firefox://example.com?url=http://EvilHacker.com/
example.com thinks that firefox://example.com is an internal domain
that gonna redirect to firefox://example.com?url=http://EvilHacker.com/
then firefox redirects to http://EvilHacker.com/
example.com's security finally bypassed! in ios firefox browser
I hope that increases the impact clarity
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•9 years ago
|
||
NOT duplicated to 1297353 this is a different issue!!
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Reporter | ||
Comment 4•9 years ago
|
||
updates?!!
I can't reproduce this. Checking for QA confirmation, then close if also no repro
Flags: needinfo?(catalin.suciu)
Comment 6•7 years ago
|
||
I can't reproduce this issue either.
In my case, going to firefox://example.com/?url=http://www.mozilla.org/ in Safari, prompts to "Open in Firefox". Tapping on "Open", opens Firefox to the about:home page without opening any URL.
Flags: needinfo?(catalin.suciu)
Status: REOPENED → RESOLVED
Closed: 9 years ago → 7 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Group: firefox-core-security → mobile-core-security
Updated•6 years ago
|
Group: mobile-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•