Security readout for executives and security teams
Plain-English summary
CVE-2022-1094 affects the WordPress amr users plugin before 4.59.4. Some plugin settings were not properly sanitized or escaped, allowing a high-privilege user, such as an admin, to store cross-site scripting content even when unfiltered HTML is disabled.
Executive priority
Treat as a scheduled remediation item unless admin compromise is suspected. Patch during the next WordPress maintenance cycle and prioritize sites with many administrators or sensitive user data.
Technical view
This is a stored XSS issue in amr users settings handling, tracked as CWE-79. CVSS 3.1 is 4.8 with network attack vector, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality/integrity impact.
Likely exposure
Exposure is limited to WordPress sites running the amr users plugin below 4.59.4. Risk is highest where multiple administrators exist, admin accounts may be compromised, or the site relies on disabling unfiltered_html as a control.
Exploitation context
The provided sources do not show active exploitation, and the CVE is not listed as KEV. Abuse requires high WordPress privileges and user interaction, so this is less urgent than unauthenticated XSS but still relevant for admin-account compromise scenarios.
Researcher notes
Evidence supports stored XSS in plugin settings before 4.59.4. The source bundle does not identify public exploit activity, affected CPEs, or detailed vulnerable parameters. Avoid assuming broader WordPress impact beyond amr users deployments.
Mitigation direction
- Upgrade amr users to version 4.59.4 or later where deployed.
- Restrict WordPress administrator access to trusted, necessary accounts only.
- Review plugin settings for unexpected script-like content or unauthorized changes.
- Check vendor or WPScan guidance if upgrade status is unclear.
Validation and detection
- Inventory WordPress sites for the amr users plugin and installed version.
- Confirm deployed versions are 4.59.4 or later.
- Review WordPress admin account history for unexpected high-privilege changes.
- Inspect affected plugin settings for suspicious stored content.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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.
Open ATT&CK lookupCVE-2022-1094 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.8MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://wpscan.com/vulnerability/3c03816b-e381-481c-b9f5-63d0c24ff329CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
