CVE-2026-52830
KrytyczneCVSS 9.4Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 34 - wyżej niż 34% wszystkich znanych CVE
Streszczenie
Podatność w fast-mcp-telegram przed wersją 0.19.1 pozwala zdalnemu klientowi HTTP na ominięcie uwierzytelniania poprzez manipulację tokenem Bearer zawierającym separatory ścieżki. Token taki jak '../fast-mcp-telegram/telegram' umożliwia dostęp do domyślnej sesji legacy, co narusza kontrolę zastrzeżonych nazw sesji.
Ocena ryzyka
Atakujący może uzyskać nieautoryzowany dostęp do domyślnego konta legacy, co prowadzi do przejęcia sesji i potencjalnego wykonania operacji MCP w imieniu tego konta, bez znajomości prawidłowego tokena.
Rekomendacja
Należy natychmiast zaktualizować fast-mcp-telegram do wersji 0.19.1 lub nowszej, która zawiera poprawkę usuwającą podatność na manipulację ścieżką w tokenach Bearer.
Oryginalny opis (angielski, źródło NVD)
fast-mcp-telegram is a Telegram MCP Server. Prior to 0.19.1, fast-mcp-telegram validates HTTP Bearer tokens by joining the raw token string into a session-file path. The verifier rejects the exact reserved token telegram, but it does not reject path separators or normalize the path before checking whether the session file exists. A remote HTTP client can therefore authenticate as the default legacy session with a token such as ../fast-mcp-telegram/telegram when the documented default session file ~/.config/fast-mcp-telegram/telegram.session exists. This bypasses the reserved session name control that is intended to prevent HTTP multi-user sessions from colliding with the default stdio or legacy account. With account-prefixed MCP tools enabled, the attacker still sees and calls the prefixed tools for the default account, so the prefix middleware does not stop the session selection bypass. This vulnerability is fixed in 0.19.1.

