Skip to content
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

Windows found zen like a virus #718

Closed
1 task
pedrohmirandadev opened this issue Aug 26, 2024 · 28 comments
Closed
1 task

Windows found zen like a virus #718

pedrohmirandadev opened this issue Aug 26, 2024 · 28 comments

Comments

@pedrohmirandadev
Copy link

What happened?

Windows reporting trojan when installed zen

Reproducible?

  • I have checked that this issue cannot be reproduced on Mozilla Firefox.

Version

1.0.0

Severity impact

Critical

What platform are you seeing the problem on?

Windows

Relevant log output

Windows reporting trojan when installed zen
@AceiusIO
Copy link

I assume this is because Zen's binaries aren't signed yet, not because of a critical security vulnerability

@geekyBoogiepop
Copy link

Here's additional info from Windows Defender:
image

@wisplite
Copy link

wisplite commented Aug 26, 2024

Yeah, I've been using Zen for about a month and this just started happening. The zen.exe file is completely gone from my computer and trying to launch from the shortcut results in a potential virus error.

Something happened in the latest update, I'm not sure what happened. For now I'm switching back to Firefox because I can't afford to have a browser die on me randomly like this. Even cleanly reinstalling it doesn't work.

@wisplite
Copy link

Adding on to this, the zen.exe file is missing because Windows Defender saved me and deleted it. I don't know how much I trust this browser anymore if they're sneaking trojans into browser updates. There's no reason Wacatac should be getting flagged if it isn't actually there in the binary.

@sneexy-boi
Copy link

this is most likely a false positive, windows security is pretty sensitive and detects a good chunk of things as malicious, including some really basic stuff. agreeing with AceiusIO, most likely due to the binaries not being signed

@mglsj
Copy link

mglsj commented Aug 26, 2024

Defender just removed the exe while I was using Zen. The app crashed then the zen exe was deleted. Now can't install it as defender does this again. Added zen's folder to defender exclusions

@extropyst
Copy link

It seems to me that it is a false positive that Windows Defender raises due to the lack of a digital signature. The problem occurs only in the installer of the "optimized" version of the latest version released, therefore the alternatives to solve it are: Use the "generic" installer, or the "optimized" one of the previous version and update from there.

@Creaous
Copy link

Creaous commented Aug 26, 2024

As someone who has worked on programming Windows apps before, I've had mine get detected as viruses for the most basic things like creating and opening files. This has a 99% chance of being a false positive due to the lack of digital signature.

@mayemu
Copy link

mayemu commented Aug 26, 2024

Windows just deleted zen off my computer when trying to update as it recognized it as a trojan
ApplicationFrameHost_NF4cj3EROY
ApplicationFrameHost_u9Em16Q54w

@extropyst
Copy link

extropyst commented Aug 26, 2024

@extropyst
Copy link

@Cassers
Copy link

Cassers commented Aug 26, 2024

Virus Total also detects the application as a virus, which doesn't really give much confidence.

Zip:
image

Installer:
image

Generic Installer (link of extropyst):
image

Generic zip:
image

@shaeriz
Copy link

shaeriz commented Aug 26, 2024

I had the exact same problem and even Virustotal is flagging the zen.exe file, I'm pretty concerned about it now, despite that I was having a great time with Zen.
image

@extropyst
Copy link

extropyst commented Aug 26, 2024

Check this information:
https://virustotal.readme.io/docs/false-positive

and also try to scan the file elsewhere with more robust virus engines.

I just scanned the file at https://opentip.kaspersky.com/ and it didn't throw up any alerts, I did it at https://internxt.com/virus-scanner and it didn't either:

image

@m-born
Copy link

m-born commented Aug 26, 2024

Comodo Internet Security also has it as a Trojan:

Screenshot 2024-08-26 094042

@m-born
Copy link

m-born commented Aug 26, 2024

zen-browser.app is done (due to lack of payment?)

Screenshot 2024-08-26 101335

@geekyBoogiepop
Copy link

It's working fine here:
image

@mauro-balades
Copy link
Member

this is most likely a false positive, windows security is pretty sensitive and detects a good chunk of things as malicious, including some really basic stuff. agreeing with AceiusIO, most likely due to the binaries not being signed

@wisplite
Copy link

I would like to add that using a previous installer and updating doesn't help. The act of updating is what caused this for me. It seems to be only the latest update, but there's no way to downgrade and stay downgraded (it annoyingly forces you to update when you start the browser).

For now, I'm still using Firefox until this is resolved. As a principle, I never add a bypass to Windows Defender. It's just too risky to do that. Once Windows Defender stops quarantining it and the browser seems generally safe, I'll download it again. I just can't trust it right now, even if it is probably just a false positive.

@alvanrahimli
Copy link

alvanrahimli commented Aug 26, 2024

most likely due to the binaries not being signed

Why do zen doesn't have it? Is it a financial issue, or there are other constraints as well?
@mauro-balades

@mauro-balades
Copy link
Member

I dont know where im supposed to get the signature from, if someone could guide me in the right direction would be great

@amenbr1
Copy link

amenbr1 commented Aug 26, 2024

@mauro-balades some places to look:
Certum has dedicated options for open source projects. They offer both cloud and self hosting:
(This is the international version of the website. Some of the translations may be a little off.)
https://shop.certum.eu/code-signing.html
Original Polish site is https://www.certum.pl/pl/

Microsoft has recently launched their Trusted Signing service through Azure (though I believe it is still in preview):
https://learn.microsoft.com/en-us/azure/trusted-signing/quickstart
https://azure.microsoft.com/en-us/pricing/details/trusted-signing/

@itstamimi
Copy link

It works fine on windows 10 with latest updates and AV too.

@j-stach
Copy link

j-stach commented Aug 30, 2024

Make sure you are downloading it from www.zen-browser.app, not www.zen-browser.com, they are different projects.
Some search engines prioritize the latter when you search for "zen browser"

@geekyBoogiepop
Copy link

I dont know where im supposed to get the signature from, if someone could guide me in the right direction would be great

Take a look here:
https://signpath.org/

@ralcaidev
Copy link

ralcaidev commented Sep 1, 2024

For now, I'm still using Firefox until this is resolved. As a principle, I never add a bypass to Windows Defender. It's just too risky to do that. Once Windows Defender stops quarantining it and the browser seems generally safe, I'll download it again. I just can't trust it right now, even if it is probably just a false positive.

Same here. This plus the CDNs doesn't give me any confidence.

No news on this?

@mauro-balades
Copy link
Member

Please, let's continue here #37, im losing track of the issues about this topic now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests