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

CVE-2020-28032: WordPress Deserialization Vulnerability

CVE-2020-28032 is a deserialization vulnerability in WordPress that affects versions before 5.5.2. The flaw impacts wp-includes/Requests/Utility/FilteredIterator.php. This article covers technical details, impact, and mitigation.

Published: March 4, 2026

CVE-2020-28032 Overview

CVE-2020-28032 is a critical insecure deserialization vulnerability affecting WordPress versions prior to 5.5.2. The flaw exists in the wp-includes/Requests/Utility/FilteredIterator.php file, where deserialization requests are improperly handled. This vulnerability allows remote attackers to potentially achieve arbitrary code execution by exploiting the unsafe deserialization of user-controlled data.

Critical Impact

Remote attackers can exploit this deserialization flaw without authentication, potentially leading to complete system compromise including unauthorized access, data manipulation, and server takeover.

Affected Products

  • WordPress versions prior to 5.5.2
  • Fedora Linux 31, 32, and 33
  • Debian Linux 9.0 and 10.0

Discovery Timeline

  • 2020-10-29 - WordPress releases security patch in version 5.5.2
  • 2020-11-02 - CVE-2020-28032 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-28032

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The FilteredIterator.php component within the WordPress Requests library fails to properly validate and sanitize data before deserialization operations. PHP object injection vulnerabilities of this nature can be particularly dangerous because they allow attackers to inject arbitrary objects into the application's runtime environment.

When exploited, this vulnerability can lead to remote code execution if suitable "gadget chains" exist within the WordPress codebase or installed plugins. The attack can be conducted remotely over the network without requiring any prior authentication or user interaction, making it highly exploitable in real-world scenarios.

Root Cause

The root cause of CVE-2020-28032 lies in the improper handling of deserialization requests within the FilteredIterator class. The component fails to implement adequate validation of serialized data before processing, allowing malicious payloads to be deserialized and executed. This is a common security anti-pattern in PHP applications where unserialize() is called on data that can be influenced by external input.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can craft malicious serialized PHP objects and submit them to the vulnerable WordPress installation. When the FilteredIterator class processes these requests, the malicious objects are deserialized, potentially triggering dangerous magic methods like __destruct() or __wakeup() that can lead to code execution.

The vulnerability manifests in the FilteredIterator.php file within the WordPress Requests library component. When this class deserializes attacker-controlled input, it fails to validate the integrity and safety of the serialized data. Exploitation typically involves crafting a serialized PHP object that, when deserialized, triggers a chain of method calls (gadget chain) that ultimately leads to arbitrary code execution. For detailed technical analysis of the fix, refer to the GitHub WordPress Commit.

Detection Methods for CVE-2020-28032

Indicators of Compromise

  • Unusual serialized PHP object payloads in HTTP request parameters, POST data, or cookies containing unexpected class names
  • Web server logs showing requests with encoded serialized data targeting WordPress endpoints
  • Unexpected PHP processes spawning or network connections originating from the web server
  • Modified files in WordPress core directories, particularly within wp-includes/

Detection Strategies

  • Monitor web application firewall (WAF) logs for patterns indicative of PHP object injection attempts
  • Implement intrusion detection rules to identify serialized PHP objects in inbound HTTP traffic
  • Review WordPress error logs for deserialization-related exceptions or warnings
  • Deploy file integrity monitoring on WordPress core files to detect unauthorized modifications

Monitoring Recommendations

  • Enable comprehensive logging for all HTTP requests to WordPress installations
  • Configure SIEM alerts for suspicious patterns in web traffic targeting PHP applications
  • Implement real-time monitoring for process creation and network connections from web server contexts
  • Regularly audit WordPress version and ensure patch compliance across all installations

How to Mitigate CVE-2020-28032

Immediate Actions Required

  • Upgrade WordPress immediately to version 5.5.2 or later to address this vulnerability
  • Review web server access logs for signs of exploitation attempts
  • Implement WAF rules to block serialized PHP object patterns in incoming requests
  • Audit installed plugins and themes for additional deserialization vulnerabilities

Patch Information

WordPress addressed this vulnerability in version 5.5.2, released in October 2020. The security fix modifies how the FilteredIterator class handles deserialization requests to prevent malicious object injection. Organizations should apply this update immediately as the vulnerability is remotely exploitable without authentication.

For detailed patch information, see the WordPress 5.5.2 Security Release announcement and the GitHub WordPress Commit.

Distribution-specific patches are available via Debian Security Advisory DSA-4784 and Fedora package announcements.

Workarounds

  • Deploy a web application firewall with rules to block PHP serialized object patterns in HTTP requests
  • Restrict network access to WordPress admin interfaces and sensitive endpoints
  • Implement PHP runtime protections such as disable_functions to limit dangerous function calls
  • Consider using a security plugin that provides virtual patching capabilities until the update can be applied
bash
# Verify WordPress version and update
wp core version
wp core update

# Check for file integrity issues
wp core verify-checksums

# Review access logs for exploitation attempts
grep -E "(serialize|unserialize|FilteredIterator)" /var/log/apache2/access.log

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability53.50%

  • 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-502
  • Technical References
  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • WPScan Vulnerability #10446

  • Debian Security Advisory DSA-4784
  • Vendor Resources
  • GitHub WordPress Commit

  • WordPress 5.5.2 Security Release
  • Related CVEs
  • CVE-2026-4136: WordPress Membership Plugin Redirect Flaw

  • CVE-2026-2599: WordPress Database Plugin Object Injection

  • CVE-2024-10938: OVRI Payment WordPress Malicious Code

  • CVE-2026-1369: Conditional CAPTCHA Open Redirect Flaw
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