CVE-2019-19326: SilverStripe Web Cache Poisoning through HTTPRequestBuilder
5.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.43611%
CWE
Published
5/24/2022
Updated
5/22/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| silverstripe/framework | composer | >= 4.0.0, < 4.4.7 | 4.4.7 |
| silverstripe/framework | composer | >= 4.5.0, < 4.5.4 | 4.5.4 |
| silverstripe/framework | composer | >= 3.0.0, < 3.7.5 | 3.7.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from three attack vectors: 1) _method POST parameter handling, 2) X-HTTP-Method-Override header, and 3) X-Original-Url header. The patch removes these features. The detect_method() function explicitly handled method override logic through POST parameters, while cleanEnvironment() processed the dangerous headers. Both functions created inconsistencies between actual requests and their interpreted versions, enabling cache poisoning through smuggled HTTP methods and URLs.