KingSkrupellos

Joomla RD e-Tickets TicketMasterExt Components 3.5.7 SQL Inj

Feb 24th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla RD e-Tickets TicketMasterExt Components 3.5.7 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : rd-media.org
  8. # Software Download Link : rd-media.org/downloads/category/rd-etickets.html
  9. # Software Information Link : extensions.joomla.org/extension/rd-e-tickets/
  10. # Software Version : From 3.4.17 To 3.5.6 and 3.5.7
  11. # Software Price : Paid Download - 24 Euro
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  16. Special Elements used in an SQL Command ('SQL Injection') ]
  17. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  18. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  19. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  20.  
  21. ####################################################################
  22.  
  23. # Description about Software :
  24. ***************************
  25. This ticketseller will help you at your events, it's just like a eventlist component.
  26.  
  27. But customers can buy their tickets right away!
  28.  
  29. ####################################################################
  30.  
  31. # Impact :
  32. ***********
  33. Joomla RD e-Tickets TicketMasterExt Components 3.5.7 [ and other versions ]
  34.  
  35. component for Joomla is prone to an SQL-injection vulnerability because it fails to sufficiently
  36.  
  37. sanitize user-supplied data before using it in an SQL query.
  38.  
  39. Exploiting this issue could allow an attacker to compromise the application, access
  40.  
  41. or modify data, or exploit latent vulnerabilities in the underlying database.
  42.  
  43. A remote attacker can send a specially crafted request
  44.  
  45. to the vulnerable application and execute arbitrary SQL commands in application`s database.
  46.  
  47. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  48.  
  49. An attacker can exploit this issue using a browser.
  50.  
  51. ####################################################################
  52.  
  53. # SQL Injection Exploit :
  54. **********************
  55. /index.php/component/ticketmasterext/?tmpl=component&cid=[SQL Injection]
  56.  
  57. ####################################################################
  58.  
  59. # Example SQL Database Error :
  60. ****************************
  61. 1064 - You have an error in your SQL syntax; check the manual that corresponds
  62. to your MySQL server version for the right syntax to use near 'GROUP BY eventid'
  63. at line 4 SQL=SELECT * FROM o8z3s_ticketmaster_orders
  64. WHERE ordercode = GROUP BY eventid
  65.  
  66. ####################################################################
  67.  
  68. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  69.  
  70. ####################################################################
Add Comment
Please, Sign In to add comment