-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malware? #1
Comments
Actually, I've never read the code, but since you highlight the CursedChrome... What Grass does is share your internet connection (to collect information for AI, according to their statement) with their server. It's possible (and reasonable by some means) that they could use your device as an HTTP proxy to achieve that. The (might) malicious part is that CursedChrome may connect to your local network, and if you install it on a company computer, the request will be sent from a trusted computer. Also, the host_permissions is "<all_urls>", which might mean that Grass has access to all host data, such as cookies, webRequest, and tabs (but there are some that it can not access). It may have too many permissions, although it has to have so many permissions to do its work. I suggest reading the whole code by yourself and doing the same to the latest version of the extension. For myself, I only install unknown extensions on an isolated browser. |
To Whom it may concern:
The script can modify HTTP request headers using the Logs generated within the script, including potentially sensitive data, can be sent to a remote server using the Trust and Intent: Whether the script actually does this depends on the intent of the developers and the specific configuration of the Grass extension. If the app is designed and implemented with malicious intent, it could be used to steal sensitive data. |
Hi @scientgg awesome analysis, might want to checkout https://github.com/security-chad/extension-analysis , it seems like |
Hi @SunsetMkt
Check this
getgrass.io-extension/background.js
Line 917 in adb7996
It seems like this https://github.com/mandatoryprogrammer/CursedChrome
So grass is malware?!
The text was updated successfully, but these errors were encountered: