Security readout for executives and security teams
Plain-English summary
CVE-2022-32587 is a CSRF issue in the CodeAndMore WP Page Widget WordPress plugin through version 3.9. A tricked user could unintentionally cause plugin settings to change. The business impact is usually moderate: configuration integrity and site behavior may be affected, but the sources do not indicate data theft or active exploitation.
Executive priority
Treat this as a moderate-priority WordPress plugin exposure. It is not described as actively exploited, but vulnerable plugins can create avoidable site integrity risk. Prioritize internet-facing or business-critical WordPress sites first, then remove or update vulnerable installations according to vendor guidance.
Technical view
The vulnerability is CWE-352 Cross-Site Request Forgery in WP Page Widget <= 3.9. The CVSS 3.1 score is 5.4 with network access, low complexity, no attacker privileges, required user interaction, and low integrity and availability impact. The source bundle describes the result as plugin settings change.
Likely exposure
Exposure is limited to WordPress sites running CodeAndMore WP Page Widget version 3.9 or earlier. Risk is higher where administrators or other settings-capable users browse untrusted content while authenticated to WordPress. Evidence in the bundle does not identify affected CPEs or hosting-specific exposure patterns.
Exploitation context
The bundle does not show active exploitation, and KEV is false. The CVSS vector requires user interaction, consistent with a CSRF scenario. Public evidence provided here does not include exploit maturity, observed campaigns, or weaponized details.
Researcher notes
Evidence is narrow but consistent: CVE, Patchstack, and the supplied record identify CSRF leading to plugin settings change in WP Page Widget <= 3.9. No patch version, exploit status, or detailed preconditions are provided in the bundle, so validation should focus on installed version, plugin necessity, and configuration review.
Mitigation direction
- Inventory WordPress sites for the WP Page Widget plugin and its installed version.
- If version is <= 3.9, check vendor and WordPress plugin guidance for a safe update path.
- Disable or remove the plugin where it is not business-critical.
- Restrict WordPress admin access and reinforce administrator phishing awareness.
- Review plugin settings for unauthorized or unexpected changes.
Validation and detection
- Confirm whether CodeAndMore WP Page Widget is installed on each WordPress site.
- Record the exact plugin version and compare it to the <= 3.9 affected range.
- Review WordPress administrative activity for unexpected plugin setting changes.
- Check whether vendor documentation identifies a fixed version or retirement guidance.
- Verify compensating controls around WordPress administrator sessions and admin access.
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-352: 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-32587 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
- 5.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/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:U/C:N/I:L/A:L2.82.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
Source materials
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.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
