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

exploitDog

github логотип

GHSA-r5w7-f542-q2j4

Опубликовано: 28 янв. 2025
Источник: github
Github: Прошло ревью
CVSS3: 3.7

Описание

Potential DoS when using ContextLines integration

Impact

The ContextLines integration uses readable streams to more efficiently use memory when reading files. The ContextLines integration is used to attach source context to outgoing events.

The stream was not explicitly closed after use. This could lead to excessive amounts of file handles open on the system and potentially lead to a Denial of Service (DoS).

The ContextLines integration is enabled by default in the Node SDK (@sentry/node) and SDKs that run in Node.js environments (@sentry/astro, @sentry/aws-serverless, @sentry/bun, @sentry/google-cloud-serverless, @sentry/nestjs, @sentry/nextjs, @sentry/nuxt, @sentry/remix, @sentry/solidstart, @sentry/sveltekit).

Patches

Users should upgrade to version 8.49.0 or higher.

Workarounds

To remediate this issue in affected versions without upgrading to version 8.49.0 and above you can disable the ContextLines integration. See the docs for more details.

Sentry.init({ // ... integrations: function (integrations) { // integrations will be all default integrations return integrations.filter(function (integration) { return integration.name !== "ContextLines"; }); }, });

If you disable the ContextLines integration, you will lose source context on your error events.

References

Пакеты

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

@sentry/node

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/astro

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/aws-serverless

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/bun

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/google-cloud-serverless

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/nestjs

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/nextjs

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/nuxt

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/remix

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/solidstart

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

>= 8.10.0, < 8.49.0

8.49.0

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

@sentry/sveltekit

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

>= 8.10.0, < 8.49.0

8.49.0

3.7 Low

CVSS3

Дефекты

CWE-774

3.7 Low

CVSS3

Дефекты

CWE-774