Security readout for executives and security teams
Plain-English summary
This is a stored cross-site scripting issue in the Fruitful WordPress theme. An authenticated user with subscriber-level access or higher could save script content through theme options, causing it to run for users who later view affected pages. Business risk is moderate because attacker access is required, but public WordPress sites often allow low-privilege accounts.
Executive priority
Treat as a near-term hygiene fix for affected WordPress sites, not an emergency unless untrusted users can create accounts or the site is business-critical.
Technical view
Fruitful theme versions up to and including 3.8.1 insufficiently sanitized and escaped several parameters handled by the fruitful_theme_options_action AJAX action. The result is stored XSS, tracked as CWE-79, with CVSS 3.1 score 6.4 and vector AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N.
Likely exposure
Exposure is most likely on WordPress sites running the Fruitful theme at version 3.8.1 or earlier, especially where subscriber registration or low-privilege accounts are available to untrusted users.
Exploitation context
The provided bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability requires authenticated access at subscriber level or higher, then affects later page visitors through stored script execution.
Researcher notes
Evidence is clear on stored XSS mechanics, affected versions through 3.8.1, required low-privilege authentication, and CVSS. The provided affected metadata is sparse, so validation should rely on installed theme name and version, not CPE matching alone.
Mitigation direction
- Upgrade Fruitful to version 3.8.2 or later where applicable.
- Remove the Fruitful theme if it is unused or no longer needed.
- Restrict untrusted subscriber-level account creation until remediation is complete.
- Review vendor and WordPress security guidance for any additional hardening.
- Check for unexpected theme option changes or suspicious low-privilege accounts.
Validation and detection
- Inventory WordPress sites using the Fruitful theme.
- Confirm installed Fruitful versions are newer than 3.8.1.
- Review whether public user registration is enabled.
- Check theme options for unexpected script-like content.
- Verify remediation in staging before production rollout where possible.
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-2020-36704 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
- 6.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
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:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
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.
