CVE-2021-32717: Exposure of Sensitive Information to an Unauthorized Actor
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.60463%
CWE
Published
9/8/2021
Updated
1/29/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
shopware/platform | composer | <= 6.4.1.0 | 6.4.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from incorrect visibility configuration handling in cloud storage integration. The commit diff shows the fix involved modifying FilesystemFactory.php
to properly read visibility from 'config.options.visibility' instead of a fallback. Prior to 6.4.1.1, this misconfiguration allowed private files to be stored with public access permissions if the hashed URL was known. The factory method is directly responsible for configuring the filesystem adapter's visibility settings, making it the root cause of the insecure default behavior.