Publish Advisories

GHSA-73gx-x7r9-77x2
GHSA-m2jw-cj8v-937r
This commit is contained in:
advisory-database[bot]
2025-02-26 20:08:28 +00:00
parent 8859de588a
commit 36454b8c62
2 changed files with 132 additions and 0 deletions
@@ -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
}
}
@@ -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 `<script>` tags, which will execute when the file is opened. The difference is that this vulnerability would trigger execution of javascript during the act of uploading, and not when the uploaded file was opened.\n\n## Proof of Concept (POC)\n\n1. Create an empty file named `<img src=x onerror=\"alert(1)\">`\n2. Drag-and-drop the file into the browser to initiate an upload\n3. The `alert(1)` is executed",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "copyparty"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.16.15"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/9001/copyparty/security/advisories/GHSA-m2jw-cj8v-937r"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27145"
},
{
"type": "WEB",
"url": "https://github.com/9001/copyparty/commit/438ea6ccb06f39d7cbb4b6ee7ad44606e21a63dd"
},
{
"type": "PACKAGE",
"url": "https://github.com/9001/copyparty"
},
{
"type": "WEB",
"url": "https://github.com/9001/copyparty/releases/tag/v1.16.15"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79",
"CWE-83"
],
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2025-02-26T20:06:56Z",
"nvd_published_at": "2025-02-25T02:15:16Z"
}
}