CVE-2013-20006
Persistent Cross-Site Scripting in Qool CMS Admin Scripts
Publication date: 2026-03-16
Last updated on: 2026-03-16
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qool | qool_cms | to 2.0 (inc) |
| qool | qool_cms | 2.0_rc2 |
| qool_cms | qool_cms | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Qool CMS and involves multiple persistent cross-site scripting (XSS) issues in several administrative scripts. The problem arises because POST parameters such as 'title', 'name', 'email', 'username', 'link', and 'task' are not properly sanitized before being stored and later displayed to users. Attackers can exploit this by injecting malicious JavaScript code through these parameters in various endpoints like addnewtype, addnewdatafield, addmenu, addusergroup, addnewuserfield, adduser, addgeneraldata, and addcontentitem. This allows the execution of arbitrary scripts in the browsers of administrators.
How can this vulnerability impact me? :
The impact of this vulnerability is that attackers can execute arbitrary JavaScript code in the browsers of administrators. This can lead to unauthorized actions being performed with administrative privileges, theft of sensitive information such as session tokens or credentials, and potential compromise of the entire CMS system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know