diff -Nuar a/vendor/magento/framework/App/Router/ActionList.php b/vendor/magento/framework/App/Router/ActionList.php
--- a/vendor/magento/framework/App/Router/ActionList.php
+++ b/vendor/magento/framework/App/Router/ActionList.php
@@ -8,6 +7,9 @@ namespace Magento\Framework\App\Router;
 
 use Magento\Framework\Module\Dir\Reader as ModuleReader;
 
+/**
+ * Class to retrieve action class.
+ */
 class ActionList
 {
     /**
@@ -74,6 +76,7 @@ class ActionList
         if ($area) {
             $area = '\\' . $area;
         }
+        $namespace = strtolower($namespace);
         if (strpos($namespace, self::NOT_ALLOWED_IN_NAMESPACE_PATH) !== false) {
             return null;
         }
