Cyber Resilience

CVE-2021-47976

HighPublic PoC

Published: 16 May 2026

Published
16 May 2026
Modified
18 May 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0032 23.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2021-47976 is a high-severity CSRF (CWE-352) vulnerability in Textpattern (inferred from references). Its CVSS base score is 8.7 (High).

Operationally, ranked at the 23.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

TextPattern CMS 4.9.0-dev contains a remote code execution vulnerability that allows authenticated attackers to upload arbitrary PHP files by exploiting the plugin upload functionality. Attackers can authenticate, retrieve a CSRF token from the plugin event page, and upload malicious PHP…

more

files to the textpattern/tmp/ directory for code execution.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-30603Shared CWE-352
CVE-2025-30564Shared CWE-352
CVE-2025-23424Shared CWE-352
CVE-2025-25135Shared CWE-352
CVE-2025-31566Shared CWE-352
CVE-2025-23467Shared CWE-352
CVE-2025-55046Shared CWE-352
CVE-2025-26582Shared CWE-352
CVE-2026-41347Shared CWE-352
CVE-2025-31585Shared CWE-352

Affected Assets

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

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-352

Awareness training educates users on avoiding untrusted links and actions that can be exploited via CSRF.

addresses: CWE-352

Requiring user re-entry of credentials for sensitive actions prevents automated forgery of requests without active user participation.

addresses: CWE-352

Security testing regimens explicitly include checks for missing or ineffective anti-CSRF protections in web applications.

addresses: CWE-352

Detects anomalous request patterns consistent with cross-site request forgery.

References