CVE-2026-32299
Published: 23 March 2026
Summary
CVE-2026-32299 is a high-severity Improper Access Control (CWE-284) vulnerability in Opensource-Workshop Connect-Cms. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
AC-3 requires enforcement of approved authorizations for access to information and resources, directly addressing the improper authorization in the page content retrieval feature that allows unauthorized access to non-public data.
SI-2 mandates identification, reporting, and timely remediation of flaws, enabling application of patches released in Connect-CMS versions 1.41.1 and 2.41.1 to fix this vulnerability.
AC-6 enforces least privilege, restricting access to only necessary content retrieval operations and mitigating unauthorized exposure even if authorization checks are flawed.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Improper authorization flaw in public-facing Connect-CMS directly enables remote unauthenticated exploitation of a web application to access restricted content (T1190).
NVD Description
Connect-CMS is a content management system. In versions on the 1.x series up to and including 1.41.0 and versions on the 2.x series up to and including 2.41.0, an improper authorization issue in the page content retrieval feature may allow…
more
retrieval of non-public information. Versions 1.41.1 and 2.41.1 contain a patch.
Deeper analysisAI
CVE-2026-32299 is an improper authorization vulnerability (CWE-284) in the page content retrieval feature of Connect-CMS, an open-source content management system. It affects versions in the 1.x series up to and including 1.41.0, as well as versions in the 2.x series up to and including 2.41.0. The flaw enables unauthorized access to non-public information through inadequate checks during content retrieval operations.
The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating it can be exploited remotely over the network by unauthenticated attackers with low complexity and no user interaction required. Successful exploitation allows attackers to retrieve sensitive, non-public page content, potentially exposing confidential data hosted on affected Connect-CMS instances without impacting integrity or availability.
Mitigation is available via patches released for the affected branches: version 1.41.1 for the 1.x series and version 2.41.1 for the 2.x series. Security practitioners should upgrade to these versions immediately. Additional details are provided in the project's security advisory at https://github.com/opensource-workshop/connect-cms/security/advisories/GHSA-62ch-j6x7-722j and release notes at https://github.com/opensource-workshop/connect-cms/releases/tag/v1.41.1 and https://github.com/opensource-workshop/connect-cms/releases/tag/v2.41.1.
Details
- CWE(s)