-
Notifications
You must be signed in to change notification settings - Fork 971
Don't allow hidden fields to be populated with autofill data to avoid autofill phishing #6558
Comments
this has some usability cost, but i think ideally we would not autofill until the field is manually focused by the user (not by javascript). @darkdh could you look into this? |
Bumping back to 0.13.2 for now (just since there are so many items stacked up)- but definitely welcome in 0.13.1 if finished early 😄 |
Sure. I will take it |
per discussion with @diracdeltas and @bridiver , our possible solutions are
(1) might be too annoying for users to fill normal forms We came to decision of (2) would be better among these 3. @bradleyrichter , we might need some inputs from you. cc @diracdeltas , @bridiver for adding what I might missed |
removing |
We re-discussed and decided |
#6558 (comment) |
@NejcZdovc , no because this one requires different fix |
fix #6558 Auditors: @bridiver, @diracdeltas, @bbondy Test Plan: 1. Make sure you have autofill profile in about:autofill 2. Go to https://anttiviljami.github.io/browser-autofill-phishing/ 3. Click name field to trigger autofill 4. Select one suggestion 5. There will be a dialog informs users the values about to auotfill 6. If user click ok, the values will be filled. If user click cancel, no values will be filled.
fix #6558 Auditors: @bridiver, @diracdeltas, @bbondy Test Plan: 1. Make sure you have autofill profile in about:autofill 2. Go to https://anttiviljami.github.io/browser-autofill-phishing/ 3. Click name field to trigger autofill 4. Select one suggestion 5. There will be a dialog informs users the values about to auotfill 6. If user click ok, the values will be filled. If user click cancel, no values will be filled.
@jumde do you have a link to this in brave-core? I can't find a matching issue |
@bsclifton, that is for password manager autofill when page load which is
completely different than this issue.
On Sat, Sep 1, 2018 at 00:24 Brian Clifton ***@***.***> wrote:
@jumde <https://github.com/jumde> do you have a link to this in brave-core
<https://github.com/brave/brave-browser>? I can't find a matching issue
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6558 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKzlD4RI5uB6YX0LMmJtIbaAxcgZH5ggks5uWjYbgaJpZM4Lcyzf>
.
--
Sent from Gmail Mobile
|
@darkdh @bsclifton this is a problem in |
In |
Test plan
#12835 (comment)
Did you search for similar issues before submitting this one?
yes
Describe the issue you encountered:
If you use autofill data to fill in a form with hidden fields, they get populated either.
This is a security risk since unaware users can give their information to a malicious website.
Expected behavior:
We shouldn't autofill data for any type of hidden fields
Platform (Win7, 8, 10? macOS? Linux distro?): n/a
Brave Version (revision SHA): n/a
Steps to reproduce:
Screenshot if needed:
(Originaly from this site)
/cc @diracdeltas
The text was updated successfully, but these errors were encountered: