From a8f41ba102328c7f440f7caab41806dfb63fed30 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:05:27 +0000 Subject: [PATCH] Publish GHSA-q6xv-jm4v-349h --- .../GHSA-q6xv-jm4v-349h.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2024/06/GHSA-q6xv-jm4v-349h/GHSA-q6xv-jm4v-349h.json diff --git a/advisories/github-reviewed/2024/06/GHSA-q6xv-jm4v-349h/GHSA-q6xv-jm4v-349h.json b/advisories/github-reviewed/2024/06/GHSA-q6xv-jm4v-349h/GHSA-q6xv-jm4v-349h.json new file mode 100644 index 00000000000..067155b3c1a --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-q6xv-jm4v-349h/GHSA-q6xv-jm4v-349h.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q6xv-jm4v-349h", + "modified": "2024-06-26T19:03:54Z", + "published": "2024-06-26T19:03:54Z", + "aliases": [ + "CVE-2024-38527" + ], + "summary": "Cross-site Scripting in ZenUML", + "details": "### Summary\n\nMarkdown-based comments in the ZenUML diagram syntax are susceptible to Cross-site Scripting (XSS).\n\n### Details\n\nThe comment feature allows the user to attach small notes for reference. This feature allows the user to enter in their comment in markdown comment, allowing them to use common markdown features, such as `**` for bolded text. However, the markdown text is currently not sanitized before rendering, allowing an attacker to enter a malicious payload for the comment which leads to XSS.\n\nhttps://github.com/mermaid-js/zenuml-core/blob/dcfee8cde42673c09e19401f43ad8506658c8442/src/components/DiagramFrame/SeqDiagram/MessageLayer/Block/Statement/Comment/Comment.vue#L65\n\n### PoC\n\n```\n// p\nA->B:hi\n```\n\nAbove is a POC diagram payload that results in an XSS.\n\nHere is a similar POC in mermaid.live: https://mermaid.live/edit#pako:eNpNjrFuwyAQhl8F3dRK1DaQGhs1kVq1Y6duFQsylwTVgEWw1MTyuxc5S7df39399y0wRIug4IZh9qMOdU2mF-dPJAZMKaa9GTHlB_ZILmnYa9BQH3R4fTq8qbMDCh6TN86WhkUHQjTkM3rUoEq0Jv2Ui7CWPTPn-HUNA6icZqQwT9ZkfHfmlIwHdTTjpVC0Lsf0eVfazChMJoBa4BdUL6uGC8n7TrCGd5zCFRRnXbVjvBVNK3gJXbtSuMVYSlnFC-Kyf961UshWbmXf2-y_xcf29c7WP2yrVC0\n\n### Impact\n\nThis puts existing applications that use ZenUML **unsandboxed** at risk of arbitrary JavaScript execution when rendering user-controlled diagrams.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@zenuml/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.23.25" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/mermaid-js/zenuml-core/security/advisories/GHSA-q6xv-jm4v-349h" + }, + { + "type": "WEB", + "url": "https://github.com/mermaid-js/zenuml-core/commit/ad7545b33f5f27466cbf357beb65969ca1953e3c" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mermaid-js/zenuml-core" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-80" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-26T19:03:54Z", + "nvd_published_at": null + } +} \ No newline at end of file