Add kernelCTF CVE-2026-23111_cos (#446)#355
Conversation
|
Hi! Thanks for your submission. This one falls under kernelCTF v3 rules which require use of kernelXDK where applicable. From glancing through your source code, it seems like there wouldn't be many changes. Could you please check that: Here's a couple guides on using kernelXDK. |
… kernelXDK induced values
|
I integrated kernelXDK into my exploit, but there were several hurdles.
I completed the integration by excluding the ones that caused errors. |
Hey @c0m0r1. It's kind of expected. Please check how the missing offsets and structs should be handled: https://xdk.dev/libxdk/sample_exploit.html#hardcoded-sizes-and-offsets. You could also have a look at other researcher's submissions (the ones that already have "kCTF: vuln Ok" label). |
… unix_address and core_pattern
|
Thanks for the reference. I added |
|
Thanks. I updated the Makefile to add an |
No description provided.