Cyber Resilience

CVE-2025-56316

CriticalPublic PoC

Published: 17 October 2025

Published
17 October 2025
Modified
28 October 2025
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.0016 36.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-56316 is a critical-severity SQL Injection (CWE-89) vulnerability in Mingsoft Mcms. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.2th 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-2025-56316 is a SQL injection vulnerability (CWE-89) in MCMS 5.5.0, published on 2025-10-17. The flaw exists in the content_title parameter of the /cms/content/list endpoint, where unsanitized user input during FreeMarker template rendering enables remote attackers to execute arbitrary SQL queries. 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), reflecting critical severity due to its network accessibility, low attack complexity, and lack of prerequisites.

Unauthenticated remote attackers can exploit this vulnerability by sending crafted requests to the affected endpoint. Successful exploitation allows execution of arbitrary SQL queries, potentially resulting in high confidentiality, integrity, and availability impacts, such as unauthorized data access, modification, or system disruption.

Advisories and additional details are available in the referenced GitHub Gist at https://gist.github.com/Erosion2020/5892757e0c6eeb647a218d1c3b323cff and the MCMS GitHub repository at https://github.com/ming-soft/MCMS.

EU & UK References

Vulnerability details

A SQL injection vulnerability in the content_title parameter of the /cms/content/list endpoint in MCMS 5.5.0 allows remote attackers to execute arbitrary SQL queries via unsanitized input in the FreeMarker template rendering.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in a public-facing web application endpoint directly enables T1190 (Exploit Public-Facing Application). Arbitrary SQL query execution facilitates T1213.006 (Data from Information Repositories: Databases) for unauthorized data access.

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

CVEs Like This One

CVE-2026-2666Same product: Mingsoft Mcms
CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89

Affected Assets

mingsoft
mcms
5.5.0, 6.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of unsanitized inputs like the content_title parameter to block arbitrary SQL query injection during FreeMarker template rendering.

prevent

Mandates timely identification, reporting, and correction of the specific SQL injection flaw in MCMS 5.5.0 via patching or code remediation.

preventdetect

Boundary protection at the network perimeter, such as web application firewalls, can inspect and block crafted SQL injection payloads sent to the /cms/content/list endpoint.

References