New issue
Advanced search Search tips

Issue 888058 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 24
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Auto-filled passwords are visible in plain text if the input type of the text box is changed using dev tools.

Reported by kir...@gmail.com, Sep 21

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36

Steps to reproduce the problem:
1. Log in to a website and choose to have Chrome save your username and password.
2. Log out (or otherwise get back to login page). Chrome should auto-fill the username and password at this point.
3. Inspect the password textbox using dev tools and change the type from "password" to "text".
4. The saved password is now visible in plain text.

What is the expected behavior?
The saved passwords shouldn't be visible in plain text anywhere without first entering some kind of master password (either the user's google account password or the PC user's password).

What went wrong?
Chrome should either respect the autocomplete element (thus allowing developers to choose whether passwords can be saved) or not allow any auto-filled password fields to be modified via the dev tools.

Did this work before? No 

Chrome version: 68.0.3440.106  Channel: stable
OS Version: 10.0
Flash Version:
 
Components: -Platform>DevTools UI>Browser>Passwords
Not sure this statement holds: "The saved passwords shouldn't be visible in plain text anywhere without first entering some kind of master password"

At least Google login pages provide a toggle button (eye icon) next to the password field to reveal the password.

Could password filling/storage folks please take a look.
Labels: Needs-Milestone
Cc: vasi...@chromium.org
Status: WontFix (was: Unconfirmed)
This is how autofill works. Chrome reveals the password to the page after the user interacts with it. We have plans to support the mode when the credential is filled only after user manually selects it.

Sign in to add a comment