consul-rexec-rce: Consul rexec RCE

日期: 2025-09-01 | 影响软件: 未知 | POC: 已公开

漏洞描述

Consul rexec RCE

PoC代码[已公开]

id: consul-rexec-rce

info:
  name: Consul rexec RCE
  author: imlonghao
  severity: high
  verified: false
  description: |-
    Consul rexec RCE
  tags: consul,rexec,rce
  created: 2024/04/04

rules:
  r0:
    request:
      method: GET
      path: /v1/agent/self
    expression: 'response.status == 200 && response.content_type.contains("json") && response.body.bcontains(b"\"DisableRemoteExec\": false")'
expression: r0()