Publish GHSA-q6xv-jm4v-349h

This commit is contained in:
advisory-database[bot]
2024-06-26 19:05:27 +00:00
parent 995f208dfa
commit a8f41ba102
@@ -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<img onerror=alert(1) src=\"\"/>\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
}
}