CVE-2026-57999

Severity CVSS v4.0:
HIGH
Type:
CWE-78 OS Command Injections
Publication date:
29/06/2026
Last modified:
14/07/2026

Description

luci-app-tailscale-community contains a command injection vulnerability in the tailscale.do_login RPC method that allows authenticated users to execute arbitrary commands as root. The vulnerability exists because user-controlled loginserver and loginserver_authkey parameters are improperly quoted within a double-quoted shell command, allowing shell substitutions like $() to be evaluated by the outer shell before argument processing.