LiveActive security incident?Get immediate response
CVE Record

CVE-2022-38144: WordPress wpForo Forum plugin <= 2.0.5 - Cross-Site Request Forgery (CSRF) vulnerability

Cross-Site Request Forgery (CSRF) vulnerability in gVectors Team wpForo Forum plugin <= 2.0.5 at WordPress.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-38144 is a high-severity CSRF flaw in the wpForo Forum WordPress plugin versions 2.0.5 and earlier. If a privileged user is tricked into interacting with malicious content while logged in, site actions could occur without their intent. Public sources do not show CISA KEV listing or confirmed active exploitation.

Executive priority

Treat this as a timely WordPress plugin remediation item where wpForo Forum is deployed. The business risk is highest for public WordPress sites with administrators who routinely browse while logged in. Prioritize inventory, version confirmation, and vendor-guided update.

Technical view

The issue is CWE-352 cross-site request forgery in gVectors Team wpForo Forum for WordPress, affecting versions <= 2.0.5. The CVSS 3.1 score is 8.8 with network access, low complexity, no attacker privileges, and required user interaction. Reported impact is high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to WordPress sites running wpForo Forum version 2.0.5 or earlier. Sites without this plugin, or with versions outside the affected range, are not identified as affected by the supplied sources.

Exploitation context

The source bundle does not provide exploit code, observed exploitation, or CISA KEV evidence. The attack model requires user interaction, which usually means tricking a logged-in site user into causing an unintended request.

Researcher notes

Evidence is sufficient to identify the affected product, version range, CWE, and CVSS vector. It is not sufficient to claim active exploitation, name a fixed version, or describe exploit mechanics. Validate findings against the live plugin changelog before closing remediation.

Mitigation direction

  • Inventory WordPress sites for wpForo Forum installations.
  • Check installed wpForo versions against the <= 2.0.5 affected range.
  • Review Patchstack and WordPress plugin guidance for the corrected release.
  • Update the plugin according to vendor guidance after testing.
  • Restrict administrative sessions and use least privilege for WordPress users.

Validation and detection

  • Confirm the plugin name and version from WordPress administration or asset inventory.
  • Check whether any production site runs wpForo Forum <= 2.0.5.
  • Review vendor changelog and Patchstack entry for remediation status.
  • Verify the updated plugin remains functional in staging before production rollout.
  • Monitor WordPress logs for suspicious administrator-initiated changes.
Prepared
Confidence
medium
Sources
4

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-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 lookup
cve · low confidence lookup

CVE-2022-38144 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2022-38144Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
gVectors TeamwpForo Forum (WordPress plugin)<= 2.0.5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

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.