LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6922: Under Construction / Maintenance Mode from Acurax <= 2.6 - Authenticated (Subscriber+) Sensitive Information Exposure

The Under Construction / Maintenance Mode from Acurax plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to, and including, 2.6 via the 'acx_csma_subscribe_ajax' function. This can allow authenticated attackers to extract sensitive data such as names and email addresses of subscribed visitors.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw can let a logged-in user with Subscriber-level access or higher view personal details collected from maintenance-mode subscribers, such as names and email addresses. It is not described as unauthenticated or actively exploited, but it can expose contact data and create privacy, phishing, and compliance concerns.

Executive priority

Treat this as a moderate privacy-risk item. It is unlikely to cause service disruption, but it can expose contact data and increase phishing risk. Prioritize sites with public registration, large subscriber lists, or regulated personal information.

Technical view

CVE-2023-6922 is a CWE-200 sensitive information exposure in Under Construction / Maintenance Mode from Acurax through version 2.6. The issue is tied to the acx_csma_subscribe_ajax function. CVSS 3.1 is 4.3: network reachable, low complexity, low privileges required, no user interaction, confidentiality impact only.

Likely exposure

Exposure is limited to WordPress sites running the Acurax maintenance-mode plugin up to and including 2.6, where untrusted or broadly granted Subscriber-level accounts exist. Sites without this plugin, without collected subscriber data, or without low-privilege users have lower practical exposure.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The vulnerability requires an authenticated account, reducing internet-wide drive-by risk, but Subscriber-level access is commonly low-trust on some WordPress sites. The likely impact is disclosure of subscriber names and email addresses.

Researcher notes

Evidence supports authenticated sensitive information exposure via acx_csma_subscribe_ajax in versions through 2.6. The bundle does not provide exploit evidence, a confirmed patched version, or detailed vendor remediation language, so validation should focus on installed version, account trust model, and data sensitivity.

Mitigation direction

  • Inventory WordPress sites for the Acurax maintenance-mode plugin.
  • If version is 2.6 or older, check vendor guidance and update if available.
  • Disable or remove the plugin where it is not operationally needed.
  • Limit Subscriber-level accounts to trusted users until remediated.
  • Review collected subscriber data for privacy and notification obligations.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Record the installed plugin version and compare against 2.6 or older.
  • Review whether public registration or low-trust Subscriber accounts are enabled.
  • Check whether the plugin stores visitor names or email addresses.
  • Review access logs for unusual authenticated subscription-data access patterns.
Prepared
Confidence
medium
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-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-2023-6922 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
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
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-2023-6922Attack 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
acuraxUnder Construction / Maintenance Mode from Acurax0unaffected
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.