LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36915: WordPress Profile Builder plugin <= 3.6.0 - Cross-Site Request Forgery (CSRF) vulnerability

Cross-Site Request Forgery (CSRF) vulnerability in Cozmoslabs Profile Builder plugin <= 3.6.0 at WordPress allows uploading the JSON file and updating the options. Requires Import and Export add-on.

MediumCVSS 4.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability affects WordPress sites using the Cozmoslabs Profile Builder plugin version 3.6.0 or earlier, when the Import and Export add-on is required. It is a CSRF issue that could let an attacker abuse a user’s browser to upload a JSON file and change plugin options.

Executive priority

Treat this as a targeted maintenance issue, not an emergency, unless affected sites manage sensitive user registration workflows. Prioritize sites on old plugin versions and confirm whether the required add-on is present.

Technical view

CVE-2021-36915 is a CWE-352 CSRF flaw in Profile Builder <= 3.6.0. The source bundle states it allows JSON upload and option updates and requires the Import and Export add-on. CVSS 3.1 is 4.2 with network access, high attack complexity, no attacker privileges, and user interaction required.

Likely exposure

Exposure is limited to WordPress installations running Profile Builder <= 3.6.0 with the Import and Export add-on present. Sites not using that add-on are less likely to match the described vulnerable condition.

Exploitation context

The bundle does not report active exploitation, and KEV is false. The CVSS vector requires user interaction and high attack complexity. The exact victim role and operational impact are not fully detailed in the provided sources.

Researcher notes

Public evidence is sparse. The bundle identifies affected versions, CSRF class, required add-on, and broad impact on JSON upload and option updates, but does not provide detailed exploit conditions, fixed version, or confirmed exploitation.

Mitigation direction

  • Identify WordPress sites running Profile Builder <= 3.6.0.
  • Check whether the Import and Export add-on is installed or enabled.
  • Review Cozmoslabs, WordPress.org, or Patchstack guidance for the fixed version.
  • Update the plugin once a vendor-supported fixed release is confirmed.
  • Disable the Import and Export add-on if it is not required.

Validation and detection

  • Inventory Profile Builder versions across managed WordPress sites.
  • Confirm whether affected sites use the Import and Export add-on.
  • Review plugin option-change history for unexpected imports or configuration changes.
  • After updating, verify the affected workflow no longer accepts unauthorized cross-site requests.
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-2021-36915 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.2 (3.1)
Known Exploited
No
Published

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

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
4.2CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:L1.62.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.2Medium
CVSS 3.1 vector shape for CVE-2021-36915Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
CozmoslabsProfile Builder – User Profile & User Registration Forms (WordPress plugin)<= 3.6.0Listed
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.