I’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.
TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
11–20 of 157 posts
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#12I’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
#13> "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
#14> "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.
Refactoring external invocations to use safe argument handling is a better way to fix it. Along with tests that exercise weird names.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#15I’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
#16Tailscale SSH has caused me other problems in the past because it takes over port 22. I'm not a fan.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#17I’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
#18Earlier quoted context omitted.
Their fix just future-proofs it in case the same bug gets reintroduced.
This is just a dirty fix. It adds weird restrictions and masks issues. Refactoring external invocations to use safe argument handling is a better way to fix it. Along with tests that exercise weird names.
The username policy fixes this issue for good, regardless of whatever you write in the future, or whatever new mechanism is introduced.
It’s a restriction for sure, but it’s not a nonsense restriction? Who would have a username starting with a hyphen? I didn’t even know it was possible until today.
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#19So, giving access via tailscale but using OpenSSH is safe, right?
Re: TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access
#20Why 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