CVEbaza.plSłownik CWECWE-1322
Common Weakness Enumeration

CWE-1322

Use of Blocking Code in Single-threaded, Non-blocking Context

Kategoria: BaseCVE: 3
Opis

Produkt wykorzystuje model nieblokujący oparty na jednowątkowym procesie do zapewnienia takich funkcji jak skalowalność, jednak zawiera kod, który może się blokować podczas wywoływania. Może to prowadzić do utraty wydajności i responsywności systemu.

Description (EN)

The product uses a non-blocking model that relies on a single threaded process for features such as scalability, but it contains code that can block when it is invoked.

Podatności CVE z CWE-1322 (3)
7.5
CVSS
HIGH
CVE-2026-19484

@fastify/busboy is a multipart form-data parser. In versions 3.1.0 through 3.2.0, a remote unauthenticated attacker can stall the Node.js event loop by sending a multipart request whose boundary is crafted to a specific length. The vendored streaming search stores its skip table in a fixed 256 entry byte array, and a boundary of exactly 252 bytes makes the search needle 256 bytes, which truncates the default skip distance to zero and turns the search into a CPU bound loop on a small body. A single small request can keep one core busy and deny service to other requests handled by the same process. The issue is fixed in @fastify/busboy 3.2.1, which widens the skip table so the skip distance is preserved. Users should upgrade to 3.2.1.

pub. 2026-08-13
6.0
CVSS
MEDIUM
CVE-2026-42256

Net::IMAP implementuje funkcjonalność klienta Internet Message Access Protocol (IMAP) w Ruby. W wersjach od 0.4.0 do 0.4.24 (wyłącznie), od 0.5.0 do 0.5.14 (wyłącznie) oraz od 0.6.0 do 0.6.4 (wyłącznie), podczas uwierzytelniania połączenia z użyciem SCRAM-SHA1 lub SCRAM-SHA256, złośliwy serwer może przeprowadzić atak denial-of-service na proces klienta poprzez wysłanie dużej wartości liczby iteracji. Problem został naprawiony w wersjach 0.4.24, 0.5.14 i 0.6.4.

pub. 2026-05-09
5.3
CVSS
MEDIUM
CVE-2026-71439

Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. From version 11.6.0 until 11.16.1, Mermaid Radar Diagrams allow arbitrary large values for the ticks parameter, which can cause high CPU usage and freeze the rendering webpage or JavaScript process for long periods of time, potentially until the process is killed from memory exhaustion. This issue is fixed in version 11.16.1.

pub. 2026-08-06
Informacje
ID: CWE-1322
Typ: Base
Podatności: 3
MITRE CWE ↗
← Słownik CWE