Vulnerability Description
The front-end interface /cms/category/list of MCMS <=6.2.0 is vulnerable to SQL injection. The size parameter is directly concatenated into the LIMIT clause of SQL through FreeMarker ${size} without being parameterized and bound. The built-in SqlInjectionUtil employs regular expression blacklist filtering, yet keywords like CREATE/TABLE/SET/PREPARE/EXECUTE are not included in the list, allowing for bypassing. Attackers can execute stacked SQL statements without logging in.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/fangtang7/CVE/blob/main/MCMS/MCMS6.2.0-SQLinjection.md
- https://github.com/fangtang7/CVE/blob/main/MCMS/MCMS6.2.0-SQLinjection.md
FAQ
What is CVE-2026-68000?
CVE-2026-68000 is a vulnerability with a CVSS score of 9.8 (CRITICAL). The front-end interface /cms/category/list of MCMS <=6.2.0 is vulnerable to SQL injection. The size parameter is directly concatenated into the LIMIT clause of SQL through FreeMarker ${size} without b...
How severe is CVE-2026-68000?
CVE-2026-68000 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-68000?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.