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

CVE-2026-23194

High
Published: Translated: NVD NIST

Summary

W jądrze systemu Linux naprawiono podatność związaną z obiektami FDA o długości zero, które mogły powodować błąd przekroczenia granic pamięci. Poprzednia implementacja błędnie interpretowała wartość `skip == 0`, co prowadziło do prób zapisu poza przydzieloną pamięcią.

Risk Assessment

Wykorzystanie tej podatności mogło prowadzić do awarii aplikacji lub nieautoryzowanego dostępu do pamięci, co stwarzało zagrożenie dla stabilności i bezpieczeństwa systemu.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, aby usunąć tę podatność oraz monitorowanie systemu pod kątem potencjalnych nieprawidłowości związanych z obsługą FDA.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: rust_binder: correctly handle FDA objects of length zero Fix a bug where an empty FDA (fd array) object with 0 fds would cause an out-of-bounds error. The previous implementation used `skip == 0` to mean "this is a pointer fixup", but 0 is also the correct skip length for an empty FDA. If the FDA is at the end of the buffer, then this results in an attempt to write 8-bytes out of bounds. This is caught and results in an EINVAL error being returned to userspace. The pattern of using `skip == 0` as a special value originates from the C-implementation of Binder. As part of fixing this bug, this pattern is replaced with a Rust enum. I considered the alternate option of not pushing a fixup when the length is zero, but I think it's cleaner to just get rid of the zero-is-special stuff. The root cause of this bug was diagnosed by Gemini CLI on first try. I used the following prompt: > There appears to be a bug in @driver

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