CVE-2026-41177 PUBLISHED

Squidex has Blind SSRF via file:// Protocol in Restore API leading to Local File Interaction

Assigner: GitHub_M
Reserved: 17.04.2026 Published: 22.04.2026 Updated: 22.04.2026

Squidex is an open source headless content management system and content management hub. Prior to version 7.23.0, the Squidex Restore API is vulnerable to Blind Server-Side Request Forgery (SSRF). The application fails to validate the URI scheme of the user-supplied Url parameter, allowing the use of the file:// protocol. This allows an authenticated administrator to force the backend server to interact with the local filesystem, which can lead to Local File Interaction (LFI) and potential disclosure of sensitive system information through side-channel analysis of internal logs. Version 7.23.0 contains a fix.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:L
CVSS Score: 5.5

Product Status

Vendor Squidex
Product squidex
Versions
  • Version < 7.23.0 is affected

References

Problem Types

  • CWE-73: External Control of File Name or Path CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE