From 0536d583ef7cafefe0cb96db221281e128148d33 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:08:28 +0000 Subject: [PATCH] Publish GHSA-qf6m-6m4g-rmrc --- .../GHSA-qf6m-6m4g-rmrc.json | 126 ++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 advisories/github-reviewed/2024/09/GHSA-qf6m-6m4g-rmrc/GHSA-qf6m-6m4g-rmrc.json diff --git a/advisories/github-reviewed/2024/09/GHSA-qf6m-6m4g-rmrc/GHSA-qf6m-6m4g-rmrc.json b/advisories/github-reviewed/2024/09/GHSA-qf6m-6m4g-rmrc/GHSA-qf6m-6m4g-rmrc.json new file mode 100644 index 00000000000..8805ae8f720 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-qf6m-6m4g-rmrc/GHSA-qf6m-6m4g-rmrc.json @@ -0,0 +1,126 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qf6m-6m4g-rmrc", + "modified": "2024-09-18T22:06:13Z", + "published": "2024-09-18T22:06:13Z", + "aliases": [ + "CVE-2024-47051" + ], + "summary": "Mautic has insufficient authentication in upgrade flow", + "details": "### Impact\n\nMautic allows you to update the application via an upgrade script.\n\nThe upgrade logic isn't shielded off correctly, which may lead to vulnerable situation.\n\nThis vulnerability is mitigated by the fact that Mautic needs to be installed in a certain way to be vulnerable\n\n### Patches\n\nPlease upgrade to 4.4.1 or 5.1.1 or later.\n\n### Workarounds\nNone.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [security@mautic.org](mailto:security@mautic.org)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mautic/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.0-beta3" + }, + { + "fixed": "4.4.13" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "mautic/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.0.0-alpha" + }, + { + "fixed": "5.1.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "mautic/core-lib" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.0-beta3" + }, + { + "fixed": "4.4.13" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "mautic/core-lib" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.0.0-alpha" + }, + { + "fixed": "5.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/security/advisories/GHSA-qf6m-6m4g-rmrc" + }, + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/commit/73b18e9a434a28e528fe0e3d03620e7367bdcdca" + }, + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/commit/aee7bfb7510a83acf178a7f02da9661c040e9abf" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mautic/mautic" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-306" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-18T22:06:13Z", + "nvd_published_at": null + } +} \ No newline at end of file