GHSA-6xch-2vxx-5pvr: eZ Platform Rules to disable executable access are ignored on Platform.sh (eZ Cloud)
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
5/15/2024
Updated
5/15/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ezsystems/ezplatform | composer | >= 2.5.0, < 2.5.4 | 2.5.4 |
ezsystems/ezplatform | composer | >= 1.13.0, < 1.13.5.1 | 1.13.5.1 |
ezsystems/ezplatform | composer | >= 1.7.0, < 1.7.9.1 | 1.7.9.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing security rules in the Platform.sh
configuration (.platform.app.yaml), not from specific code functions. The issue occurs because the web server configuration that blocks executable file access (via Apache/Nginx rewrite rules) was not properly implemented in Platform.sh
environments. The fix adds a platform.sh
-specific rule configuration but does not modify any application code functions. The vulnerability is configuration-related rather than stemming from insecure code functions. There are no specific PHP
functions in the application codebase that can be identified as vulnerable based on the provided information.