Security readout for executives and security teams
Plain-English summary
A vulnerable WordPress MagicForm plugin version can reflect attacker-supplied script into a user's browser. An attacker would need a user to interact with malicious content. Successful abuse could expose browser-visible data, alter page content, or perform actions in the user's session, depending on privileges and site configuration.
Executive priority
Treat this as a high-priority WordPress plugin issue for externally facing sites. It is not confirmed as actively exploited in the provided sources, but unauthenticated reflected XSS can support credential theft, session abuse, or reputational damage if users are lured into interaction.
Technical view
CVE-2022-47592 is CWE-79 reflected XSS in Dmytriy.Cooperman MagicForm for WordPress, reported for versions up to 0.1. The CVSS 3.1 vector is AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L, meaning remote unauthenticated exploitation requires user interaction and can affect confidentiality, integrity, and availability at low impact.
Likely exposure
Exposure is limited to WordPress sites running the MagicForm plugin at version 0.1 or earlier. The provided data does not identify affected CPEs, package metadata beyond magicform, or a fixed version.
Exploitation context
The source bundle does not show CISA KEV listing or other evidence of active exploitation. The vulnerability is network-reachable and low-complexity, but it requires a user to interact with attacker-controlled content.
Researcher notes
Evidence is sparse: the bundle identifies reflected XSS, CWE-79, MagicForm up to 0.1, and CVSS 7.1, but does not provide parameter names, proof-of-concept details, or a fixed version. Avoid assuming exploit availability or remediation specifics beyond checking current vendor guidance.
Mitigation direction
- Inventory WordPress sites for the MagicForm plugin and its installed version.
- Disable or remove MagicForm where it is unnecessary or unmaintained.
- Check Patchstack and vendor guidance for a fixed or recommended version.
- Apply compensating controls for reflected XSS until vendor guidance is confirmed.
- Prioritize remediation on public sites and sites with authenticated user workflows.
Validation and detection
- Confirm whether MagicForm is installed on each WordPress instance.
- Record plugin version and compare against the vulnerable range up to 0.1.
- Review web logs for suspicious requests targeting MagicForm parameters.
- Verify whether Patchstack or vendor advisories name a patched release.
- Retest after remediation using non-destructive XSS validation methods.
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-47592 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
- High
- CVSS
- 7.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
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:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.1HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://patchstack.com/database/vulnerability/magicform/wordpress-magicform-plugin-0-1-cross-site-scripting-xss?_s_id=cveCVE reference · vdb-entry
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.
