Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-wwf9-7jrc-rv4q

Опубликовано: 19 июн. 2026
Источник: github
Github: Прошло ревью
CVSS3: 4.4

Описание

Outerbase Studio: Stored XSS in Text Widget Leads to Authentication Token Exposure

Summary

A Stored Cross-Site Scripting (XSS) issue previously existed in the Text Widget in Board of Outerbase Studio where unsanitized HTML could be rendered using dangerouslySetInnerHTML

Steps to Reproduce

  1. Create a new dashboard.
  2. Add a Text widget.
  3. Insert the following payload:
<img src=x onerror="alert('XSS Executed\nToken: ' + localStorage.getItem('ob-token'))">

Architectural Context

Outerbase Cloud and its backend services were discontinued in 2025.

The current version of Outerbase Studio operates purely as a client-side application, with dashboard data stored locally in the browser.

Impact

In the current architecture, the impact is limited to local self-XSS within a user's browser session. The previously described scenarios involving:

  • authentication token theft
  • account takeover
  • database access

are no longer applicable since there are no active backend services or authentication tokens.

Remediation

The unsafe HTML rendering in the Text Widget has been removed in commit https://github.com/outerbase/studio/commit/b06fb85e5967440278d5a815721b360920566ab9 by eliminating the use of dangerouslySetInnerHTML.

Пакеты

Наименование

@outerbase/studio

npm
Затронутые версииВерсия исправления

<= 0.10.2

Отсутствует

EPSS

Процентиль: 3%
0.00132
Низкий

4.4 Medium

CVSS3

Дефекты

CWE-79

Связанные уязвимости

CVSS3: 4.4
nvd
8 дней назад

Outerbase Studio is a lightweight browser-based database GUI supporting PostgreSQL, MySQL, and SQLite. In version 0.10.2 and earlier, TextComponent in src/components/chart/index.tsx renders unsanitized Text Widget content through dangerouslySetInnerHTML, allowing injected markup with script-capable event handlers to execute when the widget is displayed. Outerbase Cloud and its backend services were discontinued in 2025, and the current architecture uses local browser dashboard storage, so the impact is limited to local self-XSS. Authentication token theft, account takeover, and backend database access are not applicable to the current architecture. No fixed release is available as of this review.

EPSS

Процентиль: 3%
0.00132
Низкий

4.4 Medium

CVSS3

Дефекты

CWE-79