CVE-2026-36757
Deferred Deferred - Pending Action
SSRF Vulnerability in Halo CMS via Upgrade Endpoint

Publication date: 2026-04-30

Last updated on: 2026-04-30

Assigner: MITRE

Description
A Server-Side Request Forgery (SSRF) in the /plugins/{name}/upgrade-from-uri endpoint of halo v2.22.14 allows authenticated attackers to scan internal resources via a crafted GET request.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-30
Last Modified
2026-04-30
Generated
2026-05-07
AI Q&A
2026-04-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
halo-dev halo 2.22.14
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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
How can this vulnerability impact me? :

This vulnerability can impact you by allowing an authenticated attacker to scan and potentially access internal network resources that should be protected from external access. This could lead to unauthorized information disclosure about internal services, network topology, or sensitive data hosted internally.

Such unauthorized internal access can be a stepping stone for further attacks, including lateral movement within the network, exploitation of other vulnerabilities, or data exfiltration.


Can you explain this vulnerability to me?

CVE-2026-36757 is a Server-Side Request Forgery (SSRF) vulnerability found in Halo version 2.22.14. It specifically affects the /plugins/{name}/upgrade-from-uri endpoint. Authenticated attackers can exploit this flaw by sending crafted GET requests that cause the server to make unauthorized requests to internal network resources.

The vulnerability occurs because the system does not properly validate user-supplied URIs in the DefaultReactiveUrlDataBufferFetcher class, allowing attackers to bypass restrictions on protocols and host validation. This enables attackers to scan or access internal services that are normally not accessible from outside the network.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring and analyzing HTTP GET requests sent to the /plugins/{name}/upgrade-from-uri endpoint in Halo version 2.22.14. Specifically, look for authenticated requests that include URIs targeting internal network addresses, which should normally be inaccessible externally.

To detect potential exploitation attempts, you can inspect web server logs or use network monitoring tools to identify unusual or unauthorized internal network scanning activities initiated via this endpoint.

Example commands to help detect such activity include:

  • Using grep to find suspicious requests in web server logs: grep "/plugins/" access.log | grep "upgrade-from-uri"
  • Using curl to test the endpoint with a crafted URI (requires authentication): curl -i -X GET -H "Authorization: Bearer <token>" "https://<halo-server>/plugins/<plugin-name>/upgrade-from-uri?uri=http://internal-ip"
  • Using network monitoring tools like tcpdump or Wireshark to capture outgoing HTTP requests from the Halo server to internal IP addresses.

What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation step is to implement a blacklist or filtering mechanism that prevents the /plugins/{name}/upgrade-from-uri endpoint from making requests to internal IP addresses or unauthorized protocols.

This involves validating and restricting user-supplied URIs to ensure they do not point to internal network resources, thereby blocking SSRF exploitation attempts.

Additionally, ensure that only authenticated and authorized users can access this endpoint, and monitor logs for suspicious activity.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The CVE-2026-36757 vulnerability allows authenticated attackers to scan internal resources via SSRF, potentially exposing internal services that are not meant to be accessible externally.

Such unauthorized access to internal network resources could lead to exposure of sensitive data or systems, which may impact compliance with standards and regulations like GDPR or HIPAA that require protection of personal and sensitive information.

However, the provided information does not explicitly detail the direct impact on compliance or specific regulatory violations.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart