Skip to main content

PHP CVE-2026-3535

| EUVDEUVD-2026-20104 CRITICAL
Unrestricted Upload of File with Dangerous Type (CWE-434)
2026-04-08 Wordfence GHSA-x9xw-x29g-m332
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Re-analysis Queued
Apr 27, 2026 - 19:07 vuln.today
cvss_changed
EUVD ID Assigned
Apr 08, 2026 - 07:00 euvd
EUVD-2026-20104
Analysis Generated
Apr 08, 2026 - 07:00 vuln.today
CVE Published
Apr 08, 2026 - 06:43 nvd
CRITICAL 9.8

DescriptionCVE.org

The DSGVO Google Web Fonts GDPR plugin for WordPress is vulnerable to arbitrary file upload due to missing file type validation in the DSGVOGWPdownloadGoogleFonts() function in all versions up to, and including, 1.1. The function is exposed via a wp_ajax_nopriv_ hook, requiring no authentication. It 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 makes it possible for unauthenticated attackers to upload arbitrary files including PHP webshells, leading to remote code execution. The exploit requires the site to use one of a handful of specific themes (twentyfifteen, twentyseventeen, twentysixteen, storefront, salient, or shapely).

AnalysisAI

Remote code execution in DSGVO Google Web Fonts GDPR WordPress plugin (all versions ≤1.1) allows unauthenticated attackers to upload PHP webshells via arbitrary file upload. The DSGVOGWPdownloadGoogleFonts() function, exposed through wp_ajax_nopriv_ hooks, accepts user-supplied URLs without file type validation and writes content to publicly accessible directories. Exploitation requires the target site to use specific themes (twentyfifteen, twentyseventeen, twentysixteen, storefront, salient, or shapely). CVSS 9.8 Critical reflects network-accessible, unauthenticated attack vector with full system compromise potential. No public exploit identified at time of analysis, though the vulnerability class (CWE-434 unrestricted file upload) is well-understood and commonly weaponized.

Technical ContextAI

This vulnerability stems from insecure implementation of AJAX file handling in WordPress plugin architecture. The DSGVOGWPdownloadGoogleFonts() function is registered via wp_ajax_nopriv_ action hook, which explicitly allows unauthenticated access. The function fetches remote URLs supplied by attackers, parses them as CSS to extract additional URLs, then downloads those resources to the WordPress uploads directory without MIME type verification or extension whitelisting. CWE-434 (Unrestricted Upload of File with Dangerous Type) represents a critical implementation flaw where user-controlled file uploads bypass security controls. The affected product (cpe:2.3:a:mlfactory:dsgvo_google_web_fonts_gdpr) is a GDPR compliance tool designed to locally host Google Fonts, but the font-fetching mechanism becomes an attack surface. The theme-specific exploitation requirement suggests the vulnerable code path activates only when certain WordPress themes are detected, creating conditional exploitability based on environmental factors.

RemediationAI

Immediately disable or uninstall the DSGVO Google Web Fonts GDPR plugin from all WordPress installations. No vendor-released patch identified at time of analysis; WordPress plugin Trac trunk branch continues to contain vulnerable code patterns identical to version 1.1 release. Organizations requiring GDPR-compliant Google Fonts hosting should migrate to alternative plugins with active maintenance and security review history. If plugin removal is not immediately feasible, implement defense-in-depth controls including web application firewall rules blocking POST requests to /wp-admin/admin-ajax.php with action parameter DSGVOGWPdownloadGoogleFonts, restrict wp-uploads directory execution permissions via .htaccess or server configuration, and monitor for unauthorized PHP files in uploads directories. Review server logs for suspicious admin-ajax.php requests originated before remediation. Conduct full filesystem integrity checks on installations running affected plugin versions with compatible themes, searching for recently modified PHP files in publicly accessible directories. Vendor advisory and vulnerability details available at https://www.wordfence.com/threat-intel/vulnerabilities/id/6203ffaf-5efd-4c66-85f0-cc3a05a03084?source=cve.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-3535 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy