CVE-2026-50236: Openshift/console: authenticated ssrf with full response reflection and path neutralization via dev console webhook helpers in openshift console
A flaw was found in the OpenShift Console Dev Console webhook helper endpoints. The /api/dev-console/webhooks/github, /gitlab, and /bitbucket endpoints accept user-supplied hostName/baseURL parameters and perform server-side HTTP POST requests from the openshift-console pod to arbitrary URLs without URL validation or private-range blocking. By appending a query separator (?) to the hostName, the attacker neutralizes the fixed URL suffix and gains full path control, making this a general-purpose authenticated HTTP POST proxy. The full target response (status code, headers, and body) is reflected back to the caller without size limits. Any authenticated console user, including those with no project access, can exploit this to reach cluster-internal HTTP services from the console pod network position with arbitrary POST bodies and attacker-specified headers. The header denylist uses case-sensitive exact matching, allowing bypass of Cookie and X-CSRFToken filtering via case variants. No HTTP client timeout or response body size limit is enforced.
Other sources
An authenticated SSRF flaw was found in the OpenShift Console Dev Console webhook helpers. User-supplied target URLs are fetched server-side without validation, with path neutralization enabling arbitrary endpoint targeting and full response reflection from the console pod's privileged network position.
— MITRE
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-50236?
CVE-2026-50236 has a severity rating of 7.4, categorized as high.
How do I fix CVE-2026-50236?
To mitigate CVE-2026-50236, ensure that user-supplied URLs are properly validated and limit the access rights of the webhook helpers in the OpenShift Console.
What are the potential impacts of CVE-2026-50236?
CVE-2026-50236 can lead to server-side request forgery (SSRF), allowing an attacker to access unintended endpoints and potentially leak sensitive information.
Who is affected by CVE-2026-50236?
Any organization using the OpenShift Console that allows authenticated users to utilize the dev console webhook helpers may be affected by CVE-2026-50236.
What is SSRF in the context of CVE-2026-50236?
In the context of CVE-2026-50236, SSRF refers to the ability of an attacker to make server-side requests to internal resources, exploiting the flaw in OpenShift Console.