CVE-2026-32279
SSRF Vulnerability in Connect-CMS Page Management Plugin
Publication date: 2026-03-23
Last updated on: 2026-03-24
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opensource-workshop | connect-cms | From 2.0.0 (inc) to 2.41.1 (exc) |
| opensource-workshop | connect-cms | From 1.0.0 (inc) to 1.41.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Server-Side Request Forgery (SSRF) issue found in Connect-CMS, specifically in the external page migration feature of the Page Management Plugin. It affects versions 1.x up to 1.41.0 and 2.x up to 2.41.0. SSRF vulnerabilities allow an attacker to make the server perform unauthorized requests to internal or external systems, potentially bypassing security controls.
How can this vulnerability impact me? :
The impact of this SSRF vulnerability can be significant. According to the CVSS score of 6.8, it allows an attacker with high privileges to make the server send requests to unintended locations, which can lead to disclosure of sensitive information (confidentiality impact is high). However, it does not affect integrity or availability directly.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should update Connect-CMS to version 1.41.1 or 2.41.1 or later, as these versions contain the patch for the Server-Side Request Forgery (SSRF) issue in the external page migration feature of the Page Management Plugin.