When i was going through #REQUEST-933-APPLICATION-ATTACK-PHP #Rule ID:933110.
At first, i thought something was missing. I done my little research :)
PHP support Extension: .php, .phtml, .php3, .php4, .php5, .php7, .phps
then i found .phps extension was missing on the regex. so i was able to upload .phps file. Anyway it not a major bug, because by default on apache, it will not allow .phps file to run. it has no use. So i did find another way to execute the .phps file by uploading the .htaccess file.
Then i thought definitely OWASP CRS will block uploading .htacess file, but surprisingly there is no rule to block .htaccess file upload. Finally i uploaded .htaccess file and execute the .phps which gives shell access :)
So its better to block the .htaccess and .phps file upload for better security. :)
For more information & detailed explanation check my demo video on Github