MCPcopy Create free account
hub / github.com/bsauce/kernel-exploit-factory / keyctl

Function keyctl

CVE-2022-34918/exploit/exploit.c:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186static inline long keyctl(int operation, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) {
187 return syscall(__NR_keyctl, operation, arg2, arg3, arg4, arg5);
188}
189// spray_keyring(): Spray 50 user_key_payload
190// Return: Allocated buffer with serial numbers of the created keys
191key_serial_t *spray_keyring(uint32_t spray_size) {

Callers 2

get_keyring_leakFunction · 0.70
release_keysFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected