Description
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.
Published: 2026-07-28
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Quick.CMS the administrative interface hides the option to delete the primary language, but the underlying API does not enforce a server‑side authorization check. An authenticated administrator can therefore bypass the interface restriction by sending a direct HTTP request to delete the primary language, leading to a loss of functionality. The vulnerability is identified as a privilege escalation flaw (CWE‑602). When combined with a separate CSRF flaw (CVE-2026-1468), an unauthenticated remote user can craft a malicious link; an authenticated administrator visiting the link will trigger the DoS without direct application access.

Affected Systems

The vendor product affected is OpenSolution Quick.CMS. No specific product versions were enumerated in the advisory, so all released versions are potentially impacted until an official fix is released.

Risk and Exploitability

The CVSS score of 7 indicates a high severity. The EPSS score of less than 1% reflects a very low exploitation probability, and the vulnerability is not listed in CISA KEV. The vendor assessed the likelihood of exploitation as very low and determined that a fix is not necessary. The attacker must be authenticated as an administrator to exploit the server‑side flaw; however, the CSRF combination allows an unauthenticated remote attacker to perform the action if a privileged user follows the malicious link. The overall risk is moderate, with a low likelihood of active exploitation, but the potential impact is a complete service outage for affected sites.

Generated by OpenCVE AI on August 3, 2026 at 15:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Protect the language deletion API with a mandatory server‑side authorization check that verifies the requester has privileged edit rights and cannot delete the primary language.
  • Add CSRF tokens and validate them for all administrator‑only endpoints, including the language deletion API, to prevent unauthenticated users from triggering the operation.
  • Monitor application logs for unexpected language deletion requests and implement automated alerts or blocking of offending IP addresses.
  • If a vendor patch or update is not yet available, disable the ability to delete the primary language via the API until an official fix is released.

Generated by OpenCVE AI on August 3, 2026 at 15:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Opensolution
Opensolution quick.cms
Vendors & Products Opensolution
Opensolution quick.cms

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Denial of Service in Quick.CMS
Weaknesses CWE-602
References
Metrics cvssV4_0

{'score': 7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

Opensolution Quick.cms
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-28T12:29:31.097Z

Reserved: 2026-07-16T10:27:23.339Z

Link: CVE-2026-63301

cve-icon Vulnrichment

Updated: 2026-07-28T12:29:27.895Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T11:17:03.823

Modified: 2026-07-30T16:29:42.347

Link: CVE-2026-63301

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:30:03Z

Weaknesses
  • CWE-602

    Client-Side Enforcement of Server-Side Security