New issue
Advanced search Search tips

Issue 691401 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: Bug-Security
Team-Security-UX



Sign in to add a comment

Security: Developer console logs passwords fields in clear text.

Reported by amitsing...@gmail.com, Feb 12 2017

Issue description

VULNERABILITY DETAILS
Chrome developer console logs the password fields in clear text. This creates a security risk and makes it easier to steal passwords. 

e.g. attacker can open on the developer console, enable preserve log, detach and minimize the console window. Now attacker can invite victim to login to a secured site. Once the victim is done, attacker can go to the network tab and get the password. 


Possible Solution:

One possible solution is to log the password fields using the public key of website being visited. If the website is using http itself, then it's okay to log the password as clear text. This will save end users from stealing their passwords and at the same time let real developer find the clear text in developer console in their dev/test environments (if need be)

VERSION
All




 
Components: Platform>DevTools>Security
Personally, I feel if you can trick other users to log in on your computer, much worse things can happen. But never the less +DevTools>Security component label to help triage this issue.
Status: WontFix (was: Unconfirmed)
Thanks for the report. However, this is a physically local attack, and thus it is not within Chrome's threat model. As #1 says, if an attacker has physical access to your machine, there is basically nothing Chrome can do to stop them. See https://www.chromium.org/Home/chromium-security/security-faq#TOC-What-about-unmasking-of-passwords-with-the-developer-tools-
I think it's the ease with which one can do this makes it a vulnerability and that too on victims computer. As an experiment, I tried to trick my friends (technical guys) and they all fell for it and that too on their computers. Once I told them, everybody mostly agree that this should be handled better. 
Project Member

Comment 4 by sheriffbot@chromium.org, May 22 2017

Labels: -Restrict-View-SecurityTeam allpublic
This bug has been closed for more than 14 weeks. Removing security view restrictions.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment