| Summary | In the Linux kernel, the following vulnerability has been resolved: greybus: raw: fix use-after-free if write is called after disconnect If a user writes to the chardev after disconnect has been called, the BUG: kernel NULL pointer dereference, address: 0000000000000218 Disconnect calls gb_connection_destroy, which ends up freeing the The gb_connection_destroy cannot be moved out of the disconnect To prevent this bug, use a rw lock to synchronize access between write |
|---|---|
| Publication Date | June 25, 2026, 2:17 a.m. |
| Registration Date | June 27, 2026, 4:20 a.m. |
| Last Update | June 25, 2026, 2:17 a.m. |