http://ii72bjpditizloapohdkpbepu6pkf7rz2jxgsuwebfcn5q5x6qa3xwqd.onion
Before commit
0c7d133c3c7e37c00b6d46b658a02244fdd3c784, jq used MurmurHash3 with a
hardcoded, publicly visible seed (0x432A9843) for all JSON object hash
table operations, which allowed an attacker to precompute key collisions
offline. By supplying a crafted JSON object (~100 KB) where all keys
hashed to the same bucket, hash table lookups degraded from O(1) to
O(n), turning any jq expression into an O(n²) operation and causing
significant CPU...