CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2024-41079

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Summary

W jądrze systemu Linux zidentyfikowano podatność związaną z brakiem inicjalizacji pola cqe.result w NVMe. Problem dotyczy różnic w zachowaniu implementacji dla różnych protokołów, co może prowadzić do niezamierzonego ujawnienia danych ze stosu.

Risk Assessment

Organizacje mogą być narażone na wyciek wrażliwych danych, co może prowadzić do naruszenia prywatności i bezpieczeństwa systemów. Ujawnienie danych może mieć poważne konsekwencje dla integralności informacji.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, aby zapewnić, że pole cqe.result jest zawsze inicjalizowane, co zminimalizuje ryzyko wycieku danych.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: nvmet: always initialize cqe.result The spec doesn't mandate that the first two double words (aka results) for the command queue entry need to be set to 0 when they are not used (not specified). Though, the target implemention returns 0 for TCP and FC but not for RDMA. Let's make RDMA behave the same and thus explicitly initializing the result field. This prevents leaking any data from the stack.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS