-
Notifications
You must be signed in to change notification settings - Fork 512
Add kernelCTF CVE-2025-38177_mitigation #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add kernelCTF CVE-2025-38177_mitigation #317
Conversation
|
Hey! If I compile the stable version of the patch commit (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9030a91235ae4845ec71902c3e0cecfc9ed1f2df) with KASAN and run the exploit, it still crashes the kernel. Can you help us understand why is that? Is this the right patch commit? (This blocks the payout of the first half of the reward.) Logs: |
The crash is unrelated to the vulnerability, it's caused by patches being applied in a different order to 6.6 stable and upstream. Commit These commits are all part of 6.6.90, so compiling that kernel instead should fix the crash. |
|
Thank you for the detailed explanation. I could reproduce that the upstream commit ( |
No description provided.