EN

Tracker / CVE-2023-52923

CVE-2023-52923

Alta 7.8

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: adapt set backend to use GC transaction API Use the GC transaction API to replace the old and buggy gc API and the busy mark approach. No set elements are removed from async garbage collection anymore, instead the _DEAD bit is set on so the set element is not visible from lookup path anymore. Async GC enqueues transaction work that might be aborted and retried later. rbtree and pipapo set backends does not set on the _DEAD bit from the sync GC path since this runs in control plane path where mutex is held. In this case, set elements are deactivated, removed and then released via RCU callback, sync GC never fails.

Prodotti e versioni affette

linux linux_kernel
linux linux_kernel · 4.1 → 4.19.316
linux linux_kernel · 4.20 → 5.4.262
linux linux_kernel · 5.11 → 5.15.134
linux linux_kernel · 5.16 → 6.1.56
linux linux_kernel · 5.5 → 5.10.198
linux linux_kernel · 6.2 → 6.4.11

Analisi

Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.

Riferimenti