diff --git a/advisories/github-reviewed/2025/02/GHSA-73gx-x7r9-77x2/GHSA-73gx-x7r9-77x2.json b/advisories/github-reviewed/2025/02/GHSA-73gx-x7r9-77x2/GHSA-73gx-x7r9-77x2.json new file mode 100644 index 00000000000..c9ea453dcaf --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-73gx-x7r9-77x2/GHSA-73gx-x7r9-77x2.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-73gx-x7r9-77x2", + "modified": "2025-02-26T20:07:45Z", + "published": "2025-02-26T20:07:45Z", + "aliases": [ + "CVE-2024-47051" + ], + "summary": "Mautic allows Remote Code Execution and File Deletion in Asset Uploads", + "details": "### Summary\nThis advisory addresses two critical security vulnerabilities present in Mautic versions before 5.2.3. These vulnerabilities could be exploited by authenticated users.\n\n* **Remote Code Execution (RCE) via Asset Upload:** A Remote Code Execution vulnerability has been identified in the asset upload functionality. Insufficient enforcement of allowed file extensions allows an attacker to bypass restrictions and upload executable files, such as PHP scripts.\n\n* **Path Traversal File Deletion:** A Path Traversal vulnerability exists in the upload validation process. Due to improper handling of path components, an authenticated user can manipulate the file deletion process to delete arbitrary files on the host system. \n \n### Mitigation\nPlease update to 5.2.3 or later.\n\n### Workarounds\nNone\n\n### References\nhttps://owasp.org/www-community/attacks/Code_Injection\nhttps://owasp.org/www-community/attacks/Path_Traversal\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:L/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-73gx-x7r9-77x2" + }, + { + "type": "WEB", + "url": "https://github.com/mautic/mautic/commit/75bc488ce98b9c8ec01114984049fc1c42c0cae5" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mautic/mautic" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-23", + "CWE-94" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-02-26T20:07:45Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/02/GHSA-m2jw-cj8v-937r/GHSA-m2jw-cj8v-937r.json b/advisories/github-reviewed/2025/02/GHSA-m2jw-cj8v-937r/GHSA-m2jw-cj8v-937r.json new file mode 100644 index 00000000000..ba1d3a3695f --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-m2jw-cj8v-937r/GHSA-m2jw-cj8v-937r.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m2jw-cj8v-937r", + "modified": "2025-02-26T20:06:56Z", + "published": "2025-02-26T20:06:56Z", + "aliases": [ + "CVE-2025-27145" + ], + "summary": "copyparty renders unsanitized filenames as HTML when user uploads empty files", + "details": "## Summary\n\nA [DOM-Based XSS](https://capec.mitre.org/data/definitions/588.html) was discovered in [copyparty](https://github.com/9001/copyparty), a portable fileserver. The vulnerability is considered low-risk.\n\n## Details\n\nBy handing someone a maliciously-named file, and then tricking them into dragging the file into copyparty's Web-UI, an attacker could execute arbitrary javascript with the same privileges as that user. For example, this could give unintended read-access to files owned by that user. The bug is triggered by the drag-drop action itself; it is not necessary to actually initiate the upload. The file must be empty (zero bytes).\n\nNote: As a general-purpose webserver, it is intentionally possible to upload HTML-files with arbitrary javascript in `