KingSkrupellos

Joomla Contact Enhanced Components 3.9.2 SQL Injection

Feb 24th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. ##################################################################################
  2.  
  3. # Exploit Title : Joomla Contact Enhanced Components 3.9.2 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : idealextensions.com
  8. # Software Information Link : extensions.joomla.org/extension/contact-enhanced-component/
  9. idealextensions.com/joomla-extensions/component-contact-enhanced.html
  10. # Software Affected Versions : 2.5.14 ~ 2.5.16 ~ 2.5.29 ~ 3.9.2 and previous versions
  11. Compatible with Joomla 2.5 and 3.x
  12. # Software Price : Paid Download - 29$ - 39$ - 49$
  13. # Tested On : Windows and Linux
  14. # Category : WebApps
  15. # Exploit Risk : Medium
  16. # Google Dorks : inurl:"/index.php?option=com_contact_enhanced"
  17. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  18. Special Elements used in an SQL Command ('SQL Injection') ]
  19. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  20. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  21. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  22.  
  23. ##################################################################################
  24.  
  25. # Description about Software :
  26. ***************************
  27. Contact Enhanced also works as a Business Directory, just use Employees as Contacts for Joomla.
  28.  
  29. ##################################################################################
  30.  
  31. # Impact :
  32. ***********
  33. Joomla Contact Enhanced Components 3.9.2 [ and other versions ] component for Joomla is prone to an SQL-injection
  34.  
  35. vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  36.  
  37. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit l
  38.  
  39. atent vulnerabilities in the underlying database. A remote attacker can send a specially crafted request t
  40.  
  41. o the vulnerable application and execute arbitrary SQL commands in application`s database.
  42.  
  43. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  44.  
  45. An attacker can exploit this issue using a browser.
  46.  
  47. ##################################################################################
  48.  
  49. # SQL Injection Exploit :
  50. **********************
  51. /index.php?option=com_contact_enhanced&view=contact&id=[ID-NUMBER]&Itemid=[SQL Injection]
  52.  
  53. /index.php?option=com_contact_enhanced&view=contact&id=[ID-NUMBER]&Itemid=[SQL Injection]&lang=en
  54.  
  55. ##################################################################################
  56.  
  57. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  58.  
  59. ##################################################################################
Add Comment
Please, Sign In to add comment