WordPress Plugin Nelio AB Testing...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

## Case Study: SSRF in Nelio AB Testing WordPress Plugin ## Nelio AB Testing is a WordPress plugin used for A/B Testing in WordPress pages. We can download the source-code of the Plugin from plugins.svn.wordpress.org/nelio-ab-testing/tags/4.5.8/. Server-side Request Forgery (SSRF) is a vulnerability where requests can be made from the vulnerable server to the intra/internet. Though it does not seem to have serious impact, using a protocol supported by certain URI schemes, an attacker could collect various information about the server or even achieve remote code execution (RCE). There is a very comprehensive cheat-sheet for SSRF available here. Zooming in to the vulnerable PHP script at .`/ajax/iesupport.php`. It is obvious from manual analysis that we are able to control the URL that would eventually be cURL’ed by the server. <?php ** Truncated ** $url = false; $data = false; if ( isset( $_POST['originalRequestUrl'] ) ) { $url = $_POST['originalRequestUrl']; $url = preg_replace(...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息