A properly implemented 3DES consists of 3 independent keys.
The brute-force meet-in-the-middle attack with known plaintext/ciphertext is the most effective brute-force method against 3DES, but it still offers 112-bit security.
A known attack is Sweet32, which targets the 64-bit block size and causes collisions, though it requires a large volume of data exchange and capture.
Is there any other attack that breaks 3DES? I assume 112-bit is considered secure?