CVE-2026-58000 PUBLISHED

luci-proto-openvpn - Command Injection via cl_meta Parameter in generateKey

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

luci-proto-openvpn through 0.11.1, fixed in commit e4ff45e, contains a command injection vulnerability in the generateKey ubus method where the cl_meta parameter is interpolated into a shell command without proper escaping or quoting. An authenticated LuCI user with OpenVPN protocol configuration access can inject arbitrary shell metacharacters into cl_meta to execute commands as root via the popen function.

Metrics

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

Product Status

Vendor openwrt
Product luci-proto-openvpn
Versions Default: unaffected
  • affected from 0 to 0.11.1 (incl.)
  • Version e4ff45ecbc6ad212951815c8c99b2749fbd7de6b is unaffected

Credits

  • George Chen finder

References

Problem Types

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