LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4029: Simple:Press <= 6.8 - Reflected Cross-Site Scripting via Cookie Value

The Simple:Press plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'sforum_[md5 hash of the WordPress URL]' cookie value in versions up to, and including, 6.8 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. This would be highly complex to exploit as it would require the attacker to set the cookie a cookie for the targeted user.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-4029 is a reflected cross-site scripting issue in the Simple:Press Forum WordPress plugin through version 6.8. An attacker would need to trick a user and somehow set a targeted cookie value, making exploitation complex. Successful exploitation could run script in the user’s browser and affect confidentiality or integrity at a limited level.

Executive priority

Address this in the normal vulnerability remediation cycle, with faster handling for public or administrator-heavy WordPress forums. The issue is not described as actively exploited, but browser-side impact and unauthenticated attacker positioning justify timely cleanup.

Technical view

The issue is CWE-79 reflected XSS through the Simple:Press cookie named sforum_[md5 hash of the WordPress URL]. The source attributes it to insufficient input sanitization and output escaping. CVSS 3.1 is 4.7 with network attack vector, high complexity, no privileges required, user interaction required, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is limited to WordPress sites running Simple:Press Forum versions up to and including 6.8. Public-facing forum sites are the main review target. The provided sources do not indicate exposure for sites without this plugin or for versions outside the stated affected range.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Exploitation is described as highly complex because the attacker must get the user to act and set the targeted cookie value. Treat this as plausible social-engineering-driven browser risk, not confirmed mass exploitation.

Researcher notes

The key technical detail is reflected XSS from a cookie value, not a normal request parameter. Evidence in the bundle supports high attack complexity and required user interaction. The bundle references a WordPress Trac changeset but does not provide enough detail here to state an exact fixed version.

Mitigation direction

  • Inventory WordPress sites for Simple:Press Forum usage and version.
  • Update Simple:Press according to vendor or WordPress plugin repository guidance.
  • Prioritize admin-facing WordPress sites and high-trust forum workflows.
  • If update timing is uncertain, restrict access to affected forum areas where practical.
  • Monitor vendor and Wordfence guidance for fixed-version details.

Validation and detection

  • Confirm whether Simple:Press Forum is installed on each WordPress site.
  • Record the installed plugin version and compare it with the affected range.
  • Verify remediation by confirming the site no longer runs version 6.8 or older.
  • Review security tooling alerts for CVE-2022-4029 on WordPress assets.
  • Check whether browser-executed script alerts are associated with forum pages.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-4029 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
Medium
CVSS
4.7 (3.1)
Known Exploited
No
Published

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

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
4Source 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
4.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N1.62.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2022-4029Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
simplepressSimple:Press Forum0unaffected
Weakness

CWE details

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.