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
    • 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-1369

CVE-2026-1369: Conditional CAPTCHA Open Redirect Flaw

CVE-2026-1369 is an open redirect vulnerability in the Conditional CAPTCHA WordPress plugin through version 4.0.0 that allows attackers to redirect users to malicious sites. This article covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-1369 Overview

The Conditional CAPTCHA WordPress plugin through version 4.0.0 contains an Open Redirect vulnerability (CWE-601) due to insufficient validation of a redirect parameter. This security flaw allows attackers to craft malicious URLs that appear legitimate but redirect users to attacker-controlled websites, potentially facilitating phishing attacks or credential theft.

Critical Impact

Attackers can leverage this vulnerability to redirect authenticated WordPress users to malicious sites, bypassing trust indicators associated with the legitimate domain and potentially compromising user credentials or distributing malware.

Affected Products

  • Conditional CAPTCHA WordPress plugin versions through 4.0.0

Discovery Timeline

  • February 22, 2026 - CVE-2026-1369 published to NVD
  • February 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-1369

Vulnerability Analysis

This Open Redirect vulnerability exists because the Conditional CAPTCHA plugin fails to properly validate user-supplied input before using it as a redirect destination. When processing certain requests, the plugin accepts a parameter containing a URL and redirects users to that location without verifying whether the destination is within the trusted domain or an allowed list of external URLs.

Open Redirect vulnerabilities are particularly dangerous in the context of WordPress plugins because users inherently trust URLs originating from their organization's website. An attacker can construct a URL that starts with the legitimate WordPress domain but ultimately redirects victims to a malicious external site.

Root Cause

The root cause is improper input validation (CWE-601) where the plugin accepts a redirect URL parameter without sanitization or validation against an allowlist of permitted destinations. The plugin directly uses the user-controlled input in the HTTP redirect response, allowing arbitrary external URLs to be specified.

Attack Vector

This vulnerability is exploitable over the network and requires user interaction. An attacker would craft a malicious URL containing the legitimate WordPress site domain with the vulnerable plugin endpoint, embedding an attacker-controlled redirect destination as a parameter. The attack typically unfolds as follows:

  1. The attacker identifies a WordPress site running the vulnerable Conditional CAPTCHA plugin
  2. A malicious URL is crafted that points to the legitimate site but includes an external redirect destination
  3. The victim clicks the link, believing it to be safe due to the trusted domain
  4. The plugin processes the request and redirects the user to the attacker's site
  5. The attacker's site may mimic a login page to harvest credentials or deliver malware

Since no code examples are available for this vulnerability, refer to the WPScan Vulnerability Report for additional technical details on the exploitation mechanism.

Detection Methods for CVE-2026-1369

Indicators of Compromise

  • Suspicious outbound redirects originating from WordPress plugin endpoints
  • Web server logs showing requests to the Conditional CAPTCHA plugin with unusual URL parameters containing external domains
  • User reports of unexpected redirects after clicking links to your WordPress site
  • Referrer logs on known phishing infrastructure showing traffic from your domain

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing URL-encoded external domains in query parameters
  • Implement URL parameter analysis rules to detect potential open redirect attempts targeting plugin endpoints
  • Review access logs for patterns of requests to the Conditional CAPTCHA plugin with http:// or https:// in parameter values
  • Deploy SentinelOne Singularity to detect post-exploitation activity if users are redirected to malicious sites

Monitoring Recommendations

  • Configure alerting for any HTTP 3xx redirects from the WordPress installation that point to external domains
  • Enable verbose logging for WordPress plugin activity to capture redirect events
  • Implement user behavior analytics to detect anomalous navigation patterns that may indicate successful exploitation
  • Monitor for phishing campaigns that reference URLs on your WordPress domain

How to Mitigate CVE-2026-1369

Immediate Actions Required

  • Audit your WordPress installations to identify any sites running the Conditional CAPTCHA plugin version 4.0.0 or earlier
  • Consider temporarily disabling or removing the Conditional CAPTCHA plugin until a patched version is available
  • Implement web application firewall rules to block requests with external URLs in redirect parameters
  • Educate users about the risk of clicking links, even those appearing to originate from trusted domains

Patch Information

At the time of publication, no official patch has been confirmed for this vulnerability. Administrators should monitor the plugin's official page and the WPScan Vulnerability Report for updates regarding a security fix. Consider replacing the plugin with an alternative CAPTCHA solution that has been recently audited for security vulnerabilities.

Workarounds

  • Implement a server-side redirect allowlist that only permits redirects to trusted internal URLs
  • Use a web application firewall (WAF) rule to strip or block redirect parameters containing external URLs
  • Deploy URL rewriting rules in your web server configuration to intercept and validate redirect destinations
  • Consider implementing Content Security Policy headers to limit where the browser can navigate
bash
# Apache .htaccess rule to block external redirects in query strings
# Add to WordPress root .htaccess file
RewriteEngine On
RewriteCond %{QUERY_STRING} (http|https)://((?!yourdomain\.com).)*$ [NC]
RewriteCond %{REQUEST_URI} /wp-content/plugins/conditional-captcha/ [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • 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-601
  • Technical References
  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2026-4136: WordPress Membership Plugin Redirect Flaw

  • CVE-2026-2599: WordPress Database Plugin Object Injection

  • CVE-2024-10938: OVRI Payment WordPress Malicious Code

  • CVE-2026-1296: WordPress FPSM Lite Open Redirect Flaw
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