From bd84d6f65d5c56d00b20bbab6bb9eef130227bc2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:10:33 +0000 Subject: [PATCH] Publish Advisories GHSA-4w2w-36vm-c8hf GHSA-8xv7-g2q3-fqgc --- .../GHSA-4w2w-36vm-c8hf.json | 61 ++++++++++++++++++ .../GHSA-8xv7-g2q3-fqgc.json | 62 +++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 advisories/github-reviewed/2025/02/GHSA-4w2w-36vm-c8hf/GHSA-4w2w-36vm-c8hf.json create mode 100644 advisories/github-reviewed/2025/02/GHSA-8xv7-g2q3-fqgc/GHSA-8xv7-g2q3-fqgc.json diff --git a/advisories/github-reviewed/2025/02/GHSA-4w2w-36vm-c8hf/GHSA-4w2w-36vm-c8hf.json b/advisories/github-reviewed/2025/02/GHSA-4w2w-36vm-c8hf/GHSA-4w2w-36vm-c8hf.json new file mode 100644 index 00000000000..2aecbf46d84 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-4w2w-36vm-c8hf/GHSA-4w2w-36vm-c8hf.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4w2w-36vm-c8hf", + "modified": "2025-02-26T20:09:28Z", + "published": "2025-02-26T20:09:28Z", + "aliases": [ + "CVE-2022-25773" + ], + "summary": "Mautic allows Relative Path Traversal in assets file upload", + "details": "### Summary\n\nThis advisory addresses a file placement vulnerability that could allow assets to be uploaded to unintended directories on the server.\n\n* **Improper Limitation of a Pathname to a Restricted Directory:** A vulnerability exists in the asset upload functionality that allows users to upload files to directories outside of the intended temporary directory.\n\n### Mitigation\n\nPlease update to 5.2.3 or later.\n\n### Workarounds\n\nNone\n\n### References\n\nIf you have any questions or comments about this advisory:\n\nEmail us at [security@mautic.org](mailto:security@mautic.org)", + "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": "Packagist", + "name": "mautic/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.2.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/security/advisories/GHSA-4w2w-36vm-c8hf" + }, + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/commit/e6aaad99f399c5df1ce6273609920098e5c2564a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mautic/mautic" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-02-26T20:09:28Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-8xv7-g2q3-fqgc/GHSA-8xv7-g2q3-fqgc.json b/advisories/github-reviewed/2025/02/GHSA-8xv7-g2q3-fqgc/GHSA-8xv7-g2q3-fqgc.json new file mode 100644 index 00000000000..6207a605ebb --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-8xv7-g2q3-fqgc/GHSA-8xv7-g2q3-fqgc.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8xv7-g2q3-fqgc", + "modified": "2025-02-26T20:08:31Z", + "published": "2025-02-26T20:08:30Z", + "aliases": [ + "CVE-2024-47053" + ], + "summary": "Mautic allows Improper Authorization in Reporting API", + "details": "### Summary\n\nThis advisory addresses an authorization vulnerability in Mautic's HTTP Basic Authentication implementation. This flaw could allow unauthorized access to sensitive report data.\n\n* **Improper Authorization:** An authorization flaw exists in Mautic's API Authorization implementation. Any authenticated user, regardless of assigned roles or permissions, can access all reports and their associated data via the API. This bypasses the intended access controls governed by the \"Reporting Permissions > View Own\" and \"Reporting Permissions > View Others\" permissions, which should restrict access to non-System Reports. \n\n### Mitigation\n\nPlease update to Mautic 5.2.3 or later\n\n### Workarounds\n\n Disable the API in Mautic. See [documentation](https://docs.mautic.org/en/5.2/configuration/settings.html#api-settings).\n\n### References\nhttps://cwe.mitre.org/data/definitions/285.html\nhttps://docs.mautic.org/en/5.2/configuration/settings.html#api-settings\n\nIf you have any questions or comments about this advisory:\n\nEmail us at [security@mautic.org](mailto:security@mautic.org)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "mautic/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.0.1" + }, + { + "fixed": "5.2.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/security/advisories/GHSA-8xv7-g2q3-fqgc" + }, + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/commit/9d7ee57c92502ef77cddb091011c5ffef14b11ee" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mautic/mautic" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285", + "CWE-863" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-02-26T20:08:30Z", + "nvd_published_at": null + } +} \ No newline at end of file