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-28035

CVE-2020-28035: WordPress Privilege Escalation Vulnerability

CVE-2020-28035 is a privilege escalation vulnerability in WordPress that allows attackers to gain elevated privileges via XML-RPC. This post covers technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-28035 Overview

CVE-2020-28035 is a critical privilege escalation vulnerability affecting WordPress versions prior to 5.5.2. The flaw exists within the XML-RPC interface, allowing unauthenticated remote attackers to gain elevated privileges on vulnerable WordPress installations. This vulnerability poses a significant risk to the vast number of WordPress-powered websites, potentially enabling attackers to take complete control of affected systems.

Critical Impact

Unauthenticated attackers can exploit this XML-RPC vulnerability to gain administrative privileges, potentially leading to complete site takeover, data theft, and malicious content injection.

Affected Products

  • WordPress versions prior to 5.5.2
  • Fedora 31, 32, and 33 (via WordPress packages)
  • Debian Linux 10.0 (via WordPress packages)

Discovery Timeline

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

Technical Details for CVE-2020-28035

Vulnerability Analysis

This privilege escalation vulnerability resides in WordPress's XML-RPC implementation, a protocol that enables remote procedure calls using XML encoding over HTTP. XML-RPC has historically been a target for attackers due to its powerful capabilities and sometimes inadequate security controls.

The vulnerability allows attackers to bypass authentication mechanisms and gain elevated privileges without valid credentials. When successfully exploited, an attacker can escalate their privileges to administrative levels, granting them full control over the WordPress installation.

The network-based attack vector requires no prior authentication or user interaction, making it particularly dangerous for internet-facing WordPress deployments. The exploitation complexity is low, meaning even less sophisticated attackers can potentially leverage this flaw.

Root Cause

The root cause of CVE-2020-28035 stems from improper access control and insufficient validation within the XML-RPC request handling mechanism in WordPress. The vulnerability occurs when the XML-RPC endpoint processes certain malformed or specially crafted requests, failing to properly verify the requester's authorization level before granting elevated privileges.

WordPress's XML-RPC functionality, while useful for remote publishing and management, has been a recurring source of security issues due to the complex privilege checks required for various remote operations. In this case, the privilege verification logic contained a flaw that allowed bypass of intended access controls.

Attack Vector

The attack is conducted remotely over the network by sending malicious XML-RPC requests to the vulnerable WordPress installation. The attack flow typically follows this pattern:

  1. The attacker identifies a WordPress installation running a version prior to 5.5.2
  2. The attacker crafts a malicious XML-RPC request targeting the vulnerable endpoint at /xmlrpc.php
  3. The request bypasses authentication checks due to the vulnerability in privilege handling
  4. Upon successful exploitation, the attacker gains elevated privileges on the target system

The XML-RPC endpoint is typically located at https://[target-domain]/xmlrpc.php and accepts POST requests containing XML-formatted method calls. Attackers exploit the vulnerability by manipulating these method calls to trigger the privilege escalation condition.

Detection Methods for CVE-2020-28035

Indicators of Compromise

  • Unusual or unexpected POST requests to /xmlrpc.php with malformed XML payloads
  • New administrator accounts created without legitimate authorization
  • Modified WordPress core files or plugin configurations
  • Unauthorized content changes or injected malicious scripts
  • Anomalous system.multicall or wp.getUsersBlogs requests in web server logs

Detection Strategies

  • Monitor web server access logs for suspicious activity patterns targeting xmlrpc.php
  • Implement Web Application Firewall (WAF) rules to detect and block malicious XML-RPC requests
  • Review WordPress user accounts for unauthorized privilege changes or new administrator accounts
  • Deploy endpoint detection solutions to identify post-exploitation activities and lateral movement

Monitoring Recommendations

  • Enable detailed logging for all XML-RPC endpoint interactions
  • Configure alerting for new user account creation, especially administrator-level accounts
  • Implement file integrity monitoring on WordPress core files and configuration
  • Monitor for outbound connections from the web server that may indicate command-and-control activity

How to Mitigate CVE-2020-28035

Immediate Actions Required

  • Upgrade WordPress to version 5.5.2 or later immediately
  • If immediate patching is not possible, disable XML-RPC functionality entirely
  • Review all user accounts for unauthorized privilege escalations and remove suspicious accounts
  • Conduct a thorough security audit of WordPress installations to identify potential compromises

Patch Information

WordPress has addressed this vulnerability in version 5.5.2, released as a security and maintenance update. Organizations should apply this patch immediately to protect against exploitation.

For detailed patch information, refer to the WordPress Security Release 5.5.2 announcement. Additional security advisories are available from Debian Security Advisory DSA-4784 for Debian-based systems and the Fedora package announcements for Fedora users.

Workarounds

  • Disable XML-RPC functionality by adding a filter in wp-config.php or using a security plugin
  • Block access to xmlrpc.php at the web server level using .htaccess or nginx configuration
  • Implement IP-based access restrictions to limit XML-RPC access to trusted networks only
  • Use a WAF to filter and block malicious XML-RPC requests
bash
# Apache .htaccess configuration to block XML-RPC access
<Files xmlrpc.php>
    Order Deny,Allow
    Deny from all
    # Optionally allow specific trusted IPs
    # Allow from 192.168.1.0/24
</Files>

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.58%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian Security Advisory DSA-4784
  • Vendor Resources
  • WordPress Security Release 5.5.2
  • Related CVEs
  • CVE-2026-3568: MStore API Privilege Escalation Vulnerability

  • CVE-2026-4003: WordPress Users Manager PN Privilege Escalation

  • CVE-2026-5130: WordPress Debugger Plugin Escalation Flaw

  • CVE-2026-4261: Expire Users Plugin Privilege Escalation
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