Katalog CVE

CVE-2026-33872

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność w elixir-nodejs (przed 3.1.4) wynika z wyścigu w protokole worker, powodując wyciek danych między użytkownikami. Brak korelacji żądań i odpowiedzi może spowodować zwrócenie danych innego użytkownika. Naprawiono w wersji 3.1.4.

Ocena ryzyka

W środowiskach o dużym obciążeniu dane wrażliwe (np. PII, tokeny) mogą zostać ujawnione niepowołanym użytkownikom, co może prowadzić do naruszenia prywatności.

Rekomendacja

Zaktualizuj elixir-nodejs do wersji 3.1.4 lub nowszej.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

elixir-nodejs provides an Elixir API for calling Node.js functions. A vulnerability in versions prior to 3.1.4 results in Cross-User Data Leakage or Information Disclosure due to a race condition in the worker protocol. The lack of request-response correlation creates a "stale response" vulnerability. Because the worker does not verify which request a response belongs to, it may return the next available data in the buffer to an unrelated caller. In high-throughput environments where the library processes sensitive user data (e.g., PII, authentication tokens, or private records), a timeout or high concurrent load can cause Data A (belonging to User A) to be returned to User B. This may lead to unauthorized information disclosure that is difficult to trace, as the application may not throw an error but instead provide "valid-looking" yet entirely incorrect and private data to the wrong session. The issue is fixed in v3.1.4.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS