CVE-2026-68387 PUBLISHED

can: raw: add locking for raw flags bitfield

Assigner: Linux
Reserved: 30.07.2026 Published: 10.08.2026 Updated: 10.08.2026

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 raw_sock") the formerly separate integer values have been integrated into a single bitfield. This led to a read-modify-write operation when changing a flag in raw_setsockopt() which now needs a locking to prevent concurrent access.

Instead of adding a lock/unlock hell in each of the flag manipulations this patch introduces a wrapper for a new raw_setsockopt_locked() function analogue to the isotp_setsockopt_locked approach in net/can/isotp.c

[mkl: use Closes tag instead of Link]

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 890e5198a6e5b238627c245fafea1a92670a86cd to 00ba4bf8798242253fefc1fa6a78db1d445fd024 (excl.)
  • affected from 890e5198a6e5b238627c245fafea1a92670a86cd to 57791aab1129c9405f84bb0882de58967d8b44cd (excl.)
  • affected from 890e5198a6e5b238627c245fafea1a92670a86cd to 1e5185c090589f4146d728ab36417d8a5419f127 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.18 is affected
  • unaffected from 0 to 6.18 (excl.)
  • unaffected from 6.18.42 to 6.18.* (incl.)
  • unaffected from 7.1.6 to 7.1.* (incl.)
  • unaffected from 7.2-rc4 to * (incl.)

References