Katalog CVE

CVE-2026-23275

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze systemu Linux rozwiązano podatność związaną z manipulacją flagami pracy zadań w kontekście io_uring. Problem występował podczas zmiany rozmiaru pierścienia, co mogło prowadzić do nieprawidłowego przetwarzania flagi IORING_SQ_TASKRUN.

Ocena ryzyka

Organizacje mogą być narażone na nieprzewidziane zachowanie systemu, co może prowadzić do błędów w przetwarzaniu zadań oraz potencjalnych luk w zabezpieczeniach.

Rekomendacja

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, aby usunąć tę podatność oraz zapewnić stabilność operacji związanych z io_uring.

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: io_uring: ensure ctx->rings is stable for task work flags manipulation If DEFER_TASKRUN | SETUP_TASKRUN is used and task work is added while the ring is being resized, it's possible for the OR'ing of IORING_SQ_TASKRUN to happen in the small window of swapping into the new rings and the old rings being freed. Prevent this by adding a 2nd ->rings pointer, ->rings_rcu, which is protected by RCU. The task work flags manipulation is inside RCU already, and if the resize ring freeing is done post an RCU synchronize, then there's no need to add locking to the fast path of task work additions. Note: this is only done for DEFER_TASKRUN, as that's the only setup mode that supports ring resizing. If this ever changes, then they too need to use the io_ctx_mark_taskrun() helper.

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