Cyber Resilience

CVE-2026-1555

Critical

Published: 15 April 2026

Published
15 April 2026
Modified
22 April 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.0098 57.8th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-1555 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wordfence (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 in the top 42.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-1555 is a high-severity vulnerability (CVSS 9.8, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) affecting the WebStack theme for WordPress in all versions up to and including 1.2024. It stems from missing file type validation in the io_img_upload() function, enabling arbitrary file uploads (CWE-434). Published on 2026-04-15, this flaw allows attackers to place malicious files directly on the affected site's server.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. By uploading arbitrary files via the flawed upload function, they can potentially achieve remote code execution, granting high-impact confidentiality, integrity, and availability compromises on the target server.

Advisories and references, including the Wordfence threat intelligence page (https://www.wordfence.com/threat-intel/vulnerabilities/id/b97805de-1b47-4c9f-baae-2e37c1b78570?source=cve) and source code in WebStack's ajax.php (https://github.com/owen0o0/WebStack/blob/master/inc/ajax.php#L5) and repository (https://github.com/owen0o0/WebStack/tree/master), provide details for practitioners to review the issue and implement mitigations such as updating the theme or adding file validation controls.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The WebStack theme for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the io_img_upload() function in all versions up to, and including, 1.2024. This makes it possible for unauthenticated attackers to upload arbitrary files…

more

on the affected site's server which may make remote code execution possible.

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?

Arbitrary file upload vulnerability in public-facing WordPress theme enables unauthenticated remote exploitation (T1190) and facilitates uploading web shells for RCE (T1100).

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

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires input validation mechanisms for file uploads to enforce type checking missing in the io_img_upload() function, preventing arbitrary file uploads.

prevent

Mandates timely identification, reporting, and remediation of flaws like CVE-2026-1555 in the WebStack WordPress theme to eliminate the vulnerability.

prevent

Enforces restrictions on information inputs such as file types at upload boundaries, blocking unauthenticated arbitrary file uploads.

References