Akeneo PIM Community Edition versions before v5.0.119 and v6.0.53 allows remote authenticated users to execute arbitrary PHP code on the server by uploading a crafted image.
Akeneo PIM Community Edition after the versions aforementioned provides patched Apache HTTP server configuration file, for docker setup and in documentation sample, to fix this vulnerability.
Community Edition users must change their Apache HTTP server configuration accordingly to be protected.
The patch for Cloud Based Akeneo PIM Services customers has been applied since 30th October 2022.
Replace any reference to <FilesMatch \.php$>
in your apache httpd configurations with: <Location "/index.php">
, as shown in https://github.com/akeneo/pim-community-dev/blob/b4d79bb073c8b68ea26ab227c97cc78d86c4cba1/docker/httpd.conf#L39.
<!--
Are there any links users can visit to find out more?
If you have any questions or comments about this advisory: * Open an issue in example link to repo * Email us at example email address -->
{ "nvd_published_at": "2022-12-09T21:15:00Z", "github_reviewed_at": "2022-12-09T20:08:32Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-434", "CWE-94" ] }