LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6806: Starbox <= 3.4.8 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Job Settings

The Starbox plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Job Settings user profile fields in all versions up to, and including, 3.4.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
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-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-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
Vulnerability profileCVE Program record
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

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
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2023-6806Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/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
cifiStarbox – the Author Box for Humans0unaffected
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.