imPC@ndo EN

Tracker / CVE-2025-38708

CVE-2025-38708

Critica 9.8

In the Linux kernel, the following vulnerability has been resolved: drbd: add missing kref_get in handle_write_conflicts With `two-primaries` enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to the same sector simultaneously on both nodes, they end up with the identical data once the writes are completed. In handling "superseeded" writes, we forgot a kref_get, resulting in a premature drbd_destroy_device and use after free, and further to kernel crashes with symptoms. Relevance: No one should use DRBD as a random data generator, and apparently all users of "two-primaries" handle concurrent writes correctly on layer up. That is cluster file systems use some distributed lock manager, and live migration in virtualization environments stops writes on one node before starting writes on the other node. Which means that other than for "test cases", this code path is never taken in real life. FYI, in DRBD 9, things are handled differently nowadays. We still detect "write conflicts", but no longer try to be smart about them. We decided to disconnect hard instead: upper layers must not submit concurrent writes. If they do, that's their fault.

Prodotti e versioni affette

debian debian_linux
linux linux_kernel · 4.5 → 5.4.297
linux linux_kernel · 5.11 → 5.15.190
linux linux_kernel · 5.16 → 6.1.149
linux linux_kernel · 5.5 → 5.10.241
linux linux_kernel · 6.13 → 6.15.11
linux linux_kernel · 6.16 → 6.16.2
linux linux_kernel · 6.2 → 6.6.103
linux linux_kernel · 6.7 → 6.12.43

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