Lucene search

K
cvelistGitHub_MCVELIST:CVE-2024-27103
HistoryFeb 28, 2024 - 5:41 p.m.

CVE-2024-27103 Querybook Stored Cross-Site Scripting allows Privilege Elevation

2024-02-2817:41:36
CWE-79
GitHub_M
www.cve.org
7
cve-2024-27103
querybook
cross-site scripting
privilege elevation
xss
vulnerability
patched

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

EPSS

0

Percentile

9.0%

Querybook is a Big Data Querying UI. When a user searches for their queries, datadocs, tables and lists, the search result is marked and highlighted, and this feature uses dangerouslySetInnerHTML which means that if the highlighted result has an XSS payload it will trigger. While the input to dangerouslySetInnerHTML is not sanitized for the data inside of queries which leads to an XSS vulnerability. During the “query auto-suggestion” the name of the suggested tables are set with innerHTML which leads to the XSS vulnerability. A patch to rectify this issue has been introduced in Querybook version 3.31.2.

CNA Affected

[
  {
    "vendor": "pinterest",
    "product": "querybook",
    "versions": [
      {
        "version": "< 3.31.1",
        "status": "affected"
      }
    ]
  }
]

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

EPSS

0

Percentile

9.0%

Related for CVELIST:CVE-2024-27103