Add kernelCTF CVE-2026-23274_cos#352
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. |
|
Hey! You are probably aware but the submission does not repro on GHA, please fix that, so we can proceed with the verification to pay out the first half of the reward. |
Thanks for reminder! We shall fix the KASLR issue later. However, we have one issue related to vuln_verfiy that we can not address:
|
|
If the vulnerability cannot be detected by KASAN, then you don't have to satisfy For the KASLR leak, we implemented it in kernelXDK, maybe that works better? |
Hi KT, Thanks a lot. We have left As the KASLR leak from kernelXDK has not yet been put into a release, we added the git clone to the Makefile to use the latest kernelXDK, and it indeed works perfectly on my local Intel CPU and also on Google CI's AMD CPU. It is truly impressive! However, our success rate on CI is only ~10% (for kctf and the local environment, we believe our success rate is around 20%~40%). Please let us know if we have to increase the success rate. Thanks! |
No description provided.