Cyber Resilience

CVE-2026-4882

Critical

Published: 02 May 2026

Published
02 May 2026
Modified
05 May 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0065 46.7th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-4882 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wpuserregistration (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 46.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-7 (Least Functionality) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-4882 is a critical vulnerability in the User Registration Advanced Fields plugin for WordPress, affecting all versions up to and including 1.6.20. The flaw stems from missing file type validation in the 'URAF_AJAX::method_upload' function, enabling arbitrary file uploads. Exploitation requires a "Profile Picture" field to be added to the user registration form on the affected site, potentially allowing attackers to place malicious files on the server and achieve remote code execution.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Successful exploitation grants high-impact confidentiality, integrity, and availability compromises, primarily through uploading web shells or other executable files that lead to full server compromise.

Advisories from sources like Wordfence detail the issue, with references available at https://www.wordfence.com/threat-intel/vulnerabilities/id/f2c6a377-216f-4d61-8fae-ec5bc2793cdf?source=cve and the plugin's feature page at https://wpuserregistration.com/features/advanced-fields/. Security practitioners should update to a patched version beyond 1.6.20 if available and review forms for the "Profile Picture" field to assess exposure.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The User Registration Advanced Fields plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'URAF_AJAX::method_upload' function in all versions up to, and including, 1.6.20. This makes it possible for unauthenticated attackers to…

more

upload arbitrary files on the affected site's server which may make remote code execution possible. Note: The vulnerability can only be exploited if a "Profile Picture" field is added to the form.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Vulnerability in public-facing WordPress plugin enables arbitrary file upload for RCE, directly mapping to exploitation of public-facing applications (T1190) and web shell deployment (T1505.003).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-22654Shared CWE-434
CVE-2025-11948Shared CWE-434
CVE-2025-67260Shared CWE-434
CVE-2025-28915Shared CWE-434
CVE-2023-53956Shared CWE-434
CVE-2025-6058Shared CWE-434
CVE-2021-47819Shared CWE-434
CVE-2025-7852Shared CWE-434
CVE-2026-4883Shared CWE-434
CVE-2019-25630Shared CWE-434

Affected Assets

Wpuserregistration
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Remediating the flaw by patching the User Registration Advanced Fields plugin to a version beyond 1.6.20 directly eliminates the missing file type validation in the URAF_AJAX::method_upload function.

prevent

Configuring the system to exclude the 'Profile Picture' field from user registration forms disables the vulnerable upload functionality entirely.

prevent

Implementing input validation for file uploads, including type checking, directly counters the arbitrary file upload vulnerability regardless of plugin flaws.

References