CVE-2024-27103

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.
Configurations

No configuration.

History

21 Nov 2024, 09:03

Type Values Removed Values Added
References () https://github.com/pinterest/querybook/commit/449bdc9e7d679e042c3718b7ed07d2ffa3c46a8f - () https://github.com/pinterest/querybook/commit/449bdc9e7d679e042c3718b7ed07d2ffa3c46a8f -
References () https://github.com/pinterest/querybook/security/advisories/GHSA-3hjm-9277-5c88 - () https://github.com/pinterest/querybook/security/advisories/GHSA-3hjm-9277-5c88 -
Summary
  • (es) Querybook es una interfaz de usuario de consulta de Big Data. Cuando un usuario busca sus consultas, documentos de datos, tablas y listas, el resultado de la búsqueda se marca y resalta, y esta función utiliza peligrosamente SetInnerHTML, lo que significa que si el resultado resaltado tiene una carga útil XSS, se activará. Mientras que la entrada a peligrosamenteSetInnerHTML no está desinfectada para los datos dentro de las consultas, lo que conduce a una vulnerabilidad XSS. Durante la "sugerencia automática de consultas", el nombre de las tablas sugeridas se configura con internalHTML, lo que conduce a la vulnerabilidad XSS. Se introdujo un parche para rectificar este problema en la versión 3.31.2 de Querybook.

28 Feb 2024, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-02-28 18:15

Updated : 2024-11-21 09:03


NVD link : CVE-2024-27103

Mitre link : CVE-2024-27103

CVE.ORG link : CVE-2024-27103


JSON object : View

Products Affected

No product.

CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')