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-2020-8772

CVE-2020-8772: InfiniteWP Client Auth Bypass Vulnerability

CVE-2020-8772 is an authentication bypass flaw in the InfiniteWP Client plugin for WordPress that allows attackers to log in as administrators. This post covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2020-8772 Overview

CVE-2020-8772 is a critical authentication bypass vulnerability in the InfiniteWP Client plugin for WordPress. The vulnerability exists due to a missing authorization check in the iwp_mmb_set_request function within init.php. This flaw allows any attacker who knows the username of an administrator to log in to the WordPress site without providing valid credentials.

Critical Impact

Attackers can gain full administrative access to WordPress sites by simply knowing an administrator username, bypassing all authentication controls and potentially compromising the entire website.

Affected Products

  • InfiniteWP Client plugin versions prior to 1.9.4.5
  • WordPress installations using vulnerable InfiniteWP Client versions
  • Revmakx InfiniteWP Client for WordPress

Discovery Timeline

  • 2020-02-06 - CVE-2020-8772 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-8772

Vulnerability Analysis

This vulnerability is classified as CWE-862: Missing Authorization. The InfiniteWP Client plugin fails to properly validate authorization when processing requests through the iwp_mmb_set_request function. This function is responsible for handling remote management requests but lacks the necessary checks to verify that the requester has legitimate access rights.

The vulnerability is particularly dangerous because it requires no special privileges or user interaction to exploit. An attacker operating over the network can craft malicious requests that bypass authentication entirely. The only prerequisite is knowledge of a valid administrator username, which can often be enumerated or discovered through various means on WordPress installations.

Root Cause

The root cause of this vulnerability lies in the missing authorization check within the iwp_mmb_set_request function in init.php. The function processes incoming requests without adequately verifying whether the request originates from an authenticated and authorized source. This design flaw allows unauthenticated attackers to impersonate legitimate administrators by simply providing a valid username, completely circumventing WordPress's authentication mechanisms.

Attack Vector

The attack vector for CVE-2020-8772 is network-based, requiring no user interaction or special privileges. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable WordPress installation. The exploitation process involves:

  1. Identifying a target WordPress site running a vulnerable version of InfiniteWP Client
  2. Enumerating or obtaining a valid administrator username (often admin or discoverable through author archives)
  3. Sending a malicious request to the iwp_mmb_set_request function with the administrator username
  4. Gaining unauthorized administrative access to the WordPress dashboard

The vulnerability mechanism centers on the lack of proper authentication validation in the InfiniteWP Client's request handling logic. When the plugin receives a management request, it fails to verify that the request includes valid authentication credentials. For detailed technical analysis, refer to the WebARX Security Blog Post documenting this vulnerability.

Detection Methods for CVE-2020-8772

Indicators of Compromise

  • Unexpected administrator login events without corresponding legitimate login attempts
  • Suspicious requests to the InfiniteWP Client plugin endpoints in web server access logs
  • New administrator accounts or modified user privileges without authorization
  • Unusual plugin installations, theme changes, or site configuration modifications

Detection Strategies

  • Monitor WordPress authentication logs for login events from unexpected IP addresses or at unusual times
  • Analyze web server access logs for requests targeting InfiniteWP Client endpoints containing administrator usernames
  • Implement Web Application Firewall (WAF) rules to detect and block exploitation attempts against known vulnerable endpoints
  • Deploy file integrity monitoring to detect unauthorized changes to WordPress core files, plugins, or themes

Monitoring Recommendations

  • Enable detailed WordPress audit logging to capture all authentication events and administrative actions
  • Configure real-time alerting for administrator logins from new IP addresses or geographic locations
  • Regularly review access logs for patterns consistent with automated scanning or exploitation attempts
  • Monitor for new user account creation or privilege escalation events

How to Mitigate CVE-2020-8772

Immediate Actions Required

  • Update the InfiniteWP Client plugin to version 1.9.4.5 or later immediately
  • Audit recent administrator login history for any suspicious or unauthorized access
  • Review and verify all administrator accounts and user privileges on affected WordPress installations
  • Check for any unauthorized changes to site content, plugins, themes, or configurations

Patch Information

The vulnerability has been addressed in InfiniteWP Client version 1.9.4.5. Organizations should update to this version or later through the WordPress plugin update mechanism. Additional information about this vulnerability can be found at WPVulnDB Vulnerability #10011.

Workarounds

  • Temporarily disable the InfiniteWP Client plugin if immediate patching is not possible
  • Implement IP-based access restrictions to limit access to WordPress administrative endpoints
  • Deploy a Web Application Firewall (WAF) with rules to detect and block exploitation attempts
  • Consider using two-factor authentication (2FA) as an additional layer of protection for administrator accounts
bash
# Configuration example
# Temporarily disable InfiniteWP Client plugin via WP-CLI
wp plugin deactivate jeremylewis/jeremylewis/infinitewp-client --path=/var/www/html

# Check current plugin version
wp plugin get infinitewp-client --field=version --path=/var/www/html

# Update to patched version
wp plugin update infinitewp-client --path=/var/www/html

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRevmakx Infinitewp Client

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.61%

  • 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-862
  • Technical References
  • WPVulnDB Vulnerability #10011

  • WebARX Security Blog Post
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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