Add kernelCTF CVE-2026-31419_cos#397
Open
n132 wants to merge 51 commits into
Open
Conversation
3 tasks
koczkatamas
reviewed
Jun 25, 2026
|
|
||
| size_t kaslr = -1; | ||
|
|
||
| #define LARGE_USEC_FOR_SLEEP 10000000000 |
Collaborator
There was a problem hiding this comment.
Hey! kernelCTF rules ask you to use kernelXDK including getting the symbol addresses dynamically instead of hardcoding for a specific target. See this guide: https://xdk.dev/libxdk/sample_exploit.html
Contributor
Author
There was a problem hiding this comment.
Thanks for your review, KT! We'll solve this problem.
Contributor
Author
|
@koczkatamas, libxdk is applied to the latest version, but we keep the ENTER_GADGET since it's a novel technique related to one. #define ENTER_GADGET 0xffffffff82536399 // enter 0xff48, 0x89; ret;Please let us know if we need to modify to satisfy the requirements. Thanks, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Init the PR.