CVE-2026-32300
8.1OpenSource-Workshop · Connect-CMS
Connect-CMS contains an improper authorization flaw in the profile update feature, allowing authenticated users to modify arbitrary user information.
Executive summary
An improper authorization vulnerability in Connect-CMS allows authenticated users to modify arbitrary user profiles, posing a significant risk to data integrity.
Vulnerability
The vulnerability resides in the My Page profile update feature: due to improper authorization (CWE-285) and authorization bypass through user-controlled keys (CWE-639), an authenticated user can manipulate profile data belonging to other users.
Business impact
This vulnerability carries a CVSS score of 8.1, reflecting a high impact on data integrity and confidentiality. Successful exploitation allows unauthorized modification of user records, which could lead to account takeover, privilege escalation, or the corruption of sensitive user information within the content management system.
Remediation
Immediate Action: Update the Connect-CMS installation to version 1.41.1 or 2.41.1 to implement the necessary authorization checks.
Proactive Monitoring: Review audit logs for unusual profile update activity or mass modifications originating from standard user accounts.
Compensating Controls: Implement strict Web Application Firewall rules to monitor and filter requests targeting the profile update endpoint, though patching remains the only reliable mitigation.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The ability for a standard user to modify the profiles of other users represents a significant security failure in access control. Administrators must prioritize updating to the patched versions, 1.41.1 or 2.41.1, immediately to prevent unauthorized data manipulation. Failure to remediate this issue could result in widespread account compromise across the application.
Sources
- https://github.com/opensource-workshop/connect-cms/security/advisories/GHSA-qr6x-wvxr-8hm9
- https://github.com/opensource-workshop/connect-cms/commit/7c9951738c62a1d51b91e9956d1eb756c5d52cce
- https://github.com/opensource-workshop/connect-cms/releases/tag/v1.41.1
- https://github.com/opensource-workshop/connect-cms/releases/tag/v2.41.1