Security readout for executives and security teams
Plain-English summary
CVE-2025-69347 affects the WordPress WPSubscription plugin from Convers Lab through version 1.8.10. The issue is an IDOR authorization bypass, meaning attackers may access or affect subscription-related objects they should not control. The CVSS score is 8.6, driven mainly by unauthenticated network access and high confidentiality impact.
Executive priority
Treat as high priority for any public WordPress site using WPSubscription. The business risk is potential unauthorized access to subscription-related data. Prioritize inventory, version verification, and vendor-guided remediation before broader WordPress maintenance tasks.
Technical view
The vulnerability is classified as CWE-639, Authorization Bypass Through User-Controlled Key. The CVSS vector is AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L. Sources identify WPSubscription plugin versions up to and including 1.8.10 as affected. No public source in the bundle confirms active exploitation or provides exploit details.
Likely exposure
Exposure is likely limited to WordPress sites with the WPSubscription plugin installed, especially versions 1.8.10 or earlier. Internet-facing WordPress sites are the primary concern because the CVSS vector indicates network exploitation without authentication or user interaction.
Exploitation context
There is no KEV listing and no cited source confirms active exploitation. The issue is still important because unauthenticated IDOR flaws can expose sensitive subscription or user-related data when object-level authorization checks are missing.
Researcher notes
The public record names IDOR and CWE-639 but provides limited implementation detail. The affected range is stated as through 1.8.10. Avoid assuming a patch version unless confirmed by vendor or Patchstack. No source provided here establishes exploitation in the wild.
Mitigation direction
- Inventory WordPress sites for the WPSubscription plugin.
- Identify installed WPSubscription versions and compare against 1.8.10.
- Check Convers Lab or Patchstack guidance for a fixed version.
- Update to a vendor-confirmed fixed version when available.
- Disable or remove the plugin if no safe version is available.
- Review access logs for unusual subscription object access.
Validation and detection
- Confirm whether WPSubscription is installed on each WordPress site.
- Record the exact plugin version from trusted administrative sources.
- Verify remediation against vendor or Patchstack advisory information.
- Check that unauthenticated users cannot access restricted subscription objects.
- Monitor for unexpected access patterns involving subscription-related resources.
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-639: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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 lookupPrivilege behavior lookup
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2025-69347 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
- High
- CVSS
- 8.6 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
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:L/PR:N/UI:N/S:U/C:H/I:L/A:L3.94.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.6HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
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.
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
