CVE-2022-44950: Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add N...
Rukovoditel v3.2.1 was discovered to contain a stored cross-site scripting (XSS) vulnerability in the Add New Field function at /index.php?module=entities/fields&entities_id=24. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name field.
Security readout for executives and security teams
Plain-English summary
CVE-2022-44950 is a stored cross-site scripting issue reported in Rukovoditel v3.2.1. An authenticated attacker who can use the Add New Field function may save malicious HTML or script in a field name, which can later run in another user's browser.
Executive priority
Treat as a moderate-priority application security issue. It is not shown as actively exploited, but it can affect user trust and session-facing workflows where lower-privileged users can influence administrative pages.
Technical view
The CVE describes CWE-79 stored XSS at /index.php?module=entities/fields&entities_id=24 in the Name field. CVSS 3.1 is 5.4, requiring network access, low privileges, and user interaction, with changed scope and low confidentiality and integrity impact.
Likely exposure
Exposure is most likely for organizations running Rukovoditel v3.2.1 where authenticated users can create or modify entity fields, especially on internet-accessible deployments or shared administrative environments.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. Public disclosure exists through the CVE record and a GitHub issue reference, but exploit maturity and real-world use are not established in the bundle.
Researcher notes
The source bundle names only Rukovoditel v3.2.1 and one vulnerable route/field. It does not provide affected CPEs, fixed versions, commit references, or official mitigation details, so remediation claims should be verified against project guidance.
Mitigation direction
Check Rukovoditel project or vendor guidance for a fixed release or official workaround.
Restrict field-management permissions to trusted administrators until remediation is confirmed.
Review existing custom field names for unexpected HTML or script-like content.
Increase monitoring for suspicious changes to entity field configuration.
Validation and detection
Inventory Rukovoditel deployments and identify any v3.2.1 instances.
Confirm who can access the Add New Field function in production.
Review application logs for recent changes to entity field names.
Use safe internal testing to verify field names are encoded when displayed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.