kxxt / kxxt-website

My personal website powered by gatsby, hosted on vercel.

Home Page:https://www.kxxt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2022-31108 (Medium) detected in mermaid-8.14.0.tgz - autoclosed

mend-bolt-for-github opened this issue · comments

CVE-2022-31108 - Medium Severity Vulnerability

Vulnerable Library - mermaid-8.14.0.tgz

Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.

Library home page: https://registry.npmjs.org/mermaid/-/mermaid-8.14.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/mermaid/package.json

Dependency Hierarchy:

  • gatsby-remark-mermaid-2.1.0.tgz (Root Library)
    • mermaid-8.14.0.tgz (Vulnerable Library)

Found in HEAD commit: 37f8543da5164a1a7ef318756aa0eac1c5e89a09

Found in base branch: master

Vulnerability Details

Mermaid is a JavaScript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. An attacker is able to inject arbitrary CSS into the generated graph allowing them to change the styling of elements outside of the generated graph, and potentially exfiltrate sensitive information by using specially crafted CSS selectors. The following example shows how an attacker can exfiltrate the contents of an input field by bruteforcing the value attribute one character at a time. Whenever there is an actual match, an http request will be made by the browser in order to "load" a background image that will let an attacker know what's the value of the character. This issue may lead to Information Disclosure via CSS selectors and functions able to generate HTTP requests. This also allows an attacker to change the document in ways which may lead a user to perform unintended actions, such as clicking on a link, etc. This issue has been resolved in version 9.1.3. Users are advised to upgrade. Users unable to upgrade should ensure that user input is adequately escaped before embedding it in CSS blocks.

Publish Date: 2022-06-28

URL: CVE-2022-31108

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-x3vm-38hw-55wf

Release Date: 2022-06-28

Fix Resolution (mermaid): 9.1.3

Direct dependency fix Resolution (gatsby-remark-mermaid): 3.0.0


Step up your Open Source Security Game with Mend here

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.