Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
8DescriptionGitHub Advisory
Squidex is an open source headless content management system and content management hub. Prior to version 7.23.0, the RestoreController.PostRestoreJob endpoint allows an administrator to supply an arbitrary URL for downloading backup archives. This URL is fetched using the "Backup" HttpClient without any SSRF protection. A malicious or compromised admin can use this endpoint to probe internal network services, access cloud metadata endpoints, or perform internal reconnaissance. The vulnerability is authenticated (Admin-only) but highly impactful, allowing potential access to sensitive internal resources. Version 7.23.0 contains a fix.
AnalysisAI
Server-Side Request Forgery in Squidex's backup restoration endpoint allows authenticated administrators to probe internal network services and access cloud metadata endpoints. The RestoreController.PostRestoreJob endpoint accepts arbitrary URLs without SSRF protection, enabling internal reconnaissance through the application's HTTP client. Exploitation requires high privileges (admin authentication) but grants access to confidential internal resources and sensitive cloud service metadata. Version 7.23.0 patches this vulnerability. EPSS exploitation probability and active exploitation status are not reported in available intelligence.
Technical ContextAI
Squidex is an open-source headless CMS built on .NET that provides content management capabilities through RESTful APIs. The vulnerability exists in the backup restoration mechanism where the RestoreController.PostRestoreJob endpoint processes administrator-supplied URLs to download backup archives. This endpoint uses a dedicated 'Backup' HttpClient instance that lacks SSRF protections such as URL allowlisting, private IP range blocking, or metadata endpoint filtering. CWE-918 (Server-Side Request Forgery) represents a trust boundary violation where user-controlled input dictates backend HTTP requests, allowing attackers to pivot the application server as a proxy for accessing network resources that should be unreachable from the attacker's position. In cloud deployments (AWS, Azure, GCP), this commonly targets metadata services at 169.254.169.254 to extract credentials, API keys, and service tokens.
RemediationAI
Upgrade to Squidex version 7.23.0 or later, which contains the fix implemented in commit b81d75e1d9c1a8e30993c2ee59b350002b9aeda4 (https://github.com/Squidex/squidex/commit/b81d75e1d9c1a8e30993c2ee59b350002b9aeda4). Review the GitHub Security Advisory GHSA-6q6m-7h5j-jq4g for complete vendor guidance. If immediate patching is not feasible, implement network-level egress filtering to block access from the Squidex application server to internal RFC1918 address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), localhost (127.0.0.0/8), link-local addresses (169.254.0.0/16 - critical for blocking cloud metadata services), and other sensitive internal CIDR blocks specific to your environment. Note that egress filtering may break legitimate external backup storage integrations, requiring allowlisting for trusted backup repositories. Restrict RestoreController endpoint access through additional application-level controls or web application firewall rules requiring multi-factor authentication for backup operations. Audit existing administrator accounts and review access logs for the PostRestoreJob endpoint to identify potential prior exploitation attempts targeting internal IP ranges or metadata endpoints.
Server-Side Request Forgery (SSRF) vulnerability in Squidex CMS webhook configuration allows authenticated administrator
Squidex is an open source headless CMS and content management hub. Rated high severity (CVSS 7.2), this vulnerability is
Cross-Site Request Forgery (CSRF) in GitHub repository squidex/squidex prior to 7.4.0. Rated medium severity (CVSS 6.5),
Squidex is an open source headless CMS and content management hub. Rated medium severity (CVSS 6.1), this vulnerability
Squidex before 7.4.0 was discovered to contain a squid.svg cross-site scripting (XSS) vulnerability. Rated medium severi
Improper Handling of Additional Special Element in GitHub repository squidex/squidex prior to 7.4.0. Rated medium severi
Squidex before 7.9.0 allows XSS via an SVG document to the Upload Assets feature. Rated medium severity (CVSS 5.4), this
Squidex is an open source headless CMS and content management hub. Rated medium severity (CVSS 5.4), this vulnerability
Improper Handling of Additional Special Element in GitHub repository squidex/squidex prior to 7.4.0. Rated medium severi
Server-Side Request Forgery in Squidex versions prior to 7.23.0 allows authenticated users with asset upload permissions
Server-Side Request Forgery (SSRF) in Squidex versions before 7.23.0 allows authenticated users with schema editing perm
Blind Server-Side Request Forgery (SSRF) in Squidex prior to version 7.23.0 allows authenticated administrators to force
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25102