3 matches found
EUVD-2026-86724
In the Linux kernel, the following vulnerability has been resolved: net/rds: clear cpflags bits individually in rdsconnpathreset rdsconnpathreset wipes the whole flag word with a plain cp-cpflags = 0 store. Every other accessor of that word uses atomic bitops, and some of them can run concurrentl...
5.8AI score
SaveExploits0References4
CVE-2026-98071
In the Linux kernel, the following vulnerability has been resolved: n...
5.8AI score
SaveExploits0
CVE-2026-98071
The Linux kernel contains a data race in the net/rds component within the rds_conn_path_reset() function. The vulnerability stems from the use of a plain store (cp->cp_flags = 0) to wipe the flag word, while other accessors use atomic bitops concurrently. This race condition can cause updates ...
5.8AI score
SaveExploits0References4
20