| 제목 | GL-iNet GL-MT3000 4.4.5 Command Injection |
|---|
| 설명 | An unauthenticated command injection vulnerability exists in the /cgi-bin/glc endpoint via the ovpn-client.get_recommend_config method of the affected product. The ovpn-client.so native plugin at /usr/lib/oui-httpd/rpc/ovpn-client.so accepts a servers array. For each server entry, the hostname field is extracted, suffixed with .tcp or .udp, and passed to download_recommend_config(). This function constructs a shell command by embedding the attacker-supplied hostname into a sprintf() template and executes it via fork_exec(cmd) which calls execlp("/bin/sh", "sh", "-c", cmd, NULL). The hostname appears in all four %s positions (touch target, URL, download path, remove target), so $() command substitution fires in every position. No shell quoting or metacharacter filtering is applied to the hostname, and the /cgi-bin/glc binary calls the plugin via dlopen()/dlsym() without any authentication check, resulting in unauthenticated root command execution. |
|---|
| 원천 | ⚠️ https://github.com/StrTzz123/iot_vul/blob/main/GL-iNet/MT3000/4.4.5/ovpn_get_recommend_config_glc_rce/CVE.md |
|---|
| 사용자 | strforexc (UID 94617) |
|---|
| 제출 | 2026. 06. 08. PM 02:57 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 03. AM 08:55 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 385517 [GL.iNet GL-MT3000 까지 4.4.5 ovpn-client.so Native Plugin /cgi-bin/glc ovpn-client.get_recommend_config 호스트 이름 권한 상승] |
|---|
| 포인트들 | 20 |
|---|