CVE-2026-57999 PUBLISHED

luci-app-tailscale-community - Command Injection via tailscale.do_login RPC

Assigner: VulnCheck
Reserved: 26.06.2026 Published: 29.06.2026 Updated: 30.06.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.7

Product Status

Vendor openwrt
Product luci-app-tailscale-community
Versions Default: unaffected
  • affected from 0 to 0.11.1 (incl.)

Credits

  • lujie (@lujiefsi) reporter

References

Problem Types

  • Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE