LiveActive security incident?Get immediate response
CVE Record

CVE-2024-0366: Starbox – the Author Box for Humans <= 3.4.7 - Insecure Direct Object Reference

The Starbox – the Author Box for Humans plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.4.7 via the action function due to missing validation on a user controlled key. This makes it possible for subscribers to view plugin preferences and potentially other user settings.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A low-privileged WordPress subscriber could view Starbox plugin preferences and potentially other user settings they should not see. The issue is confidentiality-only in the provided scoring, with no stated data modification or outage impact.

Executive priority

Treat this as a moderate-priority WordPress plugin remediation. It is not a known mass-exploitation issue in the supplied evidence, but it can expose configuration or user-setting data to low-privileged accounts.

Technical view

CVE-2024-0366 is an IDOR/CWE-284 flaw in Starbox – the Author Box for Humans through 3.4.7. The vulnerable action function lacks validation on a user-controlled key, allowing subscriber-level users to access plugin preferences and possibly other user settings.

Likely exposure

Exposure applies to WordPress sites running Starbox – the Author Box for Humans versions up to and including 3.4.7, especially where subscriber accounts exist. Unauthenticated exposure is not supported by the provided sources.

Exploitation context

The CVE is not listed as KEV in the source bundle, and no provided source states active exploitation. Exploitation requires authenticated low-privileged access and no user interaction, with CVSS 4.3 confidentiality impact only.

Researcher notes

The record identifies missing validation on a user-controlled key in the action function. The provided evidence supports confidentiality exposure only; affected scope beyond plugin preferences and potential user settings is not fully detailed.

Mitigation direction

  • Inventory WordPress sites using the Starbox plugin and record installed versions.
  • Upgrade Starbox following vendor or Wordfence guidance, prioritizing versions later than 3.4.7 where available.
  • Restrict unnecessary subscriber account creation until affected sites are remediated.
  • Review plugin settings for sensitive values that should not be exposed to subscribers.

Validation and detection

  • Confirm whether Starbox is installed and whether the version is 3.4.7 or earlier.
  • Verify subscriber-role users cannot access Starbox preferences or other user settings.
  • Review WordPress user lists for unexpected subscriber accounts.
  • Check logs for subscriber access to Starbox-related actions, where logging is available.
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-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2024-0366 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2024-0366Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.