CVE Catalog

CVE-2026-68531

LowCVSS 2.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

Concrete CMS 9 before 9.5.3 did not escape SQL LIKE wildcard characters in the keyword search filters used by the file manager, file folders, and page list. An authenticated user with editor-level or higher privileges could submit a crafted search containing many single-character wildcards, forcing the database to perform a full-table scan and degrading responsiveness.

Risk Assessment

An attacker with editor privileges can remotely cause database resource exhaustion (CPU, I/O), degrading system responsiveness for other users. On large installations, this may lead to partial denial of service.

Recommendation

Update Concrete CMS to version 9.5.3 or later. Additionally, consider escaping wildcard characters in LIKE queries and monitoring database performance.

Other vulnerabilities in Concrete CMS

See all
Original NVD description (English source)

Concrete CMS 9 before 9.5.3 did not escape SQL LIKE wildcard characters in the keyword search filters used by the file manager, file folders, and page list, allowing an authenticated user with editor-level or higher privileges to submit a crafted search containing many single-character wildcards. Because the keyword input was placed into the LIKE clause without neutralizing its wildcard metacharacters, a short request could force the database to evaluate every row and perform a full-table scan, and repeated or wildcard-dense searches could sustain elevated database CPU and I/O, degrading responsiveness for other users on large installations. The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 2.1 with vector CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N. Thanks noivan for reporting.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS