Vulnerabilities in Permalink Manager Plugin
-
Hi
I have using permalink manager plugin in my wordpress site, recently I had reported that disclosure vulnerabilities in t/index.php.
Issue Link:Mydomain/t/index.php?action[]=aaaThe issue: “Warning: strpos() expects parameter 1 to be string, array given in /home/customer/Mydomain/public_html/wp-content/plugins/permalink-manager/permalink-manager.php on line 352”
The reported PHP line 352 : “if((!empty($_REQUEST[‘action’]) && strpos($_REQUEST[‘action’], ‘elementor’) !== false) || isset($_REQUEST[‘elementor-preview’])) { return; }”
Note: If we remove the permalink manager plugin, the issue is solved( but we need permalink plugin). The permalink plugin version is 2.2.8.4. The PHP line which shows issue is a default plugin code.Please solve the issue, I need permalink manager without this disclosure vulnerability for my site.
Thanks!
The topic ‘Vulnerabilities in Permalink Manager Plugin’ is closed to new replies.