Skip to content
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

Gate hack may occur #1

Open
USN484259 opened this issue Apr 24, 2019 · 0 comments
Open

Gate hack may occur #1

USN484259 opened this issue Apr 24, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@USN484259
Copy link
Owner

set edx to one of kernel service tags and call gate. in call gate procedure edx out of bound would trigger int3 and to kernel via TSS gate. Kernel would check IF bit (cleared by call gate) and jmp to service identified by the fake tag. Is seems to be just "strange" way to call 'create' or 'kill' currently,but would make kernel access false arguments and cause violation in the future when more kernel services are added.

@USN484259 USN484259 added the bug Something isn't working label Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant