// https://syzkaller.appspot.com/bug?id=3983f8a8d83851a54a0b9f9e75cb3464e9c70aef // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #define BITMASK_LEN(type, bf_len) (type)((1ull << (bf_len)) - 1) #define BITMASK_LEN_OFF(type, bf_off, bf_len) \ (type)(BITMASK_LEN(type, (bf_len)) << (bf_off)) #define STORE_BY_BITMASK(type, addr, val, bf_off, bf_len) \ if ((bf_off) == 0 && (bf_len) == 0) { \ *(type*)(addr) = (type)(val); \ } else { \ type new_val = *(type*)(addr); \ new_val &= ~BITMASK_LEN_OFF(type, (bf_off), (bf_len)); \ new_val |= ((type)(val)&BITMASK_LEN(type, (bf_len))) << (bf_off); \ *(type*)(addr) = new_val; \ } struct csum_inet { uint32_t acc; }; static void csum_inet_init(struct csum_inet* csum) { csum->acc = 0; } static void csum_inet_update(struct csum_inet* csum, const uint8_t* data, size_t length) { if (length == 0) return; size_t i; for (i = 0; i < length - 1; i += 2) csum->acc += *(uint16_t*)&data[i]; if (length & 1) csum->acc += (uint16_t)data[length - 1]; while (csum->acc > 0xffff) csum->acc = (csum->acc & 0xffff) + (csum->acc >> 16); } static uint16_t csum_inet_digest(struct csum_inet* csum) { return ~csum->acc; } static uintptr_t syz_open_dev(uintptr_t a0, uintptr_t a1, uintptr_t 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)); buf[sizeof(buf) - 1] = 0; while ((hash = strchr(buf, '#'))) { *hash = '0' + (char)(a1 % 10); a1 /= 10; } return open(buf, a2, 0); } } long r[42]; void loop() { memset(r, -1, sizeof(r)); r[0] = syscall(__NR_mmap, 0x20000000ul, 0xfff000ul, 0x3ul, 0x32ul, 0xfffffffffffffffful, 0x0ul); r[1] = syscall(__NR_socket, 0x2ul, 0x1ul, 0x0ul); memcpy((void*)0x2051fff3, "\x2f\x64\x65\x76\x2f\x6e\x65\x74\x2f\x74\x75\x6e\x00", 13); r[3] = syz_open_dev(0x2051fff3ul, 0x0ul, 0xaul); r[4] = syscall(__NR_fcntl, r[3], 0x0ul, r[3]); memcpy((void*)0x20a5afd8, "\x67\x72\x65\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" "\x00", 16); memcpy((void*)0x20a5afe8, "\x4f\x54\x00\x0c\xc0\xa1\xed\x4f\x3a\x0a\x1f\xdc\x22\x20\x73" "\xb5", 16); r[7] = syscall(__NR_ioctl, r[3], 0x400454caul, 0x20a5afd8ul); memcpy((void*)0x2062ffe0, "\x67\x72\x65\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" "\x00", 16); *(uint16_t*)0x2062fff0 = (uint16_t)0x301; r[10] = syscall(__NR_ioctl, r[1], 0x8914ul, 0x2062ffe0ul); *(uint32_t*)0x201e7ffc = (uint32_t)0xffffffffffffffe1; r[12] = syscall(__NR_ioctl, r[4], 0x400454d4ul, 0x201e7ffcul); *(uint8_t*)0x20ef3000 = (uint8_t)0x0; *(uint8_t*)0x20ef3001 = (uint8_t)0x0; *(uint16_t*)0x20ef3002 = (uint16_t)0x7; *(uint16_t*)0x20ef3004 = (uint16_t)0x0; *(uint16_t*)0x20ef3006 = (uint16_t)0x0; *(uint16_t*)0x20ef3008 = (uint16_t)0x0; STORE_BY_BITMASK(uint8_t, 0x20ef300a, 0x6, 0, 4); STORE_BY_BITMASK(uint8_t, 0x20ef300a, 0x4, 4, 4); STORE_BY_BITMASK(uint8_t, 0x20ef300b, 0x0, 0, 2); STORE_BY_BITMASK(uint8_t, 0x20ef300b, 0x0, 2, 6); *(uint16_t*)0x20ef300c = (uint16_t)0x2000; *(uint16_t*)0x20ef300e = (uint16_t)0x6400; *(uint16_t*)0x20ef3010 = (uint16_t)0x7630; *(uint8_t*)0x20ef3012 = (uint8_t)0x0; *(uint8_t*)0x20ef3013 = (uint8_t)0x0; *(uint16_t*)0x20ef3014 = (uint16_t)0x0; *(uint8_t*)0x20ef3016 = (uint8_t)0xac; *(uint8_t*)0x20ef3017 = (uint8_t)0x14; *(uint8_t*)0x20ef3018 = (uint8_t)0x0; *(uint8_t*)0x20ef3019 = (uint8_t)0xaa; *(uint32_t*)0x20ef301a = (uint32_t)0x10000e0; *(uint8_t*)0x20ef301e = (uint8_t)0x1; *(uint16_t*)0x20ef3022 = (uint16_t)0x204e; *(uint16_t*)0x20ef3024 = (uint16_t)0x204e; *(uint16_t*)0x20ef3026 = (uint16_t)0x800; *(uint16_t*)0x20ef3028 = (uint16_t)0x0; struct csum_inet csum_39; csum_inet_init(&csum_39); csum_inet_update(&csum_39, (const uint8_t*)0x20ef3016, 4); csum_inet_update(&csum_39, (const uint8_t*)0x20ef301a, 4); uint16_t csum_39_chunk_2 = 0x1100; csum_inet_update(&csum_39, (const uint8_t*)&csum_39_chunk_2, 2); uint16_t csum_39_chunk_3 = 0x800; csum_inet_update(&csum_39, (const uint8_t*)&csum_39_chunk_3, 2); csum_inet_update(&csum_39, (const uint8_t*)0x20ef3022, 8); *(uint16_t*)0x20ef3028 = csum_inet_digest(&csum_39); struct csum_inet csum_40; csum_inet_init(&csum_40); csum_inet_update(&csum_40, (const uint8_t*)0x20ef300a, 24); *(uint16_t*)0x20ef3014 = csum_inet_digest(&csum_40); r[41] = syscall(__NR_write, r[4], 0x20ef3000ul, 0x2aul); } int main() { loop(); return 0; }