SQL injection in the web application leading to database access and file theft.
Exploitation attempts
3,942peak 884 at 25 Sept
20 Sept23 Sept26 Sept
Top attacking sources · 7d
Customers only
185.220.101.34DETor exit412
45.155.205.233RUHosting287
103.203.57.10VNResidential164
91.240.118.172NLHosting119
162.243.140.96USCloud74
What it does
A SQL injection in the MOVEit Transfer web interface allows an unauthenticated attacker to read and modify the underlying database. Chained with further flaws it leads to code execution on the server.
The Cl0p ransomware group exploited it as a zero-day over the US Memorial Day weekend in 2023, deploying the LEMURLOOT web shell (human2.aspx) and exfiltrating files from hundreds of organisations.
MOVEit is a managed file transfer product, so a single compromised instance often yields sensitive data belonging to many downstream customers.
Remediation
Upgrade to the fixed release for your version train and apply subsequent MOVEit patches (CVE-2023-35036, CVE-2023-35708).
Search the wwwroot directory for unexpected .aspx files, especially human2.aspx, and review IIS logs for POST requests to /moveitisapi/moveitisapi.dll.
Reset service account credentials and any stored SFTP or Azure storage keys.
Enumeration
Detection templates and scanners you can run to find exposed instances on your own attack surface.
Nuclei
http/cves/2023/CVE-2023-34362.yaml
$ nuclei -id CVE-2023-34362 -u https://TARGET
Detection
Exploitation
Working exploit modules and public PoCs. Use only against systems you own or are authorized to test.
Metasploit
exploit/windows/http/moveit_cve_2023_34362
$ msfconsole -q -x "use exploit/windows/http/moveit_cve_2023_34362; show options"