You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
SECURITY FIX: Only allow image file types by default.
This prevents remote code execution in Apache servers version 2.3.9+ with the default configuration (AllowOverride None).
Since Apache version 2.3.9, .htaccess support is disabled by default:
https://httpd.apache.org/docs/current/mod/core.html#allowoverride
Without the configuration in the .htaccess file, allowing uploads of all file types allows remote code execution.
Thanks to @lcashdol for reporting the vulnerability (Closes#3514).
0 commit comments