WUZHICMS 2.0 - Multiple Cross Site Scripting Vulnerabilities

2018.05.20
br Renzi (BR) br
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

Title: ======= WUZHICMS 2.0 - Multiple Cross Site Scripting Vulnerabilities Introduction: ============== A content management system (CMS) is a computer application that supports the creation and modification of digital content. It is often used to support multiple users working in a collaborative environment. CMS features vary widely. Most CMSs include Web-based publishing, format management, history editing and version control, indexing, search, and retrieval. By their nature, content management systems support the separation of content and presentation.[Wikipedia] Vulnerability Disclosure: ========================== 2018-05-20: Public Disclosure Affected Product(s): ===================== WUZHICMS 2.0 Exploitation Technique: ======================== Remote Severity Level: ================ High Technical Details & Description: ================================= A Cross Site Scripting vulnerability has been discovered in the WUZHICMS 2.0 web-application. The vulnerability is located in the 'v' and 'f' parameters of the`index.php` action GET method request. Request Method(s): [+] GET Vulnerable Function(s): [+] index.php Vulnerable Parameter(s): [+] v [+] f Proof of Concept (PoC): ======================== Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted web sites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the output it generates without validating or encoding it. An attacker can use XSS to send a malicious script to an unsuspecting user. The end user as browser has no way to know that the script should not be trusted, and will execute the script. Because it thinks the script came from a trusted source, the malicious script can access any cookies, session tokens, or other sensitive information retained by the browser and used with that site. These scripts can even rewrite the content of the HTML page.[OWASP] [+] http://demo.wuzhicms.com/index.php?v="><marquee><h1>RENZI</h1></marquee> {+} http://demo.wuzhicms.com/index.php?f="><marquee><h1>RENZI</h1></marquee> Solution ========= For the prevention of Cross Site Scripting, some steps must be taken: Never enter untrusted data except in places defined for this purpose. The principle of this rule is to deny everything and mainly not to digest JavaScript code from an unknown source and then execute it. Validate the escape characters before inserting them inside the HTML element. Failure to validate inputs may allow malicious code to be injected into the application. Validate the parameters of the URL and verify information that it sends in HTTP requests, it escapes hexadecimal in URLs such as %25, where 25 is the ASCII code of the character "%". Credits ======== Felipe "Renzi" Gabriel Contact ======== renzi@linuxmail.org References ========== https://www.owasp.org/index.php/Cross-site_Scripting_(XSS) https://en.wikipedia.org/wiki/Content_management_system

References:

https://www.owasp.org/index.php/Cross-site_Scripting_(XSS
)
https://en.wikipedia.org/wiki/Content_management_system


Vote for this issue:
100%
0%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top