Add kernelCTF CVE-2025-38177_mitigation#317
Add kernelCTF CVE-2025-38177_mitigation#317hexfoureight wants to merge 6 commits intogoogle:masterfrom
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.