Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2021-24917

CVE-2021-24917: WPS Hide Login Auth Bypass Vulnerability

CVE-2021-24917 is an authentication bypass flaw in WPS Hide Login WordPress plugin that exposes the secret login page to unauthenticated users. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 25, 2026

CVE-2021-24917 Overview

CVE-2021-24917 is an authorization bypass vulnerability in the WPS Hide Login WordPress plugin before version 1.9.1. This security flaw allows unauthenticated attackers to discover the secret login page URL that site administrators configure to hide the default WordPress login page. By setting a random referer string and making a request to /wp-admin/options.php, an attacker can bypass the plugin's security mechanism and reveal the hidden login URL.

Critical Impact

Attackers can completely bypass the security-through-obscurity protection offered by WPS Hide Login, exposing the secret admin login page to brute force attacks, credential stuffing, and other authentication-based attacks.

Affected Products

  • WPS Hide Login WordPress plugin versions prior to 1.9.1
  • WordPress sites using vulnerable versions of wpserveur wps_hide_login
  • Any WordPress installation relying on WPS Hide Login for admin URL obfuscation

Discovery Timeline

  • 2021-12-06 - CVE-2021-24917 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-24917

Vulnerability Analysis

The WPS Hide Login plugin is designed to protect WordPress installations by allowing administrators to change the default login URL (/wp-login.php) to a custom, secret URL. This vulnerability completely undermines this protection mechanism through improper authorization (CWE-863).

The flaw exists in how the plugin handles requests to /wp-admin/options.php. When an unauthenticated user makes a request to this endpoint with a manipulated HTTP referer header, the plugin fails to properly validate the request context. Instead of blocking or redirecting the request appropriately, the application inadvertently exposes information about the configured secret login page.

This is a network-accessible vulnerability that requires no authentication and no user interaction to exploit. The impact is primarily confidentiality-focused, as successful exploitation reveals sensitive configuration information (the hidden login URL) without directly compromising integrity or availability.

Root Cause

The root cause is improper authorization checking (CWE-863) in the plugin's request handling logic. The plugin fails to adequately validate that requests to sensitive endpoints like /wp-admin/options.php come from authorized sources. By manipulating the HTTP referer header with a random string value, attackers can trigger a code path that reveals the secret login URL that was intended to be hidden.

Attack Vector

The attack is executed remotely over the network by any unauthenticated user. The attacker crafts an HTTP request to the target WordPress site's /wp-admin/options.php endpoint with a manipulated referer header containing a random string value.

The attack flow involves:

  1. Attacker identifies a WordPress site using the WPS Hide Login plugin
  2. Attacker sends an HTTP request to /wp-admin/options.php with a random referer header
  3. The plugin's flawed logic processes the request improperly
  4. The response reveals the secret login page URL
  5. Attacker can now target the exposed login page for further attacks

For detailed technical analysis of this vulnerability, refer to the WPScan Vulnerability Analysis and the WordPress Security Issue Bypass discussion.

Detection Methods for CVE-2021-24917

Indicators of Compromise

  • Unusual HTTP requests to /wp-admin/options.php from unauthenticated sources
  • HTTP requests with random or suspicious referer header values targeting WordPress admin endpoints
  • Increased reconnaissance activity followed by direct access attempts to non-standard login URLs
  • Web server logs showing sequential requests to /wp-admin/options.php followed by requests to the secret login page

Detection Strategies

  • Monitor web server access logs for requests to /wp-admin/options.php with unusual referer headers
  • Implement Web Application Firewall (WAF) rules to detect and block requests with manipulated referer patterns
  • Deploy intrusion detection signatures that identify the specific attack pattern of random referer strings combined with options.php access
  • Review WordPress access logs for patterns indicating login page discovery attempts

Monitoring Recommendations

  • Enable detailed HTTP request logging including referer headers for WordPress admin directories
  • Configure alerts for multiple failed authentication attempts following access to /wp-admin/options.php
  • Implement rate limiting on /wp-admin/ endpoints to slow down reconnaissance activities
  • Use SentinelOne Singularity platform to monitor for suspicious web application behavior patterns

How to Mitigate CVE-2021-24917

Immediate Actions Required

  • Update WPS Hide Login plugin to version 1.9.1 or later immediately
  • Audit web server logs for evidence of exploitation attempts against /wp-admin/options.php
  • Consider changing your secret login URL after patching if you suspect prior exposure
  • Implement additional authentication controls such as IP whitelisting or two-factor authentication

Patch Information

The vulnerability has been addressed in WPS Hide Login version 1.9.1 and later. Site administrators should update the plugin through the WordPress admin dashboard or via WP-CLI. After updating, verify the plugin version by checking the plugin details page.

For additional information, review the WordPress Security Issue Bypass discussion and the WPScan Vulnerability Analysis.

Workarounds

  • Implement Web Application Firewall rules to block requests to /wp-admin/options.php with suspicious referer patterns
  • Restrict access to /wp-admin/ directory at the web server level using IP-based allowlisting
  • Add additional authentication layers such as HTTP Basic Authentication in front of the WordPress admin area
  • Consider using alternative security plugins that do not rely solely on URL obfuscation for protection
bash
# Example Apache .htaccess configuration to restrict wp-admin access by IP
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-admin/options\.php
RewriteCond %{HTTP_REFERER} !^https://yourdomain\.com [NC]
RewriteRule .* - [F,L]
</IfModule>

# Example Nginx configuration to restrict access
location /wp-admin/options.php {
    allow 192.168.1.0/24;
    deny all;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWps Hide Login

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability74.49%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • WordPress Security Issue Bypass

  • WPScan Vulnerability Analysis
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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