// https://syzkaller.appspot.com/bug?id=d71f28b21dad3419f79cf010f30167620cb0cfff // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include #define BITMASK(bf_off, bf_len) (((1ull << (bf_len)) - 1) << (bf_off)) #define STORE_BY_BITMASK(type, htobe, addr, val, bf_off, bf_len) \ *(type*)(addr) = \ htobe((htobe(*(type*)(addr)) & ~BITMASK((bf_off), (bf_len))) | \ (((type)(val) << (bf_off)) & BITMASK((bf_off), (bf_len)))) 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); } } uint64_t r[1] = {0xffffffffffffffff}; int main(void) { syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 3ul, 0x32ul, -1, 0); intptr_t res = 0; memcpy((void*)0x20001280, "/dev/bus/usb/00#/00#\000", 21); res = syz_open_dev(0x20001280, 0x1aa1, 0x802); if (res != -1) r[0] = res; *(uint8_t*)0x20000100 = 0; *(uint8_t*)0x20000101 = 0; *(uint16_t*)0x20000102 = 0; *(uint16_t*)0x20000104 = 0; *(uint16_t*)0x20000106 = 0; *(uint32_t*)0x20000108 = 0; *(uint64_t*)0x20000110 = 0; syscall(__NR_ioctl, r[0], 0x8108551bul, 0x20000100ul); STORE_BY_BITMASK(uint8_t, , 0x20001000, 1, 0, 7); STORE_BY_BITMASK(uint8_t, , 0x20001000, 1, 7, 1); *(uint32_t*)0x20001004 = 1; *(uint32_t*)0x20001008 = 0; *(uint64_t*)0x20001010 = 0x20000000; memcpy((void*)0x20000000, "\x10", 1); syscall(__NR_ioctl, r[0], 0xc0185502ul, 0x20001000ul); return 0; }