diff --git a/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit b/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit index 6c2eae9f..754122a6 100755 Binary files a/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit and b/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit differ diff --git a/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit.c b/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit.c index 77a811bf..58901b95 100644 --- a/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit.c +++ b/pocs/linux/kernelctf/CVE-2024-41010_lts/exploit/lts-6.6.35/exploit.c @@ -41,7 +41,7 @@ #define PAGE_SIZE 0x1000 -#define FIRST_SPRAY_SZ 0x1c00 +#define FIRST_SPRAY_SZ 0x1d00 #define SECOND_SPRAY_SZ (FIRST_SPRAY_SZ + 0x400) #define THIRD_SPRAY_SZ (SECOND_SPRAY_SZ + 0x400)