Cyber Resilience

CVE-2021-47918

HighPublic PoC

Published: 01 February 2026

Published
01 February 2026
Modified
11 February 2026
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/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.0051 39.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2021-47918 is a high-severity SQL Injection (CWE-89) vulnerability in Simplephpscripts Simple Cms Php. Its CVSS base score is 8.6 (High).

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

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

Deeper analysis

CVE-2021-47918 is a remote SQL injection vulnerability (CWE-89) affecting Simple CMS version 2.1. The issue arises in the users module, where unvalidated input parameters in the admin.php file allow attackers to inject unfiltered SQL commands. This flaw enables compromise of the underlying database management system and the web application itself.

The vulnerability carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating it can be exploited remotely with low attack complexity by users possessing low privileges, without requiring user interaction and without impacting scope. Successful exploitation allows attackers to achieve high confidentiality and integrity impacts, such as extracting sensitive data from the database or modifying application data.

Advisories providing further details, including potential mitigation steps, are available at https://simplephpscripts.com/simple-cms-php, https://www.vulncheck.com/advisories/simple-cms-sql-injection-vulnerability-via-users-module2, and https://www.vulnerability-lab.com/get_content.php?id=2303. Security practitioners should review these resources for vendor-recommended patches or workarounds.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Simple CMS 2.1 contains a remote SQL injection vulnerability that allows privileged attackers to inject unfiltered SQL commands in the users module. Attackers can exploit unvalidated input parameters in the admin.php file to compromise the database management system and web…

more

application.

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?

Direct remote SQL injection in a public-facing web application (admin.php) enables initial access via exploitation of a web app vulnerability.

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

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

simplephpscripts
simple cms php
2.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the unvalidated input parameters in admin.php that enable SQL injection by requiring validation of all information inputs to prevent malicious SQL commands.

prevent

Ensures timely identification, reporting, and correction of the specific SQL injection flaw in Simple CMS 2.1, preventing exploitation.

detect

Enables vulnerability scanning to identify the SQL injection vulnerability in the users module, facilitating remediation before exploitation.

References