Cyber Resilience

CVE-2024-12919

Critical

Published: 14 January 2025

Published
14 January 2025
Modified
22 January 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0016 36.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12919 is a critical-severity Improper Authentication (CWE-287) vulnerability in Cozmoslabs Membership \& Content Restriction - Paid Member Subscriptions. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 IA-2 (Identification and Authentication (Organizational Users)) and IA-5 (Authenticator Management).

Deeper analysis

CVE-2024-12919 is an authentication bypass vulnerability in the Paid Membership Subscriptions – Effortless Memberships, Recurring Payments & Content Restriction plugin for WordPress, affecting all versions up to and including 2.13.7. The flaw occurs in the pms_pb_payment_redirect_link function, which authenticates users based solely on a user-controlled value from the 'pms_payment_id' parameter without performing any further identity validation.

Unauthenticated attackers with knowledge of a valid payment ID can exploit this vulnerability remotely over the network with low complexity and no user interaction required. Successful exploitation allows them to log in as any user who has made a purchase on the targeted site, potentially granting access to sensitive data and privileged actions. The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is linked to CWE-287 (Improper Authentication).

Mitigation details are provided in the plugin's WordPress trac changeset 3214706 at https://plugins.trac.wordpress.org/changeset/3214706/paid-member-subscriptions, which includes the patch. Additional threat intelligence is available from Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/d3a4fa4d-a7d2-4890-b0f5-5fe69bc5e7ac?source=cve. Security practitioners should update to a patched version beyond 2.13.7 immediately.

EU & UK References

Vulnerability details

The Paid Membership Subscriptions – Effortless Memberships, Recurring Payments & Content Restriction plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 2.13.7. This is due to the pms_pb_payment_redirect_link function using the user-controlled value supplied…

more

via the 'pms_payment_id' parameter to authenticate users without any further identity validation. This makes it possible for unauthenticated attackers with knowledge of a valid payment ID to log in as any user who has made a purchase on the targeted site.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

Auth bypass in public-facing WordPress plugin directly enables remote exploitation (T1190) to obtain and use valid user accounts without credentials (T1078).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-2991Shared CWE-287
CVE-2026-5229Shared CWE-287
CVE-2026-24038Shared CWE-287
CVE-2026-8621Shared CWE-287
CVE-2025-67822Shared CWE-287
CVE-2025-22146Shared CWE-287
CVE-2026-3655Shared CWE-287
CVE-2026-45156Shared CWE-287
CVE-2025-7955Shared CWE-287
CVE-2026-5722Shared CWE-287

Affected Assets

cozmoslabs
membership \& content restriction - paid member subscriptions
≤ 2.13.8

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires robust identification and authentication for users, directly preventing bypass vulnerabilities that rely on unvalidated parameters like pms_payment_id for login.

prevent

Mandates validation of user-controlled inputs such as the pms_payment_id parameter before using them in authentication decisions, addressing the core exploitation vector.

prevent

Ensures proper management and verification of authenticators, preventing authentication based solely on unverified user-supplied values like payment IDs without identity confirmation.

References