Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Tuesday January 22 2019, @03:42AM   Printer-friendly
from the yoink dept.

Submitted via IRC for Bytram

Websites Can Exploit Browser Extensions to Steal User Data

While web applications are bound by the Same Origin Policy (SOP) and cannot access data from other web applications unless mechanisms such as Cross-Origin Resource Sharing (CORS) are implemented into both, browser extensions are not subject to the same rule, meaning they can read and write data on web applications.

The extensions also have access to a broad range of sensitive user information, including browsing history, bookmarks, credentials (cookies) and list of installed extensions, and can download files and store them on the user’s device.

Browser extensions and web applications are executed in separate contexts, but they can interact by exchanging messages, regardless of the browser. This allows web applications to exploit extension privileged capabilities and steal sensitive user information, Dolière Francis Somé from the Université Côte d'Azur, Inria, France, says in a research paper (PDF).

The researcher analyzed the communication interfaces exposed to web applications by Chrome, Firefox, and Opera browser extensions and discovered that many of them can be exploited for access to privileged capabilities. 

“Through extensions’ APIs, web applications can bypass SOP and access user data on any other web application,” Somé explains.

“Our results demonstrate that the communications between browser extensions and web applications pose serious security and privacy threats to browsers, web applications and more importantly to users,” the researcher continues.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Tuesday January 22 2019, @09:26AM

    by Anonymous Coward on Tuesday January 22 2019, @09:26AM (#790002)

    How many of the spys were free software and how many proprietary?