Katalog CVE

CVE-2026-43280

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze systemu Linux zidentyfikowano podatność, która pozwala na odczyt poza granicami pamięci jądra w funkcji madvise. Użytkownik może dostarczyć nieprawidłową wartość pat_index, co prowadzi do niebezpiecznego dostępu do tablicy xe->pat.table.

Ocena ryzyka

Atakujący może wykorzystać tę podatność do odczytu wrażliwych danych z pamięci jądra, co może prowadzić do ujawnienia informacji lub eskalacji uprawnień w systemie.

Rekomendacja

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, która zawiera poprawki dla tej podatności oraz wdrożenie dodatkowych mechanizmów zabezpieczających przed atakami typu Spectre.

Inne podatności w Linux kernel

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

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise When user provides a bogus pat_index value through the madvise IOCTL, the xe_pat_index_get_coh_mode() function performs an array access without validating bounds. This allows a malicious user to trigger an out-of-bounds kernel read from the xe->pat.table array. The vulnerability exists because the validation in madvise_args_are_sane() directly calls xe_pat_index_get_coh_mode(xe, args->pat_index.val) without first checking if pat_index is within [0, xe->pat.n_entries). Although xe_pat_index_get_coh_mode() has a WARN_ON to catch this in debug builds, it still performs the unsafe array access in production kernels. v2(Matthew Auld) - Using array_index_nospec() to mitigate spectre attacks when the value is used v3(Matthew Auld) - Put the declarations at the start of the block (cherry picked from commit 944a3329b05510d55c69c2ef455136e2fc02de2

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