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-2025-26768

CVE-2025-26768: what3words Address Field CSRF Vulnerability

CVE-2025-26768 is a Cross-Site Request Forgery flaw in what3words Address Field plugin that enables Stored XSS attacks. This article covers the technical details, affected versions up to 4.0.15, and mitigation steps.

Published: April 14, 2026

CVE-2025-26768 Overview

A Cross-Site Request Forgery (CSRF) vulnerability exists in the what3words Address Field WordPress plugin (3-word-address-validation-field) that enables Stored Cross-Site Scripting (XSS) attacks. This chained vulnerability allows attackers to trick authenticated administrators into unknowingly submitting malicious requests that inject persistent JavaScript code into the WordPress site. Once stored, the malicious scripts execute in the browsers of any user viewing the affected pages.

Critical Impact

Attackers can chain CSRF with Stored XSS to achieve persistent code execution in victim browsers, potentially leading to credential theft, session hijacking, administrative account takeover, and website defacement.

Affected Products

  • what3words Address Field WordPress plugin versions up to and including 4.0.15
  • WordPress installations using the 3-word-address-validation-field plugin

Discovery Timeline

  • 2025-02-16 - CVE-2025-26768 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2025-26768

Vulnerability Analysis

This vulnerability represents a chained attack scenario combining two distinct web application weaknesses. The what3words Address Field plugin fails to implement proper CSRF token validation on certain administrative actions, allowing attackers to craft malicious requests that execute in the context of an authenticated administrator's session. The lack of input sanitization and output encoding on user-supplied data creates the secondary Stored XSS condition.

When an administrator is tricked into visiting an attacker-controlled page while logged into WordPress, the malicious page can submit forms or trigger requests to the vulnerable plugin endpoints. Because the plugin does not verify the authenticity of these requests through CSRF tokens, it processes them as legitimate. The injected payload is then stored in the database and rendered without proper escaping to all users viewing affected content.

Root Cause

The vulnerability stems from two related implementation failures in the what3words Address Field plugin. First, the plugin does not implement WordPress nonce verification (wp_verify_nonce()) on state-changing requests, making it susceptible to CSRF attacks. Second, user input is stored and later displayed without proper sanitization using functions like esc_html(), esc_attr(), or wp_kses(), enabling the Stored XSS component.

Attack Vector

An attacker would create a malicious webpage containing a hidden form that targets the vulnerable plugin endpoint. The attacker then entices an authenticated WordPress administrator to visit this page—often through phishing emails or compromised websites. When the admin visits the page, JavaScript automatically submits the hidden form containing malicious XSS payload to the WordPress admin panel. Since the admin's browser includes their valid session cookies, the vulnerable plugin processes the request and stores the malicious script in the database.

The vulnerability mechanism works as follows: The attacker crafts an HTML page with a form targeting the vulnerable WordPress plugin endpoint. This form includes hidden fields containing the XSS payload (typically malicious JavaScript). When an authenticated administrator visits this page, the form auto-submits via JavaScript, and the plugin stores the payload without proper validation. Subsequently, any user viewing pages where the stored content is rendered will have the malicious script execute in their browser context.

For additional technical details, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-26768

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags in what3words Address Field plugin settings or stored data
  • Suspicious administrative activity from unusual IP addresses or at unusual times
  • Browser developer tools showing requests to external domains from plugin-generated content
  • User reports of unexpected popups, redirects, or browser warnings on pages using the plugin

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in POST requests targeting WordPress plugin endpoints
  • Enable WordPress audit logging to track changes to plugin settings and identify unauthorized modifications
  • Deploy Content Security Policy (CSP) headers to prevent inline script execution and detect policy violations
  • Monitor server access logs for suspicious POST requests to /wp-admin/ endpoints with unusual referrer headers

Monitoring Recommendations

  • Configure alerting for any modifications to what3words Address Field plugin configuration
  • Implement browser-based XSS detection through CSP violation reporting endpoints
  • Review WordPress audit logs regularly for administrator actions performed without corresponding login events
  • Set up network monitoring to detect outbound connections to suspicious domains from the web server

How to Mitigate CVE-2025-26768

Immediate Actions Required

  • Update the what3words Address Field plugin to a patched version beyond 4.0.15 when available
  • Audit all stored data associated with the plugin for evidence of injected malicious content
  • Review WordPress administrator accounts for any suspicious activity or unauthorized changes
  • Consider temporarily disabling the plugin until a patched version is released

Patch Information

Monitor the WordPress plugin repository and the vendor for security updates addressing this vulnerability. The Patchstack Vulnerability Report provides tracking information for this issue.

Workarounds

  • Implement a Web Application Firewall with rules to block CSRF and XSS attack patterns targeting WordPress plugins
  • Add Content Security Policy headers to prevent inline script execution: Content-Security-Policy: script-src 'self';
  • Restrict WordPress admin panel access to trusted IP addresses only
  • Ensure administrators are educated about phishing risks and avoid clicking untrusted links while logged into WordPress
bash
# Add CSP headers in Apache .htaccess to mitigate XSS impact
<IfModule mod_headers.c>
    Header set Content-Security-Policy "script-src 'self'; object-src 'none';"
    Header set X-Content-Type-Options "nosniff"
    Header set X-Frame-Options "SAMEORIGIN"
</IfModule>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWhat3words

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.05%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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