Giter VIP home page Giter VIP logo

Comments (15)

t3dotgg avatar t3dotgg commented on July 28, 2024 8

Hey guys! Fun fact. When your extension gets taken down due to a bullshit DMCA notice, it's possible for others to somehow push updates.

I am in contact with Google and will be putting up an official press release tonight. This is absolutely maddening and I'm so sorry guys.

from chrometana.

t3dotgg avatar t3dotgg commented on July 28, 2024 5

Update has been shipped. I'm closing this for now, but please don't hesitate to contact me with anything at all

from chrometana.

The-MAZZTer avatar The-MAZZTer commented on July 28, 2024 3

I can confirm. Either the author of the extension sold out his users, or his Google account was compromised.

Report the extension here if you have experienced this issue: https://chrome.google.com/webstore/report/kaicbfmipfpfpjmlbpejaoaflfdnabnc?utm_source=chrome-remove-extension-dialog

The script being injected is alert10.js in the extension root folder. I assume it's just a drop-in.

The code does not seem to have been uploaded to github.

from chrometana.

echthesia avatar echthesia commented on July 28, 2024 3

Thanks! Oh, and by the way, EdgeDeflector allows us to use Chrome with Cortana, so the extension has a purpose again. Yay!

from chrometana.

t3dotgg avatar t3dotgg commented on July 28, 2024 3

Update shipping soon

http://chrometana.theo.li/2017/06/google-account-compromised-malware-shipped-chrometana-1-1-3/

from chrometana.

echthesia avatar echthesia commented on July 28, 2024 2

The problem is that Google has literally no customer support , other than specialized departments like the Pixel. I once had someone already have a Google account with my email and nobody could help me get it removed.

from chrometana.

The-MAZZTer avatar The-MAZZTer commented on July 28, 2024 1

Here's the entire extension source as it exists on the Web Store as of this writing.

https://www.dropbox.com/s/5l9prxit0y3ue7s/Chrometana%201.1.3%20%28ONLY%20FOR%20ANALYSIS%20MAY%20CONTAIN%20SPYWARE%20DO%20NOT%20INSTALL%20INTO%20CHROME%29.zip?dl=0

I looked at the manifest file. It looks like it may contain a workaround to prevent Google from automatically catching it.

"content_scripts": [ {
  "js": [ "alert10.js" ],
  "matches": [ "\u003Call_urls>" ],
  "run_at": "document_start"
} ],

I assume \u003C is the unicode code for < which ultimately makes a match string of "<all_urls>" which causes this script to be injected into every page you visit.

I do lots of JS coding for a living so I figured my own analysis of the script might be useful.

First of all, it looks like most of the file from the start is an md5 JS library that was dropped in, including comments and code that is for Internet Explorer specifically. However it appears to not be used at all. Maybe it was included so if someone opened the file in Chrome's Dev Tools or a text editor they would not see anything interesting happening right away?

Line 193 appears to be where the author's code starts. When I break it down it appears to do the following:

  1. Check the current page to see if it's a "keeper" page (I think this is a page on the site the user is ultimately redirected to).
  2. Use a cookie called "_alert" to track the last time we showed a popup to the user. Only if it has been more than 10 seconds AND the current page is not a "keeper" page do we show a new alert.
  3. Show a yes/no popup dialog with the message "Your computer is infected. You have to check it with antivirus.". However, show it in the user's native language if the user's language is Spanish, Italian, French, Portuguese, German, Russian, or Greek.
  4. If the user clicks yes, redirect the current page to http : // chromeupdates . top / tds . php ? subid = ce Otherwise redirect the page to https : // chromeupdates . top / s . html (I DO NOT RECOMMEND VISITING THESE PAGES I DON'T KNOW WHAT IS ON THEM)

from chrometana.

chr0n1x avatar chr0n1x commented on July 28, 2024

@The-MAZZTer can you gist alert10.js so we can take a look @ it?

from chrometana.

Wazbat avatar Wazbat commented on July 28, 2024

Damn. It's scary to see something so trusted turn into this

from chrometana.

rossinimartins2 avatar rossinimartins2 commented on July 28, 2024

Confirmed, happens here too.

Chrometana version 1.1.3 via Download Chrome Extension on Opera 45.

from chrometana.

echthesia avatar echthesia commented on July 28, 2024

I will mention that this is the exact same thing that happened to Infinity New Tab, complete with the same wording, a month or two ago, so it's probably a compromised account.

from chrometana.

t3dotgg avatar t3dotgg commented on July 28, 2024

Google is not responsive and I have no idea how any of this happened. I'm shipping an update momentarily. If anyone has advice on how to get ahold of Google and fix/prevent garbage like this please let me know

from chrometana.

MissPotato avatar MissPotato commented on July 28, 2024

I'll be running the necessary test to hopefully insure that my PC is clean, however could we get a statement about the malwares' effect on end users who may not be able to read the code?

from chrometana.

t3dotgg avatar t3dotgg commented on July 28, 2024

@MissPotato , the "malware" included was a small javascript pop-up. That pop-up could bring you to a website with worse viruses.

If you did not download anything from a suspicious webpage, you're fine.

from chrometana.

MissPotato avatar MissPotato commented on July 28, 2024

@theobr , thanks for the statement! I tend to avoid downloading things from sites I don't use.

from chrometana.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.