New issue
Advanced search Search tips

Issue 643936 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: Bug-Security



Sign in to add a comment

Security: vulnerability in the system stored credentials

Reported by nico...@gmail.com, Sep 3 2016

Issue description

There is a very serious vulnerability in the system stored credentials that allows any attacker with access to the victim's browser, obtain the password stored in a site without knowing the a general system password.

DETAIL OF VULNERABILITY
When accessing a login page whose credentials are stored, the same is loaded in the document structure, being able to access very easily, for example, by placing a script in the address bar.

VERSION
Chrome Version: all.
Chromium Version: all.
Operating System: all.

REPRODUCTION CASE
1) Open the login page whose credentials are stored
2) Select inspect element to find the id of the input containing the password.
3) Place the script sieguiente in the address bar and press enter:
javascript:alert(document.getElementById("user_password").value);

Regards!
 

Comment 1 by wfh@chromium.org, Sep 3 2016

Labels: -Restrict-View-SecurityTeam
Status: WontFix (was: Unconfirmed)
https://www.chromium.org/Home/chromium-security/security-faq#TOC-What-about-unmasking-of-passwords-with-the-developer-tools-

Sign in to add a comment