CVE Catalog

CVE-2026-63301

HighCVSS 7.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.36%

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

Summary

In Quick.CMS, the admin UI restricts deletion of the primary language, but the API endpoint lacks server-side authorization. An authenticated admin can send a direct HTTP request to delete the primary language, causing Denial of Service (DoS). Combined with a CSRF vulnerability (CVE-2026-1468), an unauthenticated attacker can trick an admin into clicking a malicious link, triggering DoS.

Risk Assessment

The attack can cause application unavailability (DoS), and combined with CSRF can be executed without direct attacker access to the system.

Recommendation

Implement server-side validation in the language deletion endpoint and protect against CSRF. The vendor assessed risk as low and will not fix, so manual hardening is recommended.

Other vulnerabilities in Quick.CMS

See all
Original NVD description (English source)

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 vendor assessed the likelihood of exploitation as very low and determined that a fix is not necessary.

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