Squidex is an open source headless CMS and content management hub. Affected versions are subject to an arbitrary file write vulnerability in the backup restore feature which allows an authenticated attacker to gain remote code execution (RCE). Squidex allows users with the `squidex.admin.restore` permission to create and restore backups. Part of these backups are the assets uploaded to an App. For each asset, the backup zip archive contains a `.asset` file with the actual content of the asset as well as a related `AssetCreatedEventV2` event, which is stored in a JSON file. Amongst other things, the JSON file contains the event type (`AssetCreatedEventV2`), the ID of the asset (`46c05041-9588-4179-b5eb-ddfcd9463e1e`), its filename (`test.txt`), and its file version (`0`). When a backup with this event is restored, the `BackupAssets.ReadAssetAsync` method is responsible for re-creating the asset. For this purpose, it determines the name of the `.asset` file in the zip archive, reads its content, and stores the content in the filestore. When the asset is stored in the filestore via the UploadAsync method, the assetId and fileVersion are passed as arguments. These are further passed to the method GetFileName, which determines the filename where the asset should be stored. The assetId is inserted into the filename without any sanitization and an attacker with squidex.admin.restore privileges to run arbitrary operating system commands on the underlying server (RCE).
References
Link | Resource |
---|---|
https://github.com/Squidex/squidex/security/advisories/GHSA-phqq-8g7v-3pg5 | Exploit Vendor Advisory |
https://github.com/Squidex/squidex/security/advisories/GHSA-phqq-8g7v-3pg5 | Exploit Vendor Advisory |
Configurations
History
21 Nov 2024, 08:28
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/Squidex/squidex/security/advisories/GHSA-phqq-8g7v-3pg5 - Exploit, Vendor Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.1 |
15 Nov 2023, 15:47
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.2 |
First Time |
Squidex.io squidex
Squidex.io |
|
CPE | cpe:2.3:a:squidex.io:squidex:7.8.2:*:*:*:*:*:*:* | |
References | () https://github.com/Squidex/squidex/security/advisories/GHSA-phqq-8g7v-3pg5 - Exploit, Vendor Advisory |
07 Nov 2023, 21:36
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-11-07 19:15
Updated : 2024-11-21 08:28
NVD link : CVE-2023-46253
Mitre link : CVE-2023-46253
CVE.ORG link : CVE-2023-46253
JSON object : View
Products Affected
squidex.io
- squidex
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')