Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-46157: pim-community-dev/httpd.conf at b4d79bb073c8b68ea26ab227c97cc78d86c4cba1 · akeneo/pim-community-dev

Akeneo PIM is an open source Product Information Management (PIM). 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. Users are advised to upgrade. Users unable to upgrade may Replace any reference to <FilesMatch \.php$> in their apache httpd configurations with: <Location "/index.php">.

CVE
#vulnerability#apache#php#auth#docker

ServerRoot “/usr/local/apache2”

Listen 80

LoadModule authz_host_module modules/mod_authz_host.so

LoadModule authz_core_module modules/mod_authz_core.so

LoadModule mpm_event_module modules/mod_mpm_event.so

LoadModule reqtimeout_module modules/mod_reqtimeout.so

LoadModule filter_module modules/mod_filter.so

LoadModule mime_module modules/mod_mime.so

LoadModule log_config_module modules/mod_log_config.so

LoadModule env_module modules/mod_env.so

LoadModule setenvif_module modules/mod_setenvif.so

LoadModule proxy_module modules/mod_proxy.so

LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so

LoadModule unixd_module modules/mod_unixd.so

LoadModule rewrite_module modules/mod_rewrite.so

User daemon

Group daemon

ServerAdmin [email protected]

<Files ".ht*">

Require all denied

</Files>

ErrorLog /proc/self/fd/2

LogLevel warn

LogFormat “%h %l %u %t \"%r\” %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined

LogFormat “%h %l %u %t \"%r\” %>s %b" common

CustomLog /proc/self/fd/1 common

TypesConfig conf/mime.types

<Location "/index.php">

SetHandler “proxy:fcgi://fpm:9000”

</Location>

SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

Include /usr/local/apache2/conf/vhost.conf

Related news

GHSA-w9wc-4xcq-8gr6: Akeneo PIM Community Edition vulnerable to remote php code execution

### Impact 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. ### Patches 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. ### Workarounds 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. <!-- ### References _Are there any links users can visit to find out more?_ ### For more information If you have any questions or comments a...

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907