TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
1–10 of 157 posts
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#2This is such a venerable and ancient class of bugs, going at least as far back as AIX 3. Glad to see they're still makin' 'em like they used to.
(If you had SSH access to a host in your Tailscale ACL, you could log in as `-i` and get a root login.)
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#3So, giving access via tailscale but using OpenSSH is safe, right?
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#4So, giving access via tailscale but using OpenSSH is safe, right?
Yes, this only involves their wrapper that is managed by ACL rules.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#5Why own numbering instead of CVE?
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#6Why own numbering instead of CVE?
It lets organizations (Tailscale) control the timing and narrative around the disclosure more directly. Organizations sometimes avoid the bureaucracy of going through CVE Numbering Authorities by self-publishing. Often a CVE assignment follows self-disclosure, especially when there's pressure to interoperate with vuln-scanning/compliance tooling
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#7> "Tailscale SSH now rejects usernames with leading dashes."
Really? That's the fix?
A proper fix is to use "--" to separate arguments.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#8> "Tailscale SSH now rejects usernames with leading dashes." Really? That's the fix? A proper fix is to use "--" to separate arguments.
Their fix just future-proofs it in case the same bug gets reintroduced.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#9I’m a heavy Tailscale user, so I do trust them quite a bit, but I never used the Tailscale SSH feature.
I feel like OpenSSH’s security record is pretty unbeatable, not sure why I’d swap over for such a security-sensitive tool.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#10Tailscale SSH has caused me other problems in the past because it takes over port 22. I'm not a fan.