Lucene search

K
cveGitHub_MCVE-2024-27103
HistoryFeb 28, 2024 - 6:15 p.m.

CVE-2024-27103

2024-02-2818:15:45
CWE-79
GitHub_M
web.nvd.nist.gov
79
cve-2024-27103
querybook
xss vulnerability
search
query auto-suggestion
patch
nvd.

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.

Affected configurations

Vulners
Node
pinterestquerybookRange<3.31.1
VendorProductVersionCPE
pinterestquerybook*cpe:2.3:a:pinterest:querybook:*:*:*:*:*:*:*:*

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 CVE-2024-27103