// https://syzkaller.appspot.com/bug?id=8bfd55de893a67cfeca7d0f3472884b40fbebe79 // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include static long syz_open_dev(volatile long a0, volatile long a1, volatile long a2) { if (a0 == 0xc || a0 == 0xb) { char buf[128]; sprintf(buf, "/dev/%s/%d:%d", a0 == 0xc ? "char" : "block", (uint8_t)a1, (uint8_t)a2); return open(buf, O_RDWR, 0); } else { char buf[1024]; char* hash; strncpy(buf, (char*)a0, sizeof(buf) - 1); buf[sizeof(buf) - 1] = 0; while ((hash = strchr(buf, '#'))) { *hash = '0' + (char)(a1 % 10); a1 /= 10; } return open(buf, a2, 0); } } static long syz_open_procfs(volatile long a0, volatile long a1) { char buf[128]; memset(buf, 0, sizeof(buf)); if (a0 == 0) { snprintf(buf, sizeof(buf), "/proc/self/%s", (char*)a1); } else if (a0 == -1) { snprintf(buf, sizeof(buf), "/proc/thread-self/%s", (char*)a1); } else { snprintf(buf, sizeof(buf), "/proc/self/task/%d/%s", (int)a0, (char*)a1); } int fd = open(buf, O_RDWR); if (fd == -1) fd = open(buf, O_RDONLY); return fd; } uint64_t r[2] = {0xffffffffffffffff, 0xffffffffffffffff}; int main(void) { syscall(__NR_mmap, 0x1ffff000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul); syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul); syscall(__NR_mmap, 0x21000000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul); intptr_t res = 0; memcpy((void*)0x200004c0, "/dev/vcsu\000", 10); syscall(__NR_openat, 0xffffff9cul, 0x200004c0ul, 0ul, 0ul); *(uint64_t*)0x20003140 = 0x20001400; *(uint32_t*)0x20003148 = 0x80; *(uint64_t*)0x20003150 = 0; *(uint64_t*)0x20003158 = 0; *(uint64_t*)0x20003160 = 0; *(uint64_t*)0x20003168 = 0; *(uint32_t*)0x20003170 = 0; *(uint32_t*)0x20003178 = 0; syscall(__NR_recvmmsg, -1, 0x20003140ul, 1ul, 0ul, 0ul); memcpy((void*)0x200000c0, "fd/3\000", 5); res = syz_open_procfs(0, 0x200000c0); if (res != -1) r[0] = res; syscall(__NR_preadv, r[0], 0x200017c0ul, 0x3daul, 0ul); res = syz_open_dev(0xc, 4, 1); if (res != -1) r[1] = res; *(uint16_t*)0x20000000 = 0xb1; *(uint16_t*)0x20000002 = 0; *(uint16_t*)0x20000004 = 0; *(uint16_t*)0x20000006 = 0; syscall(__NR_ioctl, r[1], 0x5414, 0x20000000ul); return 0; }