Skip to content

Palant & etc - List of known problematic browser extensions

License

Notifications You must be signed in to change notification settings

nicoleahmed/malicious-extensions-list

 
 

Repository files navigation

Malicious Chrome / Edge browser extensions

Despite browser safety mechanisms, extension "review" by browser companies and antivirus software, members of the public are at risk from seemlingly innocent extensions. These extensions will offer many services such as pdf functions, translation, games, and AI functions ( chatGPT etc). Wladimir Palant has been the torch bearer on uncovering extensions that use obfuscated code, request inappropriate permissions, send user data to remote servers, using redirects and change browser behaviours. Google has often taken a while to respond to reports, and even when extensions are delisted from the Chrome Store they may remain on users' computers for months. Bad actors will often replicate existing extensions or purchase up and coming extensions - so functionality of extensions is usually there, the malicious code sits behind this. So it falls on users to check their browsers for malicious extensions.

Other tips include:

  • use as few extensions as possible
  • use extensions which are approved in reputable security forums
  • chrome webstore reviews and install counts cannot be relied upon - much like amazon, these are now bought and sold and meaningless
  • ignore the featured extensions badge in Chrome Store as these do not correlate with safety
  • prefer popular and well maintained open source extensions and check that the releases match (e.g. check github and chrome store versions are the same - see here for why)
  • consider installing directly from popular and well maintained open source downloads ( load unpacked extensions in developer mode )
  • compare to the Mozilla Recommended Extensions program (this is better maintained and reviewed much quicker than for Chrome)
  • check privacy policies (though malicious actors will straight up lie in these)
  • check permissions for extensions (again hard to differentiate between good and bad actors, some extensions require extensive permissions for their tasks but should request these as needed - it's more obvious when a simple extension is requesting many more permissions than usual).
  • consider running extension updates on your own cycle. This will allow you to check that all your extensions continue to be managed by good actors and gives you a chance to check that code continues to be open source.
  • consider using firewalls / hosts files / pi-hole etc to block malicious traffic
  • use a good adblocker (I use UBO and consider using a blocker for your search engine (like ublacklist)

Here I am pulling together a couple of repositories and some web sources to produce a list of malicious extensions. I will also provide cmd and powershell commands for environments where you cannot run Palant's check-extensions utility.This powershell utility for scanning extensions against internet csv files looks useful so will try to alter this. (also a bash script for mac os and another)

A principle I will stick to is - once a developer has used malicious code, even if Google says they won't again - I won't trust them. So extension IDs will remain on this list. Unless evidence of an exploit, recovery and learning is shown by developer.

This is for my own personal use but you are welcome to use it too.

Windows folders

Chrome extension folders can be found here: %Localappdata%\Google\Chrome\User Data\Default\Extensions Brave %Localappdata%\BraveSoftware\Brave-Browser\User Data\Default\Extensions Edge %Localappdata%\Microsoft\Edge\User Data\Default\Extensions

Mac OS Folders

Chrome ~/Library/Application Support/Google/Chrome/Default/Extensions Brave ~/Library//Application Support/BraveSoftware/Brave-Browser-Beta/Default/Extensions/

Potentially malicious browser extensions

Palant has severak articles on potentially malicious browser extensions in the Google Chrome Web Store [1] [2] [3]. As the lists of affected extension IDs are getting long and difficult to keep track of, he decided to add them to his repository (see list.txt). Note: Some extensions listed are no longer available via Chrome Web Store. If they were installed prior to removal however, they often remain installed.

Using check-extensions utility

Instead of checking extension IDs against the list manually, you can also download the check-extensions utility. When run without parameters, it will try locating all browser profiles of Chrome and Chromium-based browsers under your user account. A list of browser profiles to check can also be given explicitly as command line parameters.

List of sources

Site Page Lists
Palant ---- ----
MaloryBowes Github CSV
RandomAccess3 Github CSV
McAfee Cookie stuffing, Netflix Imposters Pages
Adguard Stenography, Cookie stuffing Gist
GoSecure [Fake Reviews](https://www.gosecure.net/blog/2022/02/10/
malicious-chrome-browser-extension-exposed-chromeback-leverages-silent-extension-loading/) Spreadsheet
Symantec Cryptojacking Page

About

Palant & etc - List of known problematic browser extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 56.5%
  • Shell 23.7%
  • Python 19.8%