Impact
The vulnerability resides in the ChapterModel::searchChapter function located in App/Home/Controller/ChapterController.class.php of the light0011 CMS. By manipulating the content argument sent to this function, an attacker can inject arbitrary SQL statements into the query that is executed against the database. The flaw is a classic SQL injection, a type of input manipulation identified as CWE-89 and CWE-74. The attack vector is web‑based and may be launched remotely, and a public exploit has already been released, making the issue potentially exploitable in any reachable instance of the CMS.
Affected Systems
The light0011 CMS product does not use version identifiers, so all installations of this CMS that contain the current codebase are affected. The flaw exists in the Query Builder component, and because no specific releases are documented, every deployed instance that includes the ChapterController class is vulnerable unless a future patch removes the vulnerability.
Risk and Exploitability
The base CVSS score of 6.9 indicates a medium‑to‑high risk for remote exploitation. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. However, the publicly available exploit and the ability to execute arbitrary SQL remotely through the web interface increase the likelihood of real‑world exploitation. Systems running the CMS should consider this issue to be of high urgency for mitigation.
OpenCVE Enrichment