Do they have enough logs to reach out to people that were affected? As far as vulnerabilities go, this set is one is one of the worst ones I've seen this decade, and they seem rather straightforward. Would be nice to get a blog post from them that goes a bit into impact, not just a report that tells you to update. It's nice that they responded quickly, but I feel like this shouldn't have happened in the first place f…
Yes. I got a (concise, well-written) email this morning with the following: > Am I affected? > Yes. Your tailnet has at least one Windows node running a version of Tailscale prior to v1.32.3.
CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
21–30 of 147 posts
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#22Do they have enough logs to reach out to people that were affected? As far as vulnerabilities go, this set is one is one of the worst ones I've seen this decade, and they seem rather straightforward. Would be nice to get a blog post from them that goes a bit into impact, not just a report that tells you to update. It's nice that they responded quickly, but I feel like this shouldn't have happened in the first place f…
edit: I stand corrected as pointed out by the replies below. Curious what logs they had to prove this! Original comment: > Do they have enough logs to reach out to people that were affected? It happens on the client, there are no server logs that Tailscale could check
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#23Do they have enough logs to reach out to people that were affected? As far as vulnerabilities go, this set is one is one of the worst ones I've seen this decade, and they seem rather straightforward. Would be nice to get a blog post from them that goes a bit into impact, not just a report that tells you to update. It's nice that they responded quickly, but I feel like this shouldn't have happened in the first place f…
edit: I stand corrected as pointed out by the replies below. Curious what logs they had to prove this! Original comment: > Do they have enough logs to reach out to people that were affected? It happens on the client, there are no server logs that Tailscale could check
My guess is the client sends some kind of "goodbye" message when it gets reconfigured to another coordination server, and that message has enough information to determine if it originated from this attack.
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#24Earlier quoted context omitted.
Tailscalar here. The Windows client caches the current version for a while, so may not yet have v1.32.3 available on your device. In that case, you can still pull the latest release from http://pkgs.tailscale.com/stable .
Tailscale admin here, politely requesting client update push capability. Being able to see endpoint version is helpful, I will be suspending unpatched endpoints in the near future.
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#25..an attacker-controlled website visited by the node..rebinds DNS for the peer API to an attacker-controlled DNS server making peer API requests in the client, including accessing the node’s Tailscale environment variables
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#26Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#27> The speed and quality of Tailscale's response to our report is unlike any vendor interaction I have experienced, and suggests a deep commitment to keeping their customers safe. I have mixed feelings here as a Tailscale customer. Yes a quick response is great, but this actual security issue is pretty terrible IMHO. Anything other than an immediate response would have been akin to lighting their company on fire and w…
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#28Technical write up by the security researcher at https://emily.id.au/tailscale ps. she's looking an employer rn // hire her!
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#29I don't see a writeup of how this was fixed. Merely checking the Host header is insufficient -- the vulnerability would still be wide open to anyone who can open TCP sockets to localhost. Windows has APIs (named pipes, DCOM (eww) and such) that allow authenticated local access to services. Unixes have unix sockets.
Re: CVE-2022-41924 – tailscaled can be used to remotely execute code on Windows
#30I don't see a writeup of how this was fixed. Merely checking the Host header is insufficient -- the vulnerability would still be wide open to anyone who can open TCP sockets to localhost. Windows has APIs (named pipes, DCOM (eww) and such) that allow authenticated local access to services. Unixes have unix sockets.
Windows from W10 onwards has Unix sockets too.