Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14854

CVE-2025-14854: WP-CRM System Information Disclosure

CVE-2025-14854 is an information disclosure vulnerability in WP-CRM System plugin for WordPress that allows authenticated attackers to enumerate CRM contact email addresses and modify task statuses. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2025-14854 Overview

The WP-CRM System plugin for WordPress contains a broken access control vulnerability due to missing capability checks on critical AJAX functions. Specifically, the wpcrm_get_email_recipients and wpcrm_system_ajax_task_change_status functions fail to verify user permissions, allowing authenticated attackers with minimal privileges (subscriber level and above) to access sensitive CRM data and modify system states without authorization.

Critical Impact

Authenticated attackers can enumerate CRM contact email addresses (PII disclosure) and arbitrarily modify CRM task statuses, potentially disrupting business workflows and exposing sensitive customer information.

Affected Products

  • WP-CRM System plugin for WordPress versions up to and including 3.4.5
  • WordPress installations with WP-CRM System plugin active
  • Any website using affected versions with registered user accounts

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-14854 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2025-14854

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), a common security weakness where an application fails to perform proper access control checks before granting users access to protected resources or functionality. The WP-CRM System plugin exposes two AJAX endpoints that can be accessed by any authenticated user, regardless of their role or capabilities within WordPress.

The wpcrm_get_email_recipients function allows retrieval of CRM contact email addresses, which constitutes personally identifiable information (PII). The wpcrm_system_ajax_task_change_status function permits modification of CRM task statuses, which could disrupt business operations and workflow management. Both functions are accessible via standard WordPress AJAX requests without verifying if the requesting user has appropriate administrative or CRM management capabilities.

Root Cause

The root cause of this vulnerability is the absence of capability checks using WordPress's built-in access control functions such as current_user_can(). The affected AJAX handler functions process requests from any authenticated user without validating whether they possess the necessary permissions to perform these privileged operations. Properly secured WordPress plugins should implement capability checks at the beginning of AJAX handlers to ensure only authorized users can execute sensitive functions.

Attack Vector

This vulnerability is exploitable over the network by any authenticated user with at least subscriber-level access. An attacker would need to register an account on the target WordPress site or compromise an existing low-privilege account. Once authenticated, the attacker can craft AJAX requests directly to the vulnerable endpoints. No user interaction from administrators or other users is required, and the attack can be performed through simple HTTP POST requests to the WordPress AJAX handler (wp-admin/admin-ajax.php) with the appropriate action parameters.

The attack enables two distinct malicious operations: enumeration of CRM contact email addresses for potential phishing campaigns or data harvesting, and manipulation of CRM task statuses which could disrupt business processes or hide evidence of unauthorized access.

Detection Methods for CVE-2025-14854

Indicators of Compromise

  • Unusual AJAX requests to admin-ajax.php with actions wpcrm_get_email_recipients or wpcrm_system_ajax_task_change_status from non-administrative users
  • Unexpected changes to CRM task statuses not correlating with authorized user activity
  • High volume of requests to CRM-related AJAX endpoints from subscriber or contributor accounts
  • Audit log entries showing CRM data access by users without CRM management responsibilities

Detection Strategies

  • Implement WordPress activity logging plugins to monitor AJAX requests and flag suspicious patterns
  • Review server access logs for POST requests to admin-ajax.php containing the vulnerable action parameters
  • Deploy web application firewall (WAF) rules to detect and alert on unauthorized CRM data access attempts
  • Configure SentinelOne Singularity to monitor for anomalous WordPress application behavior

Monitoring Recommendations

  • Enable comprehensive WordPress audit logging covering all AJAX requests
  • Set up alerts for CRM task status changes occurring outside business hours or from unexpected user accounts
  • Monitor for bulk data extraction patterns indicating email address enumeration
  • Review user access patterns to identify accounts that may have been compromised for exploitation

How to Mitigate CVE-2025-14854

Immediate Actions Required

  • Update WP-CRM System plugin to a version newer than 3.4.5 when available
  • Review CRM task logs for unauthorized modifications and restore any altered data
  • Audit user accounts to identify potential malicious subscribers that may have exploited this vulnerability
  • Consider temporarily restricting user registration if the site allows open registration

Patch Information

A patched version addressing this vulnerability should be obtained from the official WordPress plugin repository. Site administrators should monitor the WordPress Plugin Source Code repository and the Wordfence Vulnerability Analysis for update announcements. Ensure automatic updates are enabled for WordPress plugins or establish a regular update schedule.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to block AJAX requests with vulnerable action parameters from non-administrative users
  • Use a security plugin to restrict AJAX functionality to administrative roles only as a temporary measure
  • Disable user registration on the WordPress site if not critical to business operations
  • Consider deactivating the WP-CRM System plugin until a patched version is available if the risk is unacceptable
bash
# WordPress wp-config.php hardening - disable user registration
define('USERS_CAN_REGISTER', false);

# Example .htaccess rule to restrict AJAX access (use with caution)
# Add to WordPress .htaccess to block suspicious CRM AJAX requests
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php$ [NC]
RewriteCond %{QUERY_STRING} action=wpcrm_get_email_recipients [NC,OR]
RewriteCond %{QUERY_STRING} action=wpcrm_system_ajax_task_change_status [NC]
RewriteRule .* - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin Source Code

  • WordPress Plugin Functions Source

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-4106: HT Mega Elementor Information Disclosure

  • CVE-2026-2262: Easy Appointments Information Disclosure

  • CVE-2026-4126: Table Manager Plugin Info Disclosure Flaw

  • CVE-2026-4812: ACF WordPress Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English