CVE-2025-13312
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-13312, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-05

Last updated on: 2025-12-08

Assigner: Wordfence

Description

The CRM Memberships plugin for WordPress is vulnerable to unauthorized membership tag creation due to a missing capability check on the 'ntzcrm_add_new_tag' function in all versions up to, and including, 2.5. This makes it possible for unauthenticated attackers to create arbitrary membership tags and modify CRM configuration that should be restricted to administrators.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-05
Last Modified
2025-12-08
Generated
2026-07-06
AI Q&A
2025-12-05
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wordpress crm_memberships *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the CRM Memberships plugin for WordPress allows unauthenticated attackers to create arbitrary membership tags and modify CRM configuration because the 'ntzcrm_add_new_tag' function lacks a proper capability check. This means anyone can add or change membership tags without needing administrator permissions.

Impact Analysis

The vulnerability can impact you by allowing unauthorized users to modify membership tags and CRM settings, potentially leading to unauthorized access control changes or manipulation of membership data, which could disrupt normal operations or lead to further exploitation.

Detection Guidance

Detection can focus on monitoring unauthorized API calls to the vulnerable AJAX endpoints exposed by the crm-memberships plugin, especially calls to 'ntzcrm_add_new_tag' or other tag creation/update endpoints without proper authentication. Network or web server logs can be searched for POST requests to these AJAX actions. For example, using grep on web server logs: grep 'wp-admin/admin-ajax.php' /path/to/access.log | grep -E 'ntzcrm_add_new_tag|ntzcrm_create_user|ntzcrm_update_user_tags'. Additionally, monitoring for unexpected membership tag creation or modification in the WordPress admin or database may indicate exploitation attempts. [2]

Mitigation Strategies

Immediate mitigation steps include updating the crm-memberships plugin to a version later than 2.5 where the vulnerability is fixed. If an update is not available, restrict access to the vulnerable AJAX endpoints by implementing firewall rules or web application firewall (WAF) rules to block unauthenticated requests to 'ntzcrm_add_new_tag' and related API endpoints. Additionally, review and tighten capability checks in the plugin code to ensure only authorized users can create or modify membership tags. Monitoring and alerting on suspicious API usage is also recommended. [2]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-13312. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart