From 359c30836826fe04915d5c517739137f7fb0a876 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:05:58 +0000 Subject: [PATCH] Publish GHSA-287f-46j7-j4wh --- .../GHSA-287f-46j7-j4wh.json | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 advisories/github-reviewed/2024/04/GHSA-287f-46j7-j4wh/GHSA-287f-46j7-j4wh.json diff --git a/advisories/github-reviewed/2024/04/GHSA-287f-46j7-j4wh/GHSA-287f-46j7-j4wh.json b/advisories/github-reviewed/2024/04/GHSA-287f-46j7-j4wh/GHSA-287f-46j7-j4wh.json new file mode 100644 index 00000000000..5a73fe1ad8b --- /dev/null +++ b/advisories/github-reviewed/2024/04/GHSA-287f-46j7-j4wh/GHSA-287f-46j7-j4wh.json @@ -0,0 +1,114 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-287f-46j7-j4wh", + "modified": "2024-04-24T17:04:34Z", + "published": "2024-04-24T17:04:34Z", + "aliases": [ + "CVE-2024-32872" + ], + "summary": "Umbraco Workflow's Backoffice users can execute arbitrary SQL", + "details": "### Impact\n\nBackoffice users can execute arbitrary SQL.\n\n### Explanation of the vulnerability\nA Backoffice user can modify requests to a particular API endpoint to include SQL which will be executed by the server.\n\n### Affected versions \nAll versions\n\n### Patches\n\nWorkflow 10.3.9, 12.2.6, 13.0.6, Plumber 10.1.2\n\n### References\n[Upgrading Umbraco Workflow](https://docs.umbraco.com/umbraco-workflow/upgrading/upgrading)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Workflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "10.3.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Workflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0-rc1" + }, + { + "fixed": "12.2.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Umbraco.Workflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "13.0.0-rc1" + }, + { + "fixed": "13.0.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Plumber.Workflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "10.1.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco.Workflow.Issues/security/advisories/GHSA-287f-46j7-j4wh" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32872" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-24T17:04:34Z", + "nvd_published_at": "2024-04-24T15:15:48Z" + } +} \ No newline at end of file