IDN spoofing: should use unicode confusables list to check any IDN domain against alexa top 10000 like chromium
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
People
(Reporter: avkovaleff, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: parity-chrome, reporter-external, sec-want, Whiteboard: [reporter-external] [client-bounty-form] [verif?][snt-scrubbed][search-parity])
Attachments
(1 file)
3.38 KB,
image/png
|
Details |
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Reporter | ||
Comment 11•7 years ago
|
||
Reporter | ||
Comment 12•7 years ago
|
||
Reporter | ||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Reporter | ||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Reporter | ||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 19•7 years ago
|
||
Updated•7 years ago
|
Updated•5 years ago
|
Comment 34•3 years ago
|
||
I have a really good suggestion for a partial solution.
In the address bar, the characters that can be used to spoof / confuse a user, should be displayed with a distinct font / color.
E.g. any character > ASCII 127 gets this display style (or a hand picked set of characters).
So for example, https://google.com/ would look normal in the address bar, whereas https://góogle.com/ would display the ó character e.g. in a bold italic font, and with a significantly different color than the default color, maybe even a font size difference. This would make it very easy for a user to see that something is amiss.
It'll take just a few minutes to implement.
The idea of checking for the top 10,000 sites on alexa is terrible. It means all the sites on the Internet, except the top 10,000, are deemed not to be important, and are easily spoofed. A site with 100 users can also be an important site.
Updated•3 years ago
|
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Updated•2 years ago
|
Updated•2 years ago
|
If we're going to implement something similar, here's the chromium code for reference:
https://github.com/chromium/chromium/tree/ce69d5ad5bbbb8c9ae35500c68a7920740b4241a/components/url_formatter/spoof_checks/top_domains
Updated•1 year ago
|
Comment 39•11 months ago
•
|
||
This bug should handle Latin lookalikes that Bug 1885096 did not address.
Description
•