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-14795

CVE-2025-14795: Stop Spammers Classic CSRF Vulnerability

CVE-2025-14795 is a Cross-Site Request Forgery flaw in Stop Spammers Classic plugin for WordPress that allows attackers to manipulate spam allowlists. This post covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-14795 Overview

The Stop Spammers Classic plugin for WordPress contains a Cross-Site Request Forgery (CSRF) vulnerability in all versions up to, and including, 2026.1. The vulnerability exists due to missing nonce validation in the ss_addtoallowlist class, which allows unauthenticated attackers to add arbitrary email addresses to the spam allowlist through forged requests. Successful exploitation requires social engineering a site administrator into clicking a malicious link.

Critical Impact

Attackers can bypass spam protection mechanisms by adding arbitrary email addresses to the allowlist, potentially enabling spam campaigns and phishing attacks to reach WordPress site users.

Affected Products

  • Stop Spammers Classic plugin for WordPress versions up to and including 2026.1
  • WordPress installations using vulnerable Stop Spammers Classic plugin versions

Discovery Timeline

  • 2026-01-28 - CVE CVE-2025-14795 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-14795

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability affects the Stop Spammers Classic WordPress plugin's allowlist management functionality. The core issue resides in the ss_addtoallowlist class, which handles requests to add email addresses to the spam allowlist. The class fails to implement proper nonce validation, a critical security mechanism in WordPress that verifies the authenticity and intent of form submissions.

Without nonce validation, the application cannot distinguish between legitimate administrator requests and malicious forged requests. This allows attackers to craft malicious web pages or links that, when visited by an authenticated administrator, will execute unauthorized actions on the WordPress installation.

The vulnerability was partially addressed in version 2026.1, though the fix may not be complete. Organizations should review the WordPress Change Set #3436357 and WordPress Change Set #3440788 for details on the implemented patches.

Root Cause

The root cause of this vulnerability is the absence of WordPress nonce verification in the ss_addtoallowlist class. In WordPress development, nonces (number used once) are security tokens that help protect URLs and forms from misuse. When a privileged action lacks nonce validation, attackers can exploit the trust relationship between the authenticated administrator's browser and the WordPress site.

The vulnerable code can be reviewed in the WordPress Plugin Code Review, which shows the implementation lacking proper wp_verify_nonce() or check_admin_referer() calls before processing allowlist modifications.

Attack Vector

The attack is network-based and requires user interaction. An attacker would create a malicious webpage containing a hidden form or JavaScript that submits a request to the target WordPress site's admin endpoint for adding email addresses to the allowlist.

The attack flow involves:

  1. Attacker crafts a malicious link or webpage containing a forged request to the WordPress admin endpoint
  2. Attacker delivers the malicious link to an authenticated WordPress administrator through email, social media, or other channels
  3. When the administrator clicks the link while logged into WordPress, their browser automatically includes session cookies
  4. The forged request executes with administrator privileges, adding attacker-specified email addresses to the spam allowlist
  5. Spam emails from those addresses now bypass the spam protection system

Detection Methods for CVE-2025-14795

Indicators of Compromise

  • Unexpected email addresses appearing in the Stop Spammers Classic plugin allowlist
  • Administrator audit logs showing allowlist modifications without corresponding legitimate administrative activity
  • Increased spam reaching users from previously unknown email addresses
  • Suspicious outbound requests from administrator browsers to external domains followed by allowlist changes

Detection Strategies

  • Monitor WordPress admin activity logs for allowlist modifications, particularly those occurring without direct admin panel interaction
  • Implement web application firewalls (WAF) to detect and block suspicious CSRF patterns targeting WordPress admin endpoints
  • Review the Stop Spammers Classic allowlist regularly for unauthorized entries
  • Deploy endpoint detection solutions to identify administrator browsers visiting suspicious external sites

Monitoring Recommendations

  • Enable comprehensive logging for all WordPress plugin administrative actions
  • Configure alerts for bulk or automated modifications to spam protection settings
  • Implement Content Security Policy headers to reduce CSRF attack surface
  • Use SentinelOne Singularity to monitor endpoint activity for suspicious browser behavior patterns

How to Mitigate CVE-2025-14795

Immediate Actions Required

  • Update Stop Spammers Classic plugin to the latest version beyond 2026.1
  • Audit the current spam allowlist for any suspicious or unauthorized email entries
  • Review administrator activity logs for any signs of exploitation
  • Educate administrators about CSRF attack vectors and safe browsing practices while authenticated

Patch Information

The vulnerability was partially patched in version 2026.1 of the Stop Spammers Classic plugin. Administrators should update to the latest available version and monitor the plugin repository for complete fixes. Detailed patch information is available in the Wordfence Vulnerability Report.

To update the plugin:

  1. Navigate to WordPress Dashboard > Plugins > Installed Plugins
  2. Locate Stop Spammers Classic and click "Update Now" if available
  3. Alternatively, download the latest version from the WordPress plugin repository and install manually

Workarounds

  • Implement a Web Application Firewall (WAF) with CSRF protection rules to filter malicious requests
  • Use browser extensions that provide CSRF protection for administrative sessions
  • Limit administrator sessions and require re-authentication before performing sensitive plugin configuration changes
  • Consider temporarily disabling the plugin if a complete patch is not available and spam protection can be handled by alternative means
bash
# Verify current plugin version in WordPress
wp plugin list --name=stop-spammer-registrations-plugin --format=table

# Update to latest version via WP-CLI
wp plugin update stop-spammer-registrations-plugin

# Audit allowlist entries (review output for suspicious entries)
wp db query "SELECT * FROM wp_options WHERE option_name LIKE '%stop_spammer%allowlist%'"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

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

  • WordPress Change Set #3436357

  • WordPress Change Set #3440788

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-39417: WordPress Redirect Plugin CSRF Vulnerability

  • CVE-2026-6451: WordPress CMS für Motorrad Plugin CSRF Flaw

  • CVE-2026-6396: WordPress 3F Plugin CSRF Vulnerability

  • CVE-2026-4131: WP Responsive Popup + Optin CSRF Vulnerability
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