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

CVE-2025-14440: JAY Login & Register Auth Bypass Flaw

CVE-2025-14440 is an authentication bypass vulnerability in the JAY Login & Register WordPress plugin that allows attackers to log in as any user, including administrators. This article covers technical details, impact, and mitigation.

Published: March 24, 2026

CVE-2025-14440 Overview

CVE-2025-14440 is a critical authentication bypass vulnerability affecting the JAY Login & Register plugin for WordPress. The vulnerability exists in versions up to and including 2.4.01 due to incorrect authentication checking in the jay_login_register_process_switch_back function. By manipulating the jay_login_register_process_switch_back cookie value, unauthenticated attackers can log in as any existing user on the site, including administrators, if they have access to the target user's ID.

Critical Impact

Unauthenticated attackers can bypass authentication entirely and gain administrative access to WordPress sites, leading to complete site compromise, data theft, malware injection, and unauthorized content manipulation.

Affected Products

  • JAY Login & Register plugin for WordPress versions up to and including 2.4.01
  • WordPress sites using the vulnerable plugin versions
  • All user accounts on affected WordPress installations

Discovery Timeline

  • 2025-12-13 - CVE-2025-14440 published to NVD
  • 2025-12-15 - Last updated in NVD database

Technical Details for CVE-2025-14440

Vulnerability Analysis

This authentication bypass vulnerability (CWE-565: Reliance on Cookies without Validation and Integrity Checking) stems from a fundamental flaw in how the plugin handles user session switching. The jay_login_register_process_switch_back function fails to properly validate the authenticity of incoming cookie values before using them to authenticate users. This design flaw allows attackers to craft malicious cookie values that the plugin incorrectly trusts, bypassing all normal authentication mechanisms.

The vulnerability is particularly severe because it requires no prior authentication and can be exploited remotely over the network. Successful exploitation grants attackers the ability to impersonate any user account on the WordPress installation, with administrator accounts being the most valuable targets. This enables complete site takeover, including the ability to install malicious plugins, modify site content, access sensitive user data, and establish persistent backdoors.

Root Cause

The root cause lies in improper cookie validation within the user switching functionality. The jay_login_register_process_switch_back function located at line 98 in jay-login-register-user-switching.php does not implement adequate integrity checks on the cookie value used for authentication. Instead of cryptographically verifying that the cookie was legitimately issued by the system, the function appears to trust the user-supplied cookie value directly. This allows attackers to forge cookie values containing arbitrary user IDs, which the system then uses to authenticate sessions without proper verification.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target WordPress site running a vulnerable version of the JAY Login & Register plugin
  2. Obtaining or guessing a valid user ID (administrator accounts typically have ID 1)
  3. Crafting a malicious jay_login_register_process_switch_back cookie with the target user ID
  4. Sending a request to the WordPress site with the forged cookie
  5. Gaining authenticated access as the target user

The vulnerability is documented in the WordPress Plugin Source Code and analyzed in the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-14440

Indicators of Compromise

  • Unexpected or anomalous logins to administrator accounts without corresponding authentication events
  • Presence of jay_login_register_process_switch_back cookies in HTTP request logs with suspicious patterns
  • New administrator accounts or unauthorized privilege escalations
  • Modified WordPress core files, themes, or plugins indicating post-exploitation activity
  • Unusual web shell files or backdoor code in the WordPress installation

Detection Strategies

  • Monitor HTTP request logs for requests containing the jay_login_register_process_switch_back cookie from external IP addresses
  • Implement Web Application Firewall (WAF) rules to detect and block suspicious cookie manipulation attempts
  • Review WordPress authentication logs for sessions that bypass normal login workflows
  • Deploy file integrity monitoring to detect unauthorized changes to WordPress files post-compromise

Monitoring Recommendations

  • Enable comprehensive logging of all authentication events on WordPress installations
  • Configure alerting for administrative login attempts from new or unusual IP addresses
  • Implement real-time monitoring for plugin-specific cookie usage patterns
  • Use security plugins like Wordfence to monitor for exploitation attempts and unauthorized access

How to Mitigate CVE-2025-14440

Immediate Actions Required

  • Immediately update the JAY Login & Register plugin to a patched version if available
  • If no patch is available, deactivate and remove the JAY Login & Register plugin from affected WordPress sites
  • Audit all user accounts, especially administrators, for signs of unauthorized access or compromise
  • Reset passwords for all administrative accounts and review user privileges
  • Review site files for any unauthorized modifications or backdoors

Patch Information

Site administrators should check the WordPress Plugin Repository for updated versions of the JAY Login & Register plugin. If a patched version is not yet available, the plugin should be deactivated until a security fix is released. The Wordfence Vulnerability Report may provide additional guidance on mitigation and patch availability.

Workarounds

  • Disable and remove the JAY Login & Register plugin entirely until a security patch is available
  • Implement a Web Application Firewall (WAF) rule to block requests containing the jay_login_register_process_switch_back cookie from unauthenticated sources
  • Restrict administrative access to WordPress by IP address whitelisting
  • Enable two-factor authentication for all administrator accounts as a defense-in-depth measure
  • Consider using alternative login and registration plugins that do not have known critical vulnerabilities
bash
# WordPress CLI commands to mitigate the vulnerability
# Deactivate the vulnerable plugin
wp plugin deactivate jay-login-register --path=/var/www/html/wordpress

# Alternatively, delete the plugin entirely
wp plugin delete jay-login-register --path=/var/www/html/wordpress

# Reset all administrator passwords
wp user reset-password $(wp user list --role=administrator --field=ID) --path=/var/www/html/wordpress

# Check for recently modified files that may indicate compromise
find /var/www/html/wordpress -type f -mtime -7 -name "*.php"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-565
  • Technical References
  • WordPress Plugin File Link

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2519: Bookly WordPress Plugin Auth Bypass Flaw

  • CVE-2026-4326: Vertex Addons Auth Bypass Vulnerability

  • CVE-2025-14944: Backup Migration Plugin Auth Bypass Flaw

  • CVE-2026-3646: WordPress LTL Plugin Auth Bypass 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