To those who didn't know, back in 2014 researcher Joxean Koret (who wrote the book The Antivirus Hacker's Handbook later) published his research in "Breaking AV Software" slide. This slide is the main reason why I focus on AV vulnerabilities

. According to this slide, there are some interesting info about Comodo:
- Comodo used this slide to do dirty marketing stuff. They said something like other AV products were vulnerable while Comodo didn't actually vulnerable
- Comodo has (had) free version for Linux. It's likely not installable because package requires old libraries. However, it's still downloadable.
- Comodo has multiple vulnerabilities in file parsers. The was a stack overflow. That mean a nice crafted file would gives remote code execution when Comodo scans the file.
- Comodo HIPS uses user-land hooking. According to the slide, Comodo use madCodeHook. The slide suggested some attacks to bypass the HIPS and at least 1 method worked.
- Comodo has "secure browser" called Comodo Dragon. It didn't update Chromium engine. It disabled HSTS protection of the browser. It has a "DNS leakage check" plugin that's vulnerable against ARP spoofing attack and leads to XSS in plugin's dashboard. Theoretically speaking, this also could leads to a in-LAN RCE if attacker can combine with 0-day or 1-day vulnerability of Chromium engine (bypass Chrome's sandbox).
So of all fancy features Comodo delivered, it could be a mess under the hood and user is more vulnerable using Comodo rather than get extra protections. Ofc, generally speaking, home user would not likely being targeted by some highly crafted exploit. But in the other hand, I'd recommend choosing AV products that's more carefully developed and more mainained.