2 matches found
CVE-2026-68387
The CVE-2026-68387 entry concerns the Linux kernel, where a change to store flags in a single bitfield inside struct raw_sock introduced a read-modify-write race when updating flags via raw_setsockopt(). A locking mechanism is now employed, via a wrapper function raw_setsockopt_locked(), to preve...
5.3AI score
SaveExploits0References3
EUVD-2026-55573
In the Linux kernel, the following vulnerability has been resolved: can: raw: add locking for raw flags bitfield With commit 890e5198a6e5 "can: raw: use bitfields to store flags in struct rawsock" the formerly separate integer values have been integrated into a single bitfield. This led to a...
5.3AI score
SaveExploits0References3
20