Description
Squidex is an open source headless content management system and content management hub. Versions of the application up to and including 7.21.0 allow users to define "Webhooks" as actions within the Rules engine. The url parameter in the webhook configuration does not appear to validate or restrict destination IP addresses. It accepts local addresses such as 127.0.0.1 or localhost. When a rule is triggered (Either manual trigger by manually calling the trigger endpoint or by a content update or any other triggers), the backend server executes an HTTP request to the user-supplied URL. Crucially, the server logs the full HTTP response in the rule execution log (lastDump field), which is accessible via the API. Which turns a "Blind" SSRF into a "Full Read" SSRF. As of time of publication, no patched versions are available.
Published: 2026-01-27
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Full Read Server‑Side Request Forgery (SSRF) with remote data exfiltration
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows an attacker to define a webhook URL that bypasses destination validation and is invoked when a rule is triggered. The backend server then performs an HTTP request to the attacker‑supplied URL and logs the entire response in the rule execution log. This turns a typical blind SSRF into a full read SSRF, enabling the attacker to read arbitrary internal or external HTTP responses via the public API, facilitating network reconnaissance, data exfiltration, or further pivoting.

Affected Systems

Squidex open‑source headless content management system, specifically versions up to and including 7.21.0 of the Squidex application. The issue is present in the Rules engine’s webhook configuration feature.

Risk and Exploitability

With a CVSS score of 9.1, the flaw is considered critical in terms of impact. The EPSS score is below 1 %, indicating a low current exploit probability, and the vulnerability is not yet listed in the CISA KEV catalog. Attackers that can trigger rules or provoke webhook execution could exploit this weakness remotely, gaining visibility into internal network services and potentially read sensitive data returned by those services. The lack of a patched version and the ability to log unfiltered responses amplify the risk for exposed deployments.

Generated by OpenCVE AI on April 18, 2026 at 01:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict webhook URLs to a predefined whitelist of approved domains or IP ranges; reject any URLs that are local or private network addresses.
  • Disable or tightly control the use of custom webhook actions within the Rules engine; consider removing the feature if not needed.
  • Implement network‑level outbound request filtering to block the application from reaching internal IP ranges or non‑public endpoints; configure firewall rules around the Squidex service.
  • Monitor the rule execution logs for unusual or unauthorized entries and set up alerting for frequent response dumps.

Generated by OpenCVE AI on April 18, 2026 at 01:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 12 Feb 2026 21:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:squidex.io:squidex:*:*:*:*:*:*:*:*

Wed, 28 Jan 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 28 Jan 2026 12:30:00 +0000

Type Values Removed Values Added
First Time appeared Squidex.io
Squidex.io squidex
Vendors & Products Squidex.io
Squidex.io squidex

Tue, 27 Jan 2026 21:00:00 +0000

Type Values Removed Values Added
Description Squidex is an open source headless content management system and content management hub. Versions of the application up to and including 7.21.0 allow users to define "Webhooks" as actions within the Rules engine. The url parameter in the webhook configuration does not appear to validate or restrict destination IP addresses. It accepts local addresses such as 127.0.0.1 or localhost. When a rule is triggered (Either manual trigger by manually calling the trigger endpoint or by a content update or any other triggers), the backend server executes an HTTP request to the user-supplied URL. Crucially, the server logs the full HTTP response in the rule execution log (lastDump field), which is accessible via the API. Which turns a "Blind" SSRF into a "Full Read" SSRF. As of time of publication, no patched versions are available.
Title Squidex has Server-Side Request Forgery (SSRF) Issue in Webhook Configuration
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H'}


Subscriptions

Squidex.io Squidex
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-01-28T15:17:12.814Z

Reserved: 2026-01-26T19:06:16.058Z

Link: CVE-2026-24736

cve-icon Vulnrichment

Updated: 2026-01-28T15:17:05.453Z

cve-icon NVD

Status : Analyzed

Published: 2026-01-27T21:16:02.967

Modified: 2026-02-12T21:30:02.060

Link: CVE-2026-24736

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T02:00:10Z

Weaknesses