The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-4118

CVE-2026-4118: WordPress Call To Action CSRF Vulnerability

CVE-2026-4118 is a Cross-Site Request Forgery flaw in the Call To Action Plugin for WordPress that allows attackers to modify plugin settings. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-4118 Overview

The Call To Action Plugin for WordPress contains a Cross-Site Request Forgery (CSRF) vulnerability in all versions up to and including 3.1.3. The vulnerability exists due to missing nonce validation in the cbox_options_page() function, which handles saving, creating, and deleting plugin settings. This security flaw allows unauthenticated attackers to modify plugin configurations through forged requests when a site administrator is tricked into clicking a malicious link.

Critical Impact

Unauthenticated attackers can modify call-to-action box configurations including title, content, link URL, image URL, colors, and other settings via CSRF attacks targeting site administrators.

Affected Products

  • Call To Action Plugin for WordPress versions up to and including 3.1.3

Discovery Timeline

  • 2026-04-22 - CVE-2026-4118 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-4118

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability stems from a fundamental security oversight in the plugin's settings management implementation. The cbox_options_page() function processes administrative actions—including saving, creating, and deleting plugin configurations—without any CSRF protection mechanisms in place.

The vulnerability is particularly concerning because it targets WordPress administrative functionality. When an authenticated administrator visits a malicious page or clicks a crafted link, their browser will automatically include their WordPress session cookies in the forged request, allowing the attacker's payload to execute with full administrative privileges within the plugin context.

Successful exploitation enables attackers to inject malicious content into call-to-action boxes displayed on the website, potentially redirecting visitors to phishing sites, injecting JavaScript through malicious URLs, or defacing the site's call-to-action elements. This can lead to secondary attacks against site visitors.

Root Cause

The root cause of this vulnerability is the absence of WordPress security functions designed to prevent CSRF attacks. The settings page form rendered by the plugin does not include a wp_nonce_field() call, which would generate a cryptographic token to verify the legitimacy of form submissions. Additionally, the save handler fails to call wp_verify_nonce() or check_admin_referer() before processing settings updates via $wpdb->update().

This represents a violation of WordPress security best practices, which mandate nonce verification for all state-changing administrative operations to ensure requests originate from authorized sources.

Attack Vector

The attack requires social engineering to trick a logged-in WordPress administrator into visiting a malicious webpage or clicking a crafted link. The attacker constructs an HTML page containing a hidden form that targets the plugin's settings endpoint with the attacker's desired configuration values. When the administrator loads this page, the form automatically submits via JavaScript, sending the forged request with the administrator's active WordPress session.

Because the plugin does not validate request origin through nonce tokens, the malicious request is processed as if the administrator intentionally submitted the form. The attacker can modify any plugin setting, including injecting malicious URLs that could redirect site visitors or changing the call-to-action content to display attacker-controlled messaging.

The attack does not require authentication, but does require user interaction from an authenticated administrator, which limits the attack surface while still presenting significant risk to unpatched installations.

Detection Methods for CVE-2026-4118

Indicators of Compromise

  • Unexpected changes to call-to-action box settings including title, content, URLs, or styling without authorized administrator actions
  • Modified link URLs or image URLs pointing to external or suspicious domains
  • Call-to-action elements displaying unfamiliar content or redirecting to unexpected destinations
  • Administrator audit logs showing settings changes at unusual times or from unfamiliar referrer URLs

Detection Strategies

  • Review WordPress access logs for POST requests to the plugin settings endpoint originating from external referrers or unusual sources
  • Implement web application firewalls (WAF) with rules to detect and block CSRF attack patterns targeting WordPress admin endpoints
  • Monitor plugin configuration database tables for unauthorized modifications
  • Deploy endpoint detection solutions that can identify malicious browser redirects initiated through CSRF attacks

Monitoring Recommendations

  • Enable WordPress activity logging plugins to track all settings changes with user attribution and source information
  • Configure alerts for call-to-action plugin settings modifications outside of normal business hours
  • Periodically audit call-to-action link URLs and image sources to verify they point to legitimate, expected destinations
  • Implement SentinelOne Singularity for real-time monitoring of web server processes and detection of anomalous plugin behavior

How to Mitigate CVE-2026-4118

Immediate Actions Required

  • Update the Call To Action Plugin to the latest patched version immediately if available
  • Temporarily deactivate the plugin until a security update is released if no patch is currently available
  • Audit current plugin settings to verify no unauthorized modifications have been made
  • Educate administrators about CSRF risks and avoiding clicking links in emails or messages while logged into WordPress

Patch Information

Refer to the Wordfence Vulnerability Report for the latest patch information and update guidance. The vulnerable code can be reviewed in the WordPress Plugin Source Code repository.

Organizations should update to a version higher than 3.1.3 that implements proper nonce validation in the cbox_options_page() function.

Workarounds

  • Deploy a Web Application Firewall (WAF) with CSRF protection rules to filter malicious forged requests targeting WordPress admin endpoints
  • Restrict access to the WordPress admin area by IP address to limit the attack surface from external networks
  • Implement browser-based security extensions that warn administrators before submitting forms to external referrers
  • Consider using WordPress security plugins that add additional CSRF protection layers to plugin settings pages
bash
# Configuration example - Add IP restriction to WordPress admin area in .htaccess
<Files wp-admin>
    Order deny,allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Files>

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 Source Code

  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • WordPress Plugin Trunk Code

  • WordPress Plugin Trunk Code

  • WordPress Plugin Trunk Code

  • WordPress Plugin Trunk Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-5365: LatePoint WordPress Plugin CSRF Vulnerability

  • CVE-2026-6701: WordPress addfreespace Plugin CSRF Flaw

  • CVE-2026-6702: WordPress Publish 2 Ping.fm CSRF Vulnerability

  • CVE-2026-6700: DX Sources WordPress Plugin CSRF 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