New issue
Advanced search Search tips

Issue 817760 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: Bug-Security



Sign in to add a comment

Security: chrome.webRequest.onBeforeRequest in a Chrome extension exposes password in plain text when authenticating

Reported by saianude...@gmail.com, Mar 1 2018

Issue description

Steps to reproduce:
  1. Working example @https://github.com/anudeepsai/google-password-reveal
  2. Download the extension (in a sandbox preferably) and install the extension.  
  3. Steps to be followed in the github post

Browser/OS: Chrome Browser, Chromium with Ubuntu. I don't think this is version specific

 
Components: Platform>Extensions
Status: WontFix (was: Unconfirmed)
Yes, if you install an extension that intercepts your network traffic, you are granting it permission to intercept your network traffic. Network traffic often contains sensitive information.
Interestingly facebook actually implements encryption while sending sensitive information. The credentials are obfuscated. 

Almost every other website uses plain text for sending passwords. 
example : github.

But thanks for the update. I guess we've to keep this in mind while developing applications.
Summary: Security: chrome.webRequest.onBeforeRequest in a Chrome extension exposes password in plain text when authenticating (was: Security: Summary: chrome.webRequest.onBeforeRequest in a Chrome extension exposes password in plain text when authenticating)
For what it's worth, obfuscating the data during transit doesn't help much because a MITM could simply replace the client script code that performs the obfuscation. 
Project Member

Comment 4 by sheriffbot@chromium.org, Jun 7 2018

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