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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N2.24.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.5MediumVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
