Cyber Resilience

CVE-2026-27202

HighPublic PoC

Published: 21 February 2026

Published
21 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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.0053 40.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-27202 is a high-severity Path Traversal (CWE-22) vulnerability in Getsimple-Ce Getsimple Cms. Its CVSS base score is 8.8 (High).

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

Deeper analysis

CVE-2026-27202 affects all versions of GetSimple CMS, a content management system. The vulnerability is a flaw in the Uploaded Files feature that enables arbitrary file reads, mapped to CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) and CWE-23 (Relative Path Traversal). Published on 2026-02-21, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact.

Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. Exploitation grants access to read arbitrary files on the affected server, potentially exposing sensitive data such as configuration files, user credentials, or other server contents.

The GitHub security advisory (GHSA-xhwv-g6q4-h886) notes that no fix is available as of publication. Security practitioners should monitor for updates from the GetSimpleCMS-CE repository and consider restricting access to upload functionalities or implementing web application firewalls to detect path traversal attempts in the interim.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

GetSimple CMS is a content management system. All versions of GetSimple CMS have a flaw in the Uploaded Files feature that allows for arbitrary file reads. This issue has not been fixed at the time of publication.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Path traversal in public-facing GetSimple CMS directly enables remote exploitation of the web application (T1190) and arbitrary local file reads for data collection (T1005).

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

CVEs Like This One

CVE-2026-27161Same product: Getsimple-Ce Getsimple Cms
CVE-2026-28495Same product: Getsimple-Ce Getsimple Cms
CVE-2025-29789Shared CWE-22, CWE-23
CVE-2026-7404Shared CWE-22, CWE-23
CVE-2025-66687Shared CWE-22
CVE-2025-26753Shared CWE-22
CVE-2025-44177Shared CWE-22
CVE-2023-42226Shared CWE-22
CVE-2026-39859Shared CWE-22
CVE-2024-55457Shared CWE-22

Affected Assets

getsimple-ce
getsimple cms
3.3.22

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly mitigates path traversal in the Uploaded Files feature by validating file path inputs to prevent traversal sequences like '../'.

prevent

AC-6 limits damage from arbitrary file reads by enforcing least privilege on the CMS process, restricting access to sensitive files outside the web directory.

preventdetect

SC-7 provides boundary protection via web application firewalls to inspect and block HTTP requests containing path traversal payloads targeting the Uploaded Files feature.

References