security-research VS tailscale

Compare security-research vs tailscale and see what are their differences.

security-research

This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. (by google)

tailscale

The easiest, most secure way to use WireGuard and 2FA. (by tailscale)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
security-research tailscale
40 1005
2,846 16,315
1.9% 4.8%
9.3 9.9
9 days ago 2 days ago
C Go
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

security-research

Posts with mentions or reviews of security-research. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-07.
  • Weird things engineers believe about Web development
    2 projects | news.ycombinator.com | 7 Jan 2024
    > Alright, let's take a step back. First, I am not a mobile developer.

    I think you're whichever kind of developer your current position requires. You've been talking about Android non-stop throughout this conversation, and conversations you've had with others on this website [1]. When you were lambasting me about my perceived knowledge of mobile development you were touting your Android knowledge. Now that I've proven Android is actually one of the primary tools Google uses to promote Chrome (and you admitted you don't know much about iOS) you want to distance yourself from mobile development altogether.

    > Other examples include whatever iOS does (which I don't know), containers (docker and the likes), VMs, and everything in-between (like what snap or flatpak use).

    We're not discussing theoretical means with which you could sandbox an application, we're talking about how apps are actually used in reality. If you need to fire up a virtual machine every time you use your favorite desktop apps, then you're only proving my point that they're not inherently very secure. Not to mention, the average user probably has no idea what Docker or a virtual machine even is. Like I said in my original response, lots of things are possible in theory, but in practice web browsers are much better at sandboxing apps than desktop operating systems (and even better than mobile operating systems).

    > If anything, modern browsers are so complex (and getting worse with time) that the attack surface is big

    Ironically, a lot of that complexity arises from the web's insistence on security. V8 is complex because it has so many safeguards in place to sandbox JavaScript, and that sandboxing is taken very seriously. There's a reward anywhere from 10,000 to 150,000 USD if you can escape the sandbox [2][3]. Browsers are inherently more secure than desktop apps because they limit access to the underlying platform. Someone developing malware as a web app has to first escape the browser sandbox, just to gain the privileges that a desktop app has natively. If it helps, you can think of every desktop app as a webapp which has already escaped the browser.

    > Moreover, Web UIs bring their own class of issues that don't really apply to native apps.

    No, web developers have just spent so much time thinking about security, that native app developers haven't even realized these security issues are relevant yet. It took years for Apple and Google to come to the brilliant conclusion that they should notify users when an app is reading from the clipboard, something which at the time was considered just a Browser "class of issue". Maybe in 2034 they'll figure this out for desktop apps.

    > But CORS is really a browser thing, I don't think it really makes sense to compare it to anything outside the "webview world".

    It makes sense to compare it to things outside of the browser because it protects users and servers. You seem to want to disqualify any point I make that you can't disprove. If you don't think web technology is comparable to anything outside the browser, then what are we even arguing about? This whole discussion has been about comparing the security of web apps to non-web apps.

    > If security is your concern (and you seem to insist that it is), then webapps are really not better than the alternatives. Actually, the Apple Store and the Play Store (to give an example in the mobile world) allow Apple and Google to somehow monitor the apps that users install, which is most certainly more secure than a model where anyone can load any webapp from any website.

    Apple and Google have to monitor which apps make it to their app stores, BECAUSE apps are so much more prone to security problems. You once again have it completely backwards. No one has to gatekeep websites because browsers are so much better at sandboxing applications. And allow me to remind you that admitted you have no idea how iOS sandboxing works, so you can't really be confident about this stance even if it did make sense.

    And now you're arguing in favor of the app store duopoly which contradicts your point about software diversity. You can't have it both ways. You're trying to hold on to two contradictory points at the same time: you don't like the supposed lack of Browser diversity (which is why you seem to detest Chromium), but you like the supposed security guarantees of the mobile app store duopoly, which is even less diverse.

    [1] https://news.ycombinator.com/item?id=38919389

    [2] https://github.com/google/security-research/blob/master/v8ct...

    [3] https://bughunters.google.com/about/rules/5745167867576320/c...

  • Would we still create Nebula today?
    14 projects | news.ycombinator.com | 13 Oct 2023
    But both Nebula and tinc max out at around 1 Gbit/s on my Hetzner servers, thus not using most of my 10 Gbit/s connectivity. This is because they cap out at 100% of 1 CPU. The Nebula issue about that was closed due to "inactivity" [2].

    I also observed that when Nebula operates at 100% CPU usage, you get lots of package loss. This causes software that expects reasonable timings on ~0.2ms links to fail (e.g. consensus software like Consul, or Ceph). This in turn led to flakiness / intermittent outages.

    I had to resolve to move the big data pushing softwares like Ceph outside of the VPN to get 10 Gbit/s speed for those, and to avoid downtimes due to the packet loss.

    Such software like Ceph has its own encryption, but I don't trust it, and that mistrust was recently proven right again [3].

    So I'm currently looking to move the Ceph into WireGuard.

    Summary: For small-data use, tinc and Nebula are fine, but if you start to push real data, they break.

    [1]: https://github.com/gsliepen/tinc/issues/218

    [2]: https://github.com/slackhq/nebula/issues/637

    [3]: https://github.com/google/security-research/security/advisor...

  • Unsandboxed Password Manager
    2 projects | news.ycombinator.com | 21 Jan 2023
  • VSCode remote code execution advisory
    5 projects | news.ycombinator.com | 6 Dec 2022
  • TPM Carte Blanche write-up
    2 projects | /r/netsec | 19 Oct 2021
    moved here: https://github.com/google/security-research/tree/master/pocs/bios/tpm-carte-blanche
  • CVE-2021-22555: Turning \x00\x00 into 10000$
    3 projects | news.ycombinator.com | 15 Jul 2021
    Sorry, it's from [0] linked further down in the comments. I didn't notice that when posting, or I would have made my comment a reply to that post [1].

    [0] https://github.com/google/security-research/security/advisor...

    [1] https://news.ycombinator.com/item?id=27842381

    3 projects | news.ycombinator.com | 15 Jul 2021
    To quickly identify affected and patched kernel versions see

    https://github.com/google/security-research/security/advisor...

  • Google Compute Engine (GCE) VM Takeover via DHCP Flood
    6 projects | news.ycombinator.com | 29 Jun 2021
    Funny thing is I agree with you that Google should hold itself to that bar, but I don't agree as to Project Zero being the reason. I think we very much should distinguish Google from P0, and that P0's policy should be irrelevant here; their entire purpose is to be an independent team of security researchers finding vulnerability in software, indiscriminately. It seems a number of others here feel similarly (judging by the responses), and ironically their support for the position is probably being lost by dragging P0 into the conversation.

    The reason I think Google should hold itself to that bar is something else: Google itself uses that bar for other vendors. From the horse's mouth [1]:

    > This is why Google adheres to a 90-day disclosure deadline. We notify vendors of vulnerabilities immediately, with details shared in public with the defensive community after 90 days, or sooner if the vendor releases a fix.

    If they're going to do this to others as general company policy, they need to do this to themselves.

    [1] https://www.google.com/about/appsecurity/

  • BleedingTooth: Linux Bluetooth Zero-Click Remote Code Execution
    3 projects | news.ycombinator.com | 7 Apr 2021
  • PS4 Homebrew Q&A General | March 2021 Edition | POST YOUR QUESTION HERE INSTEAD OF MAKING A NEW THREAD
    3 projects | /r/ps4homebrew | 18 Mar 2021
    https://github.com/google/security-research/security/advisories/GHSA-gxcr-cw4q-9q78 -TheFlow's writeup for the current kernel vuln

tailscale

Posts with mentions or reviews of tailscale. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-04.

What are some alternatives?

When comparing security-research and tailscale you can also consider the following projects:

headscale - An open source, self-hosted implementation of the Tailscale control server

Netmaker - Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.

netbird - Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.

ZeroTier - A Smart Ethernet Switch for Earth

pivpn - The Simplest VPN installer, designed for Raspberry Pi

Nebula - A scalable overlay networking tool with a focus on performance, simplicity and security

mistborn

traefik - The Cloud Native Application Proxy

OpenVPN - OpenVPN is an open source VPN daemon

frp - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

cloudflared - Cloudflare Tunnel client (formerly Argo Tunnel)

innernet - A private network system that uses WireGuard under the hood.