Article

    Cyber News / Article / Vulnerabilities in Quick.CMS software

    Vulnerabilities in Quick.CMS software
    CE
    CERT Polska-2026-07-28

    Vulnerabilities in Quick.CMS software

    CERT Polska has received a report about vulnerabilities in OpenSolution Quick.CMS software and participated in coordination of their disclosure.

    The vulnerabilityCVE-2026-63301: In Quick.CMS, the administrative user interface restricts deletion of the primary language by omitting the corresponding option from the interface; however, the underlying language-deletion API endpoint does not enforce an equivalent server-side authorization check. As a result, an authenticated administrator can bypass the UI-level restriction and delete the primary language by sending a direct HTTP request to the API endpoint. Successful deletion of the primary language results in a Denial of Service (DoS) of application.

    Critically, when combined with a separate Cross-Site Request Forgery (CSRF) vulnerability (CVE-2026-1468) an unauthenticated remote attacker can craft a malicious link, which if visited by an authenticated administrator, will trigger the DoS condition without direct access to the application

    The vulnerabilityCVE-2026-63302: Quick.CMS is vulnerable to Local File Inclusion (LFI) in theadmin.phpendpoint via thepparameter. An authenticated attacker with admin privileges can include arbitrary files located within the application's directory structure via a crafted HTTP request. Successful exploitation allows disclosure of the server's directory structure and absolute file paths (path disclosure).

    The vulnerabilityCVE-2026-63303: A Path Traversal vulnerability exists in Quick.CMS through the URI path component of HTTP requests, where the server fails to normalize dot-dot-slash(../)sequences before resolving and serving the requested file. An authenticated attacker with admin privileges can use this vulnerability to read contents of files located in the sibling directory of the webroot via a crafted HTTP request containing../sequences in the URI.

    Only version 6.8 was tested but all versions should be considered as vulnerable. The vendor assessed the likelihood of exploitation of all above vulnerabilities as very low and determined that fixes are not necessary.

    We thank Karol Czubernat for the responsible vulnerability report.

    Original source