LiveActive security incident?Get immediate response
CVE Record

CVE-2026-24944: WordPress Subscribe2 plugin <= 10.44 - Broken Access Control vulnerability

Missing Authorization vulnerability in weDevs Subscribe2 subscribe2 allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Subscribe2: from n/a through <= 10.44.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-24944 is a broken access control issue in the WordPress Subscribe2 plugin through version 10.44. An unauthenticated network attacker may access functionality or data that should require authorization. Public sources rate it medium severity, with high confidentiality impact and low integrity impact. No cited source indicates active exploitation.

Executive priority

Treat this as a moderate-priority WordPress plugin risk. It is not reported as actively exploited, but it may expose sensitive information without login. Organizations with public WordPress sites using Subscribe2 should verify versions and follow vendor guidance promptly.

Technical view

The issue is CWE-862 Missing Authorization in weDevs Subscribe2, affecting versions up to and including 10.44. CVSS 3.1 is 6.5: AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N. Patchstack and the CVE record describe incorrectly configured access control security levels, but provide limited technical detail publicly.

Likely exposure

Exposure is limited to WordPress sites running the Subscribe2 plugin at version 10.44 or earlier. Internet-facing WordPress sites are the main concern because the CVSS vector requires network access and no user privileges or interaction.

Exploitation context

The CVE is not listed as KEV in the provided bundle. Public details do not confirm exploitation in the wild or provide a named attack path. The high attack complexity suggests exploitation may depend on specific site state, configuration, or reachable plugin behavior.

Researcher notes

Public source detail is sparse. The CVSS vector indicates unauthenticated network exploitation with high complexity, high confidentiality impact, and limited integrity impact. Do not assume exploitability across all installations without reviewing the vulnerable plugin code, configuration, and any vendor update notes.

Mitigation direction

  • Inventory WordPress sites for the Subscribe2 plugin and version.
  • Prioritize sites running Subscribe2 10.44 or earlier.
  • Check the vendor or plugin repository for an updated fixed version.
  • If no fix is available, consider disabling the plugin where business impact is acceptable.
  • Restrict administrative and plugin-related access using normal WordPress hardening controls.

Validation and detection

  • Confirm whether Subscribe2 is installed on each WordPress site.
  • Record the installed Subscribe2 version and compare against 10.44.
  • Review plugin changelog or vendor advisory for a fixed release.
  • Check web logs for unusual unauthenticated access to Subscribe2-related endpoints.
  • Document compensating controls if the plugin cannot be updated or disabled.
Prepared
Confidence
high
Sources
3

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-862: 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-2026-24944 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.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2026-24944Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/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
weDevsSubscribe2subscribe2, 0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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