CVE-2022-50945: WordPress 3dady Real-Time Web Stats 1.0 Stored XSS
WordPress 3dady real-time web stats plugin 1.0 contains a stored cross-site scripting vulnerability that allows authenticated attackers to inject malicious JavaScript by exploiting unsanitized input fields. Attackers can insert JavaScript payloads in the dady_input_text or dady2_input_text fields via the plugin options panel to execute arbitrary code when the page is viewed.
Security readout for executives and security teams
Plain-English summary
This is a stored cross-site scripting flaw in the WordPress 3dady Real-Time Web Stats plugin version 1.0. An authenticated attacker could save malicious JavaScript in plugin settings so it runs when the affected page is viewed. That can expose session data or alter page behavior, but the source bundle does not show unauthenticated exploitation or active attacks.
Executive priority
Treat this as a moderate-priority WordPress hygiene issue. It is not presented as actively exploited, but public exploit information and stored XSS make it worth removing, replacing, or tightly controlling wherever the plugin is installed.
Technical view
CVE-2022-50945 is CWE-79 in 3dady real-time web stats 1.0. The dady_input_text and dady2_input_text options fields are not properly sanitized, allowing authenticated users to store JavaScript through the plugin options panel. CVSS 3.1 is 6.4: network reachable, low complexity, low privileges, no user interaction, changed scope, low confidentiality and integrity impact.
Likely exposure
Exposure is limited to WordPress sites running the 3dady real-time web stats plugin version 1.0, especially where lower-privileged authenticated users can access the plugin options panel. The source bundle lists no CPEs and no affected versions beyond 1.0.
Exploitation context
A public ExploitDB reference exists, so defenders should assume the issue is publicly documented. However, KEV is false and the provided sources do not claim active exploitation in the wild. The described attack requires authenticated access to the plugin options panel.
Researcher notes
The evidence supports authenticated stored XSS in two plugin option fields. No fixed version, vendor patch, CPE, or active exploitation evidence is included in the bundle. Avoid assuming broader version impact beyond 1.0 without additional vendor confirmation.
Mitigation direction
Inventory WordPress sites for the 3dady real-time web stats plugin version 1.0.
Disable or remove the plugin where it is not business-critical.
Restrict plugin options access to trusted administrators only.
Check vendor or WordPress plugin guidance for an updated or replacement version.
Review saved plugin option values for unexpected script content.
Validation and detection
Confirm whether version 1.0 is installed on each WordPress instance.
Review dady_input_text and dady2_input_text option values for suspicious JavaScript.
Check WordPress user accounts with access to plugin settings.
Review admin activity logs around plugin option changes.
Verify affected pages do not render unexpected stored script content.
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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.