Security readout for executives and security teams
Plain-English summary
CVE-2023-6806 is a stored cross-site scripting flaw in the Starbox WordPress plugin through version 3.4.8. A logged-in user with Subscriber-level access or higher could store script content in Job Settings profile fields, causing it to run when another user views the affected page.
Executive priority
Treat this as a moderate web application risk. Prioritize internet-facing WordPress sites with open registration or many low-privilege users. It is less urgent than unauthenticated code execution, but stored XSS can affect administrators and site visitors.
Technical view
The issue is CWE-79 caused by insufficient input sanitization and output escaping in Starbox Job Settings user profile fields. CVSS is 6.4, network exploitable, low complexity, low privileges required, changed scope, with limited confidentiality and integrity impact and no availability impact.
Likely exposure
Exposure is likely limited to WordPress sites using Starbox – the Author Box for Humans version 3.4.8 or earlier, especially where untrusted users can create or hold Subscriber-level accounts or higher.
Exploitation context
The source bundle does not show active exploitation, and KEV is false. Exploitation requires authenticated access, but no user interaction is required after injection beyond someone visiting a page that renders the stored content.
Researcher notes
The provided affected metadata is inconsistent, listing version "0" with defaultStatus "unaffected", while the CVE description states all versions up to and including 3.4.8 are vulnerable. Base conclusions on the narrative and cited Wordfence and WordPress Trac references.
Mitigation direction
- Update Starbox to a version newer than 3.4.8 if available.
- Check Wordfence and plugin vendor guidance for confirmed fixed versions.
- Restrict untrusted Subscriber-level account creation until remediated.
- Disable the plugin if no safe update is available.
- Review existing user profile Job Settings content for suspicious scripts.
Validation and detection
- Inventory WordPress sites for the Starbox plugin and installed version.
- Flag any Starbox installation at version 3.4.8 or earlier.
- Confirm whether public or untrusted users can authenticate as Subscriber or higher.
- Review rendered author/profile pages for unexpected script execution indicators.
- Verify updated plugin output escapes Job Settings fields in staging.
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-2023-6806 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
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.
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.
