Headline
CVE-2022-44946: Stored Cross Site Scripting Vulnerability on "Help system" in "Add page" function in rukovoditel 3.2.1 · Issue #15 · anhdq201/rukovoditel
Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add Page function at /index.php?module=help_pages/pages&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Title field.
Version: 3.2.1****Description
An authenticated malicious user can take advantage of a Stored XSS vulnerability in “Add page” function in the “Help System” feature.
Proof of Concept******Step 1: Go to "/index.php?module=help_pages/pages&entities_id=24", click “Add page” and insert payload “<img src=1 onerror=’alert(document.cookie)'/>” 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.