CVE-2023-34362
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn Progress MOVEit Transfer before 2021.0.6 (13.0.6), 2021.1.4 (13.1.4), 2022.0.4 (14.0.4), 2022.1.5 (14.1.5), and 2023.0.1 (15.0.1), a SQL injection vulnerability has been found in the MOVEit Transfer web application that could allow an unauthenticated attacker to gain access to MOVEit Transfer's database. Depending on the database engine being used (MySQL, Microsoft SQL Server, or Azure SQL), an attacker may be able to infer information about the structure and contents of the database, and execute SQL statements that alter or delete database elements. NOTE: this is exploited in the wild in May and June 2023; exploitation of unpatched systems can occur via HTTP or HTTPS. All versions (e.g., 2020.0 and 2019x) before the five explicitly mentioned versions are affected, including older unsupported versions.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA SQL injection vulnerability in Progress MOVEit Transfer web application allows unauthenticated attackers to execute arbitrary SQL statements against the database, potentially exposing or modifying sensitive data. The vulnerability affects multiple database engines (MySQL, Microsoft SQL Server, Azure SQL) and was actively exploited in the wild.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 14.0.5.45>= 14.1.0.0, < 14.1.6.97>= 15.0.0.0, < 15.0.2.39< 2021.0.7>= 2021.1.0, < 2021.1.5>= 2022.0.0, < 2022.0.5>= 2022.1.0, < 2022.1.6>= 2023.0.0, < 2023.0.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify MOVEit Transfer installation and versionLocate the MOVEit Transfer installation directory and check the version file, typically in the installation root folder. The version is often stored in a version.txt, about screen in the web UI, or can be retrieved via the /api/v1/Version endpoint if accessible.Affected if The installed version falls within any of these ranges: < 2021.0.7; >= 2021.1.0 and < 2021.1.5; >= 2022.0.0 and < 2022.0.5; >= 2022.1.0 and < 2022.1.6; >= 2023.0.0 and < 2023.0.2 for MOVEit Transfer. For MOVEit Cloud: < 14.0.5.45; >= 14.1.0.0 and < 14.1.6.97; >= 15.0.0.0 and < 15.0.2.39.
-
Verify web application accessibilityDetermine if the MOVEit Transfer web interface (ports 80/443 or configured HTTP/HTTPS ports) is accessible from untrusted networks such as the internet orDMZ. Check firewall rules, reverse proxy configurations, and network ACLs.Affected if The MOVEit Transfer web application is directly exposed to the internet or accessible from untrusted networks without proper network segmentation or authentication gating.
-
Review web server access logs for SQL injection indicatorsExamine IIS or other web server logs in the MOVEit Transfer log directory for suspicious GET or POST requests targeting endpoints, especially those containing SQL keywords (SELECT, UNION, INSERT, DROP) in query parameters or unusual patterns in the /api/ route.Affected if Log entries show requests with SQL injection patterns, especially to /api/v1/ folder endpoints, or repeated requests with unusual parameter manipulation that could indicate exploitation attempts.
-
Check for unauthorized database access indicatorsReview database audit logs, user creation events, or unexpected data exports. Examine database tables for new administrative accounts, modified permissions, or suspicious stored procedures created after the vulnerability disclosure date (June 2023).Affected if Database shows evidence of unauthorized queries, new accounts, or data access that was not initiated by legitimate administrators, particularly if timestamps align with June 2023 or later.
You are affected if MOVEit Transfer or MOVEit Cloud is running a version within the affected ranges AND the web interface is network-accessible, regardless of whether signs of exploitation are yet observed in logs.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped14.0.5.4514.1.6.9715.0.2.39
Apply the vendor-supplied patches to move to version 2021.0.6, 2021.1.4, 2022.0.4, 2022.1.5, or 2023.0.1 or later to remediate this critical vulnerability.
Moveit Transfer: upgrade to 2021.0.7, 2021.1.5, 2022.0.5, 2022.1.6 or later; Moveit Cloud: upgrade to 14.0.5.45, 14.1.6.97, 15.0.2.39 or later
- Identify the currently installed MOVEit Transfer or MOVEit Cloud version by checking the application's 'Help > About' or the administrative interface
- For MOVEit Cloud customers: Contact Progress Software support to request the upgrade to version 14.0.5.45, 14.1.6.97, or 15.0.2.39 or later
- For MOVEit Transfer customers: Upgrade to one of the fixed versions: 2021.0.7, 2021.1.5, 2022.0.5, 2022.1.6, or later
- Download the appropriate installer from the official Progress Software download portal (community.progress.com) or via the customer support channel
- Schedule a maintenance window and follow Progress Software's standard upgrade procedure for MOVEit Transfer
- After upgrade, verify the application version reflects the patched release
- Review database access logs for any suspicious activity dating back to May 2023, as exploitation occurred in the wild
- Ensure web application firewall (WAF) rules are in place as an additional layer of defense
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-34362 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-34362 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data