Headline
CVE-2022-43170: Stored Cross Site Scripting Vulnerability on "Dashboard Configuration" in rukovoditel 3.2.1 · Issue #6 · anhdq201/rukovoditel
A stored cross-site scripting (XSS) vulnerability in the Dashboard Configuration feature (index.php?module=dashboard_configure/index) of Rukovoditel v3.2.1 allows authenticated attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title parameter after clicking "Add info block".
Version: 3.2.1****Description
An authenticated malicious user can take advantage of a Stored XSS vulnerability in the “Dashboard Configuration” feature.
Proof of Concept******Step 1: Go to "index.php?module=dashboard_configure/index", click “Add info block” and insert payload “<img src=1 onerror=’alert(document.coookie)'/>” in Title field.**********Step 2:** Alert XSS Message********Impact**
If an attacker can control a script that is executed in the victim’s browser, then they can typically fully compromise that user.