KingSkrupellos

Typo3 CMS twwc_pages Extension 8.7.x Database Disclosure

Jan 5th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. ##########################################################################
  2.  
  3. # Exploit Title : Typo3 CMS twwc_pages Extension 8.7.x 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 : gosign.de/typo3-extension/twwc_pages/
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Version Information : 8.7.x
  11. # Exploit Risk : Low
  12. # Google Dorks : inurl:''/typo3conf/ext/twwc_pages/''
  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-2019010033
  17. # PacketStormSecurity Exploit Reference Link :
  18. packetstormsecurity.com/files/150991/Typo3-CMS-twwc_pages-8.7.x-Database-Disclosure.html
  19.  
  20. ##########################################################################
  21.  
  22. # Admin Panel Login Path :
  23.  
  24. /typo3/index.php
  25.  
  26. # Exploit :
  27.  
  28. /typo3conf/ext/twwc_pages/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. [+] aegerisee-schifffahrt.ch/typo3conf/ext/twwc_pages/ext_tables.sql
  62.  
  63. [+] zbb.ch/typo3conf/ext/twwc_pages/ext_tables.sql
  64.  
  65. ##########################################################################
  66.  
  67. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  68.  
  69. ##########################################################################
Advertisement
Add Comment
Please, Sign In to add comment