From b998e253adf0c404d20a4ed7326195dedfc9aab0 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:51:36 +0000 Subject: [PATCH] Publish GHSA-q62r-8ppj-xvf4 --- .../GHSA-q62r-8ppj-xvf4.json | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 advisories/github-reviewed/2025/04/GHSA-q62r-8ppj-xvf4/GHSA-q62r-8ppj-xvf4.json diff --git a/advisories/github-reviewed/2025/04/GHSA-q62r-8ppj-xvf4/GHSA-q62r-8ppj-xvf4.json b/advisories/github-reviewed/2025/04/GHSA-q62r-8ppj-xvf4/GHSA-q62r-8ppj-xvf4.json new file mode 100644 index 00000000000..ca189cad206 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-q62r-8ppj-xvf4/GHSA-q62r-8ppj-xvf4.json @@ -0,0 +1,89 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q62r-8ppj-xvf4", + "modified": "2025-04-09T12:49:39Z", + "published": "2025-04-09T12:49:38Z", + "aliases": [ + "CVE-2025-32017" + ], + "summary": "Umbraco has a Management API Vulnerability to Path Traversal With Authenticated Users", + "details": "### Impact\nAuthenticated users to the Umbraco backoffice are able to craft management API request that exploit a path traversal vulnerability to upload files into a incorrect location.\n\n### Patches\nThe issue affects Umbraco 14+ and is patched in 14.3.4 and 15.3.1.\n\n### Workarounds\nUmbraco supports the configuration of [allowed](https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings#allowed-upload-file-extensions) and [disallowed file extensions](https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings#disallowed-upload-file-extensions). Using these options to allow only necessary file extensions significantly reduces the scope of the vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "14.0.0--preview004" + }, + { + "fixed": "14.3.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Cms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "15.0.0-rc1" + }, + { + "fixed": "15.3.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-q62r-8ppj-xvf4" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32017" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/commit/06a2a500b358ce15b1e228391eb60bd517c6e833" + }, + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/commit/d3c1443b14b1076faf13d1bcecc42860fdf5fad8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/umbraco/Umbraco-CMS" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22", + "CWE-23" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-09T12:49:38Z", + "nvd_published_at": "2025-04-08T16:15:27Z" + } +} \ No newline at end of file