LiveActive security incident?Get immediate response
CVE Record

CVE-2025-69347: WordPress WPSubscription plugin <= 1.8.10 - Insecure Direct Object References (IDOR) vulnerability

Authorization Bypass Through User-Controlled Key vulnerability in Convers Lab WPSubscription subscription allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects WPSubscription: from n/a through <= 1.8.10.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
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 · low confidence lookup

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 lookup
description · low confidence lookup

Privilege 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2025-69347Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L

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
Convers LabWPSubscriptionsubscription, 0unaffected
Weakness

CWE details

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

CWE-639 · source CWE mapping

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.