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-2026-3535

CVE-2026-3535: WordPress DSGVO Google Fonts RCE Flaw

CVE-2026-3535 is a remote code execution vulnerability in the DSGVO Google Web Fonts GDPR plugin for WordPress that lets unauthenticated attackers upload malicious files. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-3535 Overview

The DSGVO Google Web Fonts GDPR plugin for WordPress contains a critical arbitrary file upload vulnerability in the DSGVOGWPdownloadGoogleFonts() function. This flaw exists in all versions up to and including 1.1 due to missing file type validation. The vulnerable function is exposed via a wp_ajax_nopriv_ hook, which means it requires no authentication to exploit.

The function fetches a user-supplied URL as a CSS file, extracts URLs from its content, and downloads those files to a publicly accessible directory without validating the file type. This allows unauthenticated attackers to upload arbitrary files including PHP webshells, leading to remote code execution (RCE). Exploitation requires the target site to use one of several specific themes: twentyfifteen, twentyseventeen, twentysixteen, storefront, salient, or shapely.

Critical Impact

Unauthenticated remote code execution via arbitrary file upload, allowing attackers to gain complete control over vulnerable WordPress installations.

Affected Products

  • DSGVO Google Web Fonts GDPR plugin for WordPress versions up to and including 1.1
  • WordPress sites using themes: twentyfifteen, twentyseventeen, twentysixteen, storefront, salient, or shapely

Discovery Timeline

  • April 8, 2026 - CVE-2026-3535 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3535

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue lies in the DSGVOGWPdownloadGoogleFonts() function which processes user-controlled input without proper security controls.

The attack flow works as follows: An attacker crafts a malicious CSS file hosted on an external server. This CSS file contains URL references that point to malicious PHP files (such as webshells) rather than legitimate font files. When the vulnerable function processes the attacker-supplied URL, it parses the CSS content, extracts these malicious URLs, and downloads the files to a publicly accessible directory on the WordPress server.

Because the function performs no validation on file types or content, PHP files are downloaded and stored alongside legitimate assets. The attacker can then directly access the uploaded PHP file via the web server, achieving remote code execution with the privileges of the web server user.

The use of the wp_ajax_nopriv_ hook is particularly dangerous as it exposes the vulnerable function to unauthenticated users, dramatically lowering the barrier to exploitation.

Root Cause

The root cause is the complete absence of file type validation in the DSGVOGWPdownloadGoogleFonts() function. The function blindly trusts user-supplied URLs and downloads any file type to a publicly accessible directory. Proper security controls should include:

  1. Whitelist validation of allowed file extensions (e.g., .woff, .woff2, .ttf, .eot)
  2. MIME type verification of downloaded content
  3. Authentication requirements for the AJAX endpoint
  4. Content validation to ensure downloaded files match expected formats

Attack Vector

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

  1. Hosting a malicious CSS file on an attacker-controlled server
  2. The CSS file references URLs pointing to PHP webshell files
  3. Sending a crafted request to the vulnerable AJAX endpoint with the malicious CSS URL
  4. The plugin downloads and stores the PHP files in a publicly accessible directory
  5. The attacker accesses the uploaded webshell to execute arbitrary commands

The attack is constrained by theme requirements—the vulnerable code path only executes when specific themes (twentyfifteen, twentyseventeen, twentysixteen, storefront, salient, or shapely) are active. However, several of these are default WordPress themes, making many installations potentially vulnerable.

Detection Methods for CVE-2026-3535

Indicators of Compromise

  • Unexpected PHP files appearing in the plugin's font download directory
  • Web server logs showing requests to the wp_ajax_nopriv_DSGVOGWPdownloadGoogleFonts endpoint from external IPs
  • POST requests containing external URLs in the AJAX endpoint parameters
  • Webshell signatures or suspicious PHP files in publicly accessible directories
  • Unusual outbound connections originating from the web server process

Detection Strategies

  • Monitor WordPress AJAX endpoints for unauthenticated requests to DSGVOGWPdownloadGoogleFonts
  • Implement file integrity monitoring on WordPress plugin directories to detect new PHP files
  • Use Web Application Firewall (WAF) rules to block requests containing external URLs in font download parameters
  • Deploy endpoint detection to identify webshell behavior patterns and unauthorized process spawning

Monitoring Recommendations

  • Enable detailed logging for all WordPress AJAX requests and review regularly
  • Configure alerts for new executable files created in plugin directories
  • Monitor for command execution patterns typical of webshell activity (e.g., calls to system(), exec(), shell_exec())
  • Implement network monitoring to detect unexpected external URL fetches from the WordPress application

How to Mitigate CVE-2026-3535

Immediate Actions Required

  • Update the DSGVO Google Web Fonts GDPR plugin to a patched version (when available) immediately
  • If no patch is available, deactivate and remove the plugin until a fix is released
  • Audit the plugin's file directories for any unexpected PHP files and remove suspicious content
  • Review web server logs for evidence of exploitation attempts
  • Consider implementing a WAF rule to block requests to the vulnerable endpoint

Patch Information

Review the Wordfence Vulnerability Report for the latest patch status and remediation guidance. The vulnerable code can be examined at the WordPress Plugin Code repository for versions 1.1 and below.

Workarounds

  • Disable the DSGVO Google Web Fonts GDPR plugin until a patched version is available
  • Implement server-level restrictions to block external URL fetching from the plugin directory
  • Use .htaccess or server configuration to deny direct PHP execution in the plugin's font directories
  • Deploy a Web Application Firewall with rules to block the vulnerable AJAX action
bash
# Apache .htaccess to prevent PHP execution in plugin uploads directory
# Add to wp-content/plugins/dsgvo-google-web-fonts-gdpr/.htaccess

<FilesMatch "\.php$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.28%

  • 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-434
  • Technical References
  • WordPress Plugin Code (v1.1)

  • WordPress Plugin Code (v1.1)

  • WordPress Plugin Code (trunk)

  • WordPress Plugin Code (trunk)

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1830: WordPress Quick Playground RCE Vulnerability

  • CVE-2026-4808: WordPress DevApps Plugin RCE Vulnerability

  • CVE-2026-2942: ProSolution WP Client RCE Vulnerability

  • CVE-2026-3309: ProfilePress WordPress Plugin RCE 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