// https://syzkaller.appspot.com/bug?id=5f69182bbac0697406d5ba9f207b65487a56a875 // 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(long a0, long a1, 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); } } uint64_t r[1] = {0xffffffffffffffff}; int main(void) { syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0); long res = 0; memcpy((void*)0x200000c0, "/dev/bus/usb/00#/00#", 21); res = syz_open_dev(0x200000c0, 0x80000000007, 1); if (res != -1) r[0] = res; *(uint32_t*)0x20000100 = 0xa3; *(uint32_t*)0x20000104 = 0x37e84; *(uint32_t*)0x20000108 = 0; *(uint32_t*)0x2000010c = 0; *(uint32_t*)0x20000110 = 0; *(uint64_t*)0x20000118 = 0; syscall(__NR_ioctl, r[0], 0xc0185500, 0x20000100); return 0; }