CVE-2017-13761:
Fastly Magento2 sensitive information disclosure
6.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.58456%
CWE
Published
5/17/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
fastly/magento2 | composer | < 1.2.26 | 1.2.26 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper cache control headers on authentication-related redirect responses. The primary suspect is response handling logic that determines caching behavior (VclPlugin::afterRenderResult
) and VCL generation logic (Config::getVclSnippets
). These components would directly influence whether authentication redirects are cached. The high confidence in VclPlugin
stems from Magento's typical response modification patterns, while VCL generation gets medium confidence due to inherent CDN configuration linkage.