Publish GHSA-q62r-8ppj-xvf4

This commit is contained in:
advisory-database[bot]
2025-04-09 12:51:36 +00:00
parent 9188be2092
commit b998e253ad
@@ -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"
}
}