Куда я попал?
SECURITM это SGRC система, ? автоматизирующая процессы в службах информационной безопасности. SECURITM помогает построить и управлять ИСПДн, КИИ, ГИС, СМИБ/СУИБ, банковскими системами защиты.
А еще SECURITM это место для обмена опытом и наработками для служб безопасности.

CVE-2026-53937

PUBLISHED 14.09.2026

CNA: GitHub_M

MCP Kotlin SDK's unbounded line buffer in StdioServerTransport/StdioClientTransport leads to memory exhaustion (DoS)

Обновлено: 08.09.2026
MCP Kotlin SDK is the Kotlin Multiplatform software development kit for the Model Context Protocol. In versions 0.7.0 through 0.12.0, `ReadBuffer.append` in `kotlin-sdk-core/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/shared/ReadBuffer.kt` writes every chunk of bytes received from the stdio transport into a `kotlinx.io.Buffer` with no size cap. Frames are extracted from that buffer only when a `\n` (0x0a) byte is observed. A peer that streams bytes without ever sending a newline causes the internal buffer to grow indefinitely until the JVM (or the surrounding host process) is OOM-killed. The leak is amplified by `StdioServerTransport` and `StdioClientTransport`, which both queue raw chunks through a `kotlinx.coroutines.channels.Channel<ByteArray>(Channel.UNLIMITED)` and then call `readBuffer.append(chunk)` without backpressure or size guard. This is a remote-pre-auth denial of service whenever an SDK stdio server's stdin is fed by an untrusted or attacker-controlled producer (for example: a host program that exec's the MCP server as a subprocess and pipes through bytes received from a network peer, or a sidecar wrapper that proxies bytes from an HTTP endpoint to the stdio transport). Version 0.13.0 fixes the issue.

CWE

Идентификатор Описание
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

CVSS

Оценка Severity Версия Базовый вектор
6.2 MEDIUM 3.1 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS

Вероятность Severity Процентиль ? Дата расчёта
0.19% LOW 8.52 17.09.2026

Доп. Информация

Product Status

io.modelcontextprotocol:kotlin-sdk
Product: io.modelcontextprotocol:kotlin-sdk
Vendor: modelcontextprotocol
Default status: Не определен
Версии:
Затронутые версии Статус
Наблюдалось в версии < 0.13.0 affected
io.modelcontextprotocol:kotlin-sdk-client
Product: io.modelcontextprotocol:kotlin-sdk-client
Vendor: modelcontextprotocol
Default status: Не определен
Версии:
Затронутые версии Статус
Наблюдалось в версии >= 0.7.0, < 0.13.0 affected
io.modelcontextprotocol:kotlin-sdk-core
Product: io.modelcontextprotocol:kotlin-sdk-core
Vendor: modelcontextprotocol
Default status: Не определен
Версии:
Затронутые версии Статус
Наблюдалось в версии < 0.13.0 affected
io.modelcontextprotocol:kotlin-sdk-server
Product: io.modelcontextprotocol:kotlin-sdk-server
Vendor: modelcontextprotocol
Default status: Не определен
Версии:
Затронутые версии Статус
Наблюдалось в версии >= 0.7.0, < 0.13.0 affected
 

Ссылки

CISA ADP Vulnrichment

Обновлено: 14.09.2026
Этот блок содержит дополнительную информацию, предоставленную программой CVE для этой уязвимости.

SSVC

Exploitation Automatable Technical Impact Версия Дата доступа
poc no partial 2.0.3 14.09.2026

Ссылки

Мы используем cookie-файлы, чтобы получить статистику, которая помогает нам улучшить сервис для вас с целью персонализации сервисов и предложений. Вы может прочитать подробнее о cookie-файлах или изменить настройки браузера. Продолжая пользоваться сайтом, вы даёте согласие на использование ваших cookie-файлов и соглашаетесь с Политикой обработки персональных данных.