Cyber Resilience

CVE-2026-21628

Critical

Published: 05 March 2026

Published
05 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score v4 10.0 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:A/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:X/V:X/RE:X/U:X
EPSS Score 0.0047 37.1th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-21628 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Templaza Astroid Framework. Its CVSS base score is 10.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 37.1th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-21628 is a vulnerability in an improperly secured file management feature that allows unauthenticated users to upload dangerous data types, leading to remote code execution. Published on 2026-03-05, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is categorized under CWE-434.

Unauthenticated attackers with network access can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation enables remote code execution, granting high levels of confidentiality, integrity, and availability impact on the affected system.

Mitigation details are available in the referenced advisory at https://astroidframe.work.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A improperly secured file management feature allows uploads of dangerous data types for unauthenticated users, leading to remote code execution.

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.
Why these techniques?

The vulnerability allows unauthenticated remote code execution via exploitation of a public-facing file management feature, directly mapping to T1190: Exploit Public-Facing Application.

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

CVEs Like This One

CVE-2025-12352Shared CWE-434
CVE-2026-1730Shared CWE-434
CVE-2025-13067Shared CWE-434
CVE-2025-54449Shared CWE-434
CVE-2025-1070Shared CWE-434
CVE-2025-12528Shared CWE-434
CVE-2025-67325Shared CWE-434
CVE-2025-65471Shared CWE-434
CVE-2025-59710Shared CWE-434
CVE-2025-34328Shared CWE-434

Affected Assets

templaza
astroid framework
2.0.0 — 3.3.10

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of information inputs, directly preventing uploads of dangerous data types that enable remote code execution.

prevent

AC-3 enforces approved authorizations, preventing unauthenticated users from accessing the vulnerable file management feature.

prevent

SI-9 restricts types and content of information inputs to systems, blocking dangerous file uploads at the boundary.

References