LiveActive security incident?Get immediate response
CVE Record

CVE-2024-13600: Majestic Support – The Leading-Edge Help Desk & Customer Support Plugin <= 1.0.5 - Unauthenticated Sensitive Information Exposure Through Unprotected Directory

The Majestic Support – The Leading-Edge Help Desk & Customer Support Plugin plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.0.5 via the 'majesticsupportdata' directory. This makes it possible for unauthenticated attackers to extract sensitive data stored insecurely in the /wp-content/uploads/majesticsupportdata directory which can contain file attachments included in support tickets.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Majestic Support for WordPress could store support ticket attachments in a web-accessible uploads directory. On affected sites, an unauthenticated visitor may be able to retrieve sensitive files from support tickets. The primary business risk is confidentiality loss, not site takeover or service outage.

Executive priority

Treat this as a high-priority confidentiality incident risk for any customer-facing WordPress support portal. Prioritize sites handling identity documents, contracts, invoices, credentials, or regulated support data. Response urgency depends on whether exposed attachments exist and whether logs show access.

Technical view

CVE-2024-13600 is a CWE-200 sensitive information exposure in Majestic Support versions up to and including 1.0.5. The exposed path is /wp-content/uploads/majesticsupportdata, which may contain support ticket attachments. CVSS 3.1 is 7.5: network-accessible, low complexity, no privileges, no user interaction, high confidentiality impact.

Likely exposure

Exposure is most likely on public WordPress sites running Majestic Support 1.0.5 or earlier, especially where customers or staff attached files to support tickets. Sites without this plugin, without ticket attachments, or with effective server-side access controls are less exposed.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is still easy to abuse if the directory is reachable, because the stated attack path requires no authentication or user interaction.

Researcher notes

The bundle names the vulnerable directory and affected versions but does not provide exploit telemetry or a fixed version number. Avoid assuming compromise from plugin presence alone; validate installed version, directory reachability, attachment contents, and historical access logs.

Mitigation direction

  • Identify all WordPress sites running Majestic Support.
  • Review Wordfence and vendor guidance for the fixed release.
  • Update from versions 1.0.5 and earlier as soon as possible.
  • Restrict public access to the majesticsupportdata uploads directory.
  • Remove or relocate sensitive ticket attachments if exposure occurred.
  • Review whether affected support tickets contained regulated data.

Validation and detection

  • Inventory Majestic Support versions across managed WordPress sites.
  • Confirm whether /wp-content/uploads/majesticsupportdata is publicly reachable.
  • Review web logs for unauthenticated access to that directory.
  • Sample stored ticket attachments for sensitive business or customer data.
  • Verify the plugin is updated beyond affected versions.
  • Confirm directory access controls remain effective after update.
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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-13600 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2024-13600Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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
ahmadmjMajestic Support – The Leading-Edge Help Desk & Customer Support Plugin0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.