flawopen.com/घटनाएं (Incidents)/MOVEit CVE-2023-34362

MOVEit Transfer: एक SQL इंजेक्शन और हज़ारों वैश्विक संगठनों का डेटा समझौता

Critical — Mass exploitation CWE-89: SQL Injection Disclosed 31 May 2023
सरल भाषा में समझें (ELI5)

एक कूरियर कंपनी का सुरक्षित गोदाम है जहाँ सैकड़ों कम्पनियाँ अपने गोपनीय पार्सल रखती हैं। किसी को पता चलता है कि रिसेप्शन के फॉर्म पर एक लाइन जोड़ देने से क्लर्क गोदाम की मुख्य मास्टर चाबी सौंप देता है। इस एक गोदाम को लूटने से सैकड़ों कंपनियों का डेटा एक साथ लुट गया।

The lessons that actually transfer

FAQ

Do ORMs prevent this?

Largely, when used normally — ORMs bind parameters by default. The risk returns when developers drop to raw SQL fragments or string-build a query builder's conditions, which most ORMs permit.

Would a WAF have blocked it?

Signature-based filtering catches unsophisticated payloads and can slow mass scanning, but it is routinely bypassed and was not a reliable defence here. It is a mitigation layer, not a substitute for parameterised queries.

Related reading

स्रोत और आधिकारिक एडवाइजरी