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-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. Attackers can exploit unvalidated redirects to send users to malicious sites. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: May 15, 2026

CVE-2026-1369 Overview

CVE-2026-1369 is an open redirect vulnerability in the Conditional CAPTCHA WordPress plugin through version 4.0.0. The plugin fails to validate a user-supplied parameter before redirecting the browser to its value. Attackers can craft URLs that appear to originate from a trusted WordPress site but send victims to attacker-controlled destinations. This weakness is tracked under CWE-601: URL Redirection to Untrusted Site. The flaw requires user interaction, typically clicking a malicious link, and is most commonly abused for phishing and credential harvesting campaigns that leverage the trust of the originating domain.

Critical Impact

Attackers can abuse the trusted WordPress domain to redirect victims to phishing or malware-hosting sites, bypassing user judgment based on the visible source URL.

Affected Products

  • Conditional CAPTCHA WordPress plugin
  • All versions through and including 4.0.0
  • WordPress sites with the vulnerable plugin enabled

Discovery Timeline

  • 2026-02-22 - CVE-2026-1369 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-1369

Vulnerability Analysis

The Conditional CAPTCHA plugin processes a redirect parameter supplied through an HTTP request and passes the value directly to a redirect function. The plugin does not enforce an allowlist of trusted hosts or validate that the destination resides within the originating WordPress site. As a result, any fully qualified URL submitted in the parameter becomes the redirect target.

Open redirect flaws like this one [CWE-601] are routinely chained with phishing and OAuth abuse. The attacker sends a victim a link beginning with the legitimate WordPress domain, which security-aware users may inspect and trust. The server then issues an HTTP redirect to a malicious destination, where credential capture, malware delivery, or token theft occurs.

The attack requires network access and user interaction. No authentication is needed, and the impact is limited to integrity of the redirect flow, not the WordPress server itself.

Root Cause

The root cause is missing input validation on a redirect parameter before it is consumed by the plugin's redirect logic. The plugin trusts the client-supplied value and does not compare the destination host against the site origin or a configured allowlist.

Attack Vector

An attacker constructs a URL referencing the vulnerable plugin endpoint on a target WordPress site and appends a redirect parameter pointing to an attacker-controlled domain. The attacker distributes the link through email, messaging platforms, or malicious advertisements. When the victim clicks the link, the WordPress server returns an HTTP 3xx response that sends the browser to the attacker's site. The victim's browser shows the attacker domain only after the redirect completes, which often goes unnoticed during fast credential entry on a cloned login page. Refer to the WPScan Vulnerability Advisory for technical specifics.

Detection Methods for CVE-2026-1369

Indicators of Compromise

  • Web server access logs containing requests to Conditional CAPTCHA plugin endpoints with external URLs in query parameters
  • HTTP 3xx responses from the WordPress site with Location headers pointing to domains outside the site origin
  • Spikes in outbound referrer traffic from the WordPress site to recently registered or low-reputation domains
  • User reports of unexpected redirects after clicking links that appear to originate from the WordPress site

Detection Strategies

  • Inspect web server and WAF logs for requests to plugin paths containing http:// or https:// substrings within parameter values
  • Correlate redirect responses with the destination domain and flag any that do not match the canonical site host
  • Search threat intelligence feeds for phishing campaigns referencing the WordPress domain as an entry point

Monitoring Recommendations

  • Enable detailed HTTP request logging on the WordPress site, including full query strings and response status codes
  • Forward web logs to a centralized analytics platform and alert on 3xx responses with external Location headers
  • Monitor brand and domain mentions in phishing intelligence sources for abuse of the site as a redirect lure

How to Mitigate CVE-2026-1369

Immediate Actions Required

  • Identify all WordPress sites running the Conditional CAPTCHA plugin and verify the installed version
  • Disable the Conditional CAPTCHA plugin on any site running version 4.0.0 or earlier until a fixed release is confirmed
  • Review web server logs for prior exploitation attempts and notify affected users if phishing redirects are identified
  • Educate site administrators and end users about phishing risks tied to trusted-domain redirects

Patch Information

No fixed version is referenced in the available advisory data. Site operators should consult the WPScan Vulnerability Advisory and the plugin's WordPress.org page for updates. If no patched release is available, remove the plugin or replace it with an actively maintained CAPTCHA solution.

Workarounds

  • Deploy a web application firewall rule that blocks requests to plugin endpoints when redirect parameters contain external hostnames
  • Configure the WordPress site to enforce server-side allowlists for any redirect destinations via custom code or a security plugin
  • Restrict outbound HTTP redirects at the reverse proxy layer to the site's own domain and approved partners
bash
# Example ModSecurity rule to block external redirect targets in query strings
SecRule REQUEST_URI "@contains /wp-content/plugins/conditional-captcha/" \
  "chain,phase:2,deny,status:403,id:1002601,msg:'Blocked potential open redirect CVE-2026-1369'"
  SecRule ARGS "@rx ^https?://(?!example\.com)" "t:lowercase"

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.04%

  • 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 Advisory
  • Related CVEs
  • CVE-2025-53243: WordPress Employee Directory Plugin Flaw

  • CVE-2025-48332: PublishPress Gutenberg Blocks LFI Flaw

  • CVE-2026-4136: Membership Plugin Redirect Vulnerability

  • CVE-2026-1714: ShopLentor WordPress Email Relay Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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