Add kernelCTF CVE-2026-46242_lts_cos#400
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Nice work. I am the submitter of CVE-2026-43074. I also think this is a separate bug. The fix for CVE-2026-43074 RCU-defers freeing of struct eventpoll for the RCU graph walks in ep_get_upwards_depth_proc() / reverse_path_check_proc(). That does break the pre-07712db8 eventpoll-UAF-based exploit path here: while __ep_remove() holds file->f_lock, the spinlocked region is covered by RCU read-side protection, so the RCU-deferred struct eventpoll free cannot complete inside that window and the struct eventpoll UAF primitive is removed. However, that does not fix the underlying file-release race. The struct file UAF remains. Fixing CVE-2026-46242 should not require RCU-deferring struct eventpoll lifetime; the effect of 07712db8 here is only to remove one exploit primitive as a side effect, not to fix this bug. |
|
We found that this submission does not pass
Would it be acceptable for this submission not to pass |
No description provided.