CVE-2021-37709: Insecure direct object reference of log files of the Import/Export feature
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.44539%
CWE
Published
8/30/2021
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
shopware/platform | composer | <= 6.4.3.0 | 6.4.3.1 |
shopware/core | composer | <= 6.4.3.0 | 6.4.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from functions generating download URLs using static access tokens stored in file entities (CWE-639). The original getDownloadUrl
implementations exposed: 1) sensitive access tokens in URLs (CWE-532), 2) permanent credentials allowing indefinite access, and 3) no proper authorization checks. The patch replaced these with time-limited tokens via openDownload
and server-side validation
. The functions were directly modified in the security fix commit, indicating their central role in the vulnerability.